Home
last modified time | relevance | path

Searched defs:stackPtr (Results 176 – 200 of 216) sorted by path

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
84 protected function processIncDec(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
133 protected function processAssignment(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DValidLogicalOperatorsSniff.php59 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php72 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDisallowBooleanStatementSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDisallowComparisonAssignmentSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDisallowInlineIfSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDisallowMultipleAssignmentsSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDisallowObEndFlushSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDisallowSizeFunctionsInLoopsSniff.php80 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEmbeddedPhpSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
80 private function _validateMultilineEmbeddedPhp(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
313 private function _validateInlineEmbeddedPhp(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEvalSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DGlobalKeywordSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DHeredocSniff.php58 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DInnerFunctionsSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLowercasePHPFunctionsSniff.php74 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DNonExecutableCodeSniff.php62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DMemberVarScopeSniff.php44 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
75 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
92 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DMethodScopeSniff.php55 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
H A DStaticThisUsageSniff.php59 public function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DConcatenationSpacingSniff.php70 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDoubleQuoteUsageSniff.php58 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEchoedStringsSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DCastSpacingSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DControlStructureSpacingSniff.php76 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DFunctionClosingBraceSpaceSniff.php68 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

123456789