Home
last modified time | relevance | path

Searched defs:phpcsFile (Results 176 – 200 of 230) sorted by path

12345678910

/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)
118 public function processBracket(PHP_CodeSniffer_File $phpcsFile, $openBracket)
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)
168 …public function processBracket(PHP_CodeSniffer_File $phpcsFile, $openBracket, $tokens, $type='func…
/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)
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)

12345678910