Home
last modified time | relevance | path

Searched defs:stackPtr (Results 101 – 125 of 216) sorted by path

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Classes/
H A DClassDeclarationSniff.php63 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php54 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php46 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
87 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php46 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
72 public function processOpen(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
412 public function processClose(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DPropertyDeclarationSniff.php42 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
91 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
108 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DControlStructureSpacingSniff.php79 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DElseIfDeclarationSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DSwitchDeclarationSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
230 private function _findNextCase(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $end)
/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)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DFunctionCallSignatureSniff.php50 … public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens)
H A DFunctionClosingBraceSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DMethodDeclarationSniff.php55 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DNamespaceDeclarationSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DUseDeclarationSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
196 private function _shouldIgnoreUse(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayBracketSpacingSniff.php58 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DArrayDeclarationSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
150 …public function processSingleLineArray(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $arrayStart, $a…
314 …public function processMultiLineArray(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $arrayStart, $ar…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DClassDefinitionClosingBraceSpaceSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DClassDefinitionNameSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DClassDefinitionOpeningBraceSpaceSniff.php61 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DColonSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DColourDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDisallowMultipleStyleDefinitionsSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDuplicateClassDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDuplicateStyleDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

123456789