Home
last modified time | relevance | path

Searched defs:phpcsFile (Results 126 – 150 of 230) sorted by path

12345678910

/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)
H A DEmptyClassDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEmptyStyleDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DForbiddenStylesSniff.php108 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
152 protected function addError($phpcsFile, $stackPtr, $style, $pattern=null)
H A DIndentationSniff.php67 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLowercaseStyleDefinitionSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DMissingColonSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DNamedColoursSniff.php88 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DOpacitySniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DSemicolonSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DShorthandSizeSniff.php76 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

12345678910