Home
last modified time | relevance | path

Searched defs:stackPtr (Results 151 – 175 of 216) sorted by path

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php95 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DPostStatementCommentSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DVariableCommentSniff.php46 public function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
147 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
164 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php72 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DElseIfDeclarationSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DForEachLoopDeclarationSniff.php70 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DForLoopDeclarationSniff.php79 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DInlineIfDeclarationSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLowercaseDeclarationSniff.php66 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DSwitchDeclarationSniff.php73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php61 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DJavaScriptLintSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/
H A DFileExtensionSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
266 public function addMissingBracketsError(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDeclarationArgumentSpacingSniff.php79 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DFunctionDuplicateArgumentSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DGlobalFunctionSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLowercaseFunctionKeywordsSniff.php61 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
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/Squiz/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php48 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DValidVariableNameSniff.php57 protected function processVariable(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
145 protected function processMemberVar(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
197 protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DDisallowObjectStringIndexSniff.php58 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DObjectInstantiationSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DObjectMemberCommaSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DComparisonOperatorUsageSniff.php122 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

123456789