Home
last modified time | relevance | path

Searched defs:phpcsFile (Results 151 – 175 of 230) sorted by path

12345678910

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php48 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
75 public function processOpen(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
119 public function processClose(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DClassFileNameSniff.php59 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDuplicatePropertySniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLowercaseClassKeywordsSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DSelfMemberReferenceSniff.php63 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
180 protected function getNamespaceOfScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DValidClassNameSniff.php59 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DClassCommentSniff.php59 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DClosingDeclarationCommentSniff.php59 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DDocCommentAlignmentSniff.php65 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEmptyCatchCommentSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DFileCommentSniff.php64 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DFunctionCommentSniff.php53 protected function processReturn(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
189 protected function processThrows(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
258 protected function processParams(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $commentStart)
577 …protected function checkSpacingAfterParamType(PHP_CodeSniffer_File $phpcsFile, $param, $maxType, $…
632 …protected function checkSpacingAfterParamName(PHP_CodeSniffer_File $phpcsFile, $param, $maxVar, $s…
H A DFunctionCommentThrowTagSniff.php60 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
H A DInlineCommentSniff.php68 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
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)

12345678910