Home
last modified time | relevance | path

Searched defs:phpcsFile (Results 101 – 125 of 230) sorted by last modified time

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DClassCommentSniff.php57 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
98 protected function processVersion(PHP_CodeSniffer_File $phpcsFile, array $tags)
H A DFunctionCommentSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
120 protected function processReturn(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
169 protected function processThrows(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
209 protected function processParams(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
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/Squiz/Sniffs/CSS/
H A DClassDefinitionNameSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DColonSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDuplicateArgumentSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php48 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/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)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowMultipleAssignmentsSniff.php56 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)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DDoubleQuoteUsageSniff.php58 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DControlStructureSpacingSniff.php76 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DPropertyLabelSpacingSniff.php64 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCsv.php52 PHP_CodeSniffer_File $phpcsFile,
H A DDiff.php48 PHP_CodeSniffer_File $phpcsFile,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DDuplicateClassNameSniff.php58 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DForLoopShouldBeWhileLoopSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DForLoopWithTestFunctionCallSniff.php68 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DJumbledIncrementerSniff.php72 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DUnconditionalIfStatementSniff.php72 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DUselessOverridingMethodSniff.php64 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineEndingsSniff.php73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLowercasedFilenameSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

12345678910