Home
last modified time | relevance | path

Searched defs:stackPtr (Results 26 – 50 of 216) sorted by relevance

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeOwnSystemSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
101 $stackPtr
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php53 protected function processReturn(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
189 protected function processThrows(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
258 protected function processParams(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
230 private function _findNextCase(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $end)
H A DElseIfDeclarationSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
99 protected function checkLineLength(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DMultipleStatementAlignmentSniff.php85 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
113 public function checkAlignment(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php89 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
192 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php117 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
186 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php122 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
210 protected function addError($phpcsFile, $stackPtr, $function, $pattern=null)
H A DDisallowAlternativePHPTagsSniff.php87 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
221 protected function findClosingTag(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr, $content)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php108 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
152 protected function addError($phpcsFile, $stackPtr, $style, $pattern=null)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php60 …public function isMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $…
125 public function processMultiLineDeclaration(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $tokens)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php206 public final function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
277 $stackPtr
779 $stackPtr
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php48 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnnecessaryFinalModifierSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DUnusedFunctionParameterSniff.php62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DFunctionCallArgumentSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DValidLogicalOperatorsSniff.php59 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLanguageConstructSpacingSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DGetRequestDataSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php59 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DClosingTagSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEndFileNewlineSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

123456789