Element index for package PHP_CodeSniffer_MySource
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ j ]
[ m ]
[ p ]
[ r ]
[ s ]
[ u ]
[ _ ]
top
top
top
top
top
top
top
top
top
m
- MySource_Sniffs_Channels_DisallowSelfActionsSniff
- in file DisallowSelfActionsSniff.php, class MySource_Sniffs_Channels_DisallowSelfActionsSniff
Ensures that self and static are not used to call public methods in action classes.
- MySource_Sniffs_Channels_IncludeOwnSystemSniff
- in file IncludeOwnSystemSniff.php, class MySource_Sniffs_Channels_IncludeOwnSystemSniff
Ensures that a system does not include itself.
- MySource_Sniffs_Channels_IncludeSystemSniff
- in file IncludeSystemSniff.php, class MySource_Sniffs_Channels_IncludeSystemSniff
Ensures that systems, asset types and libs are included before they are used.
- MySource_Sniffs_Channels_UnusedSystemSniff
- in file UnusedSystemSniff.php, class MySource_Sniffs_Channels_UnusedSystemSniff
Ensures that systems and asset types are used if they are included.
- MySource_Sniffs_Debug_DebugCodeSniff
- in file DebugCodeSniff.php, class MySource_Sniffs_Debug_DebugCodeSniff
Warns about the use of debug code.
- MySource_Sniffs_Debug_FirebugConsoleSniff
- in file FirebugConsoleSniff.php, class MySource_Sniffs_Debug_FirebugConsoleSniff
Ensures that console is not used for function or var names.
- MySource_Sniffs_Objects_AssignThisSniff
- in file AssignThisSniff.php, class MySource_Sniffs_Objects_AssignThisSniff
Ensures this is not assigned to any other var but self.
- MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff
- in file CreateWidgetTypeCallbackSniff.php, class MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff
Ensures the create() method of widget types properly uses callbacks.
- MySource_Sniffs_Objects_DisallowNewWidgetSniff
- in file DisallowNewWidgetSniff.php, class MySource_Sniffs_Objects_DisallowNewWidgetSniff
Ensures that widgets are not manually created.
- MySource_Sniffs_PHP_AjaxNullComparisonSniff
- in file AjaxNullComparisonSniff.php, class MySource_Sniffs_PHP_AjaxNullComparisonSniff
Ensures that values submitted via JS are not compared to NULL.
- MySource_Sniffs_PHP_EvalObjectFactorySniff
- in file EvalObjectFactorySniff.php, class MySource_Sniffs_PHP_EvalObjectFactorySniff
Ensures that eval() is not used to create objects.
- MySource_Sniffs_PHP_GetRequestDataSniff
- in file GetRequestDataSniff.php, class MySource_Sniffs_PHP_GetRequestDataSniff
Ensures that getRequestData() is used to access super globals.
- MySource_Sniffs_PHP_ReturnFunctionValueSniff
- in file ReturnFunctionValueSniff.php, class MySource_Sniffs_PHP_ReturnFunctionValueSniff
Warns when function values are returned directly.
- MySource_Sniffs_Strings_JoinStringsSniff
- in file JoinStringsSniff.php, class MySource_Sniffs_Strings_JoinStringsSniff
Ensures that strings are not joined using array.join().
top
p
- process
- in file IncludeOwnSystemSniff.php, method MySource_Sniffs_Channels_IncludeOwnSystemSniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file GetRequestDataSniff.php, method MySource_Sniffs_PHP_GetRequestDataSniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file JoinStringsSniff.php, method MySource_Sniffs_Strings_JoinStringsSniff::process()
Processes this test, when one of its tokens is encountered.
- process
- in file ReturnFunctionValueSniff.php, method MySource_Sniffs_PHP_ReturnFunctionValueSniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file UnusedSystemSniff.php, method MySource_Sniffs_Channels_UnusedSystemSniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file AjaxNullComparisonSniff.php, method MySource_Sniffs_PHP_AjaxNullComparisonSniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file FirebugConsoleSniff.php, method MySource_Sniffs_Debug_FirebugConsoleSniff::process()
Processes this test, when one of its tokens is encountered.
- process
- in file AssignThisSniff.php, method MySource_Sniffs_Objects_AssignThisSniff::process()
Processes this test, when one of its tokens is encountered.
- process
- in file DebugCodeSniff.php, method MySource_Sniffs_Debug_DebugCodeSniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file EvalObjectFactorySniff.php, method MySource_Sniffs_PHP_EvalObjectFactorySniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file DisallowNewWidgetSniff.php, method MySource_Sniffs_Objects_DisallowNewWidgetSniff::process()
Processes this test, when one of its tokens is encountered.
- process
- in file DisallowSelfActionsSniff.php, method MySource_Sniffs_Channels_DisallowSelfActionsSniff::process()
Processes this sniff, when one of its tokens is encountered.
- process
- in file CreateWidgetTypeCallbackSniff.php, method MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::process()
Processes this test, when one of its tokens is encountered.
- processTokenOutsideScope
- in file IncludeSystemSniff.php, method MySource_Sniffs_Channels_IncludeSystemSniff::processTokenOutsideScope()
Processes a token within the scope that this test is listening to.
- processTokenWithinScope
- in file IncludeSystemSniff.php, method MySource_Sniffs_Channels_IncludeSystemSniff::processTokenWithinScope()
Processes the function tokens within the class.
top
r
- ReturnFunctionValueSniff.php
- procedural page ReturnFunctionValueSniff.php
- register
- in file IncludeOwnSystemSniff.php, method MySource_Sniffs_Channels_IncludeOwnSystemSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file GetRequestDataSniff.php, method MySource_Sniffs_PHP_GetRequestDataSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file JoinStringsSniff.php, method MySource_Sniffs_Strings_JoinStringsSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file FirebugConsoleSniff.php, method MySource_Sniffs_Debug_FirebugConsoleSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file ReturnFunctionValueSniff.php, method MySource_Sniffs_PHP_ReturnFunctionValueSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file UnusedSystemSniff.php, method MySource_Sniffs_Channels_UnusedSystemSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file EvalObjectFactorySniff.php, method MySource_Sniffs_PHP_EvalObjectFactorySniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file CreateWidgetTypeCallbackSniff.php, method MySource_Sniffs_Objects_CreateWidgetTypeCallbackSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file AssignThisSniff.php, method MySource_Sniffs_Objects_AssignThisSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file DebugCodeSniff.php, method MySource_Sniffs_Debug_DebugCodeSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file DisallowNewWidgetSniff.php, method MySource_Sniffs_Objects_DisallowNewWidgetSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file DisallowSelfActionsSniff.php, method MySource_Sniffs_Channels_DisallowSelfActionsSniff::register()
Returns an array of tokens this test wants to listen for.
- register
- in file AjaxNullComparisonSniff.php, method MySource_Sniffs_PHP_AjaxNullComparisonSniff::register()
Returns an array of tokens this test wants to listen for.
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:50:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|