Home
last modified time | relevance | path

Searched defs:stackPtr (Results 126 – 150 of 216) sorted by path

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
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)
/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)
154 protected function getDeclarationNameWithNamespace(array $tokens, $stackPtr)
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)
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)

123456789