Home
last modified time | relevance | path

Searched defs:stackPtr (Results 26 – 50 of 216) sorted by path

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DJSHintSniff.php63 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DByteOrderMarkSniff.php68 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEndFileNewlineSniff.php64 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DEndFileNoNewlineSniff.php64 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DInlineHTMLSniff.php54 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLineEndingsSniff.php73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DLineLengthSniff.php73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
99 protected function checkLineLength(PHP_CodeSniffer_File $phpcsFile, $tokens, $stackPtr)
H A DLowercasedFilenameSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DOneClassPerFileSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DOneInterfacePerFileSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DOneTraitPerFileSniff.php51 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DDisallowMultipleStatementsSniff.php53 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DMultipleStatementAlignmentSniff.php85 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
113 public function checkAlignment(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DNoSpaceAfterCastSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DSpaceAfterCastSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DSpaceAfterNotSniff.php63 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php56 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DFunctionCallArgumentSpacingSniff.php60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DOpeningFunctionBraceBsdAllmanSniff.php73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DOpeningFunctionBraceKernighanRitchieSniff.php74 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DCyclomaticComplexitySniff.php71 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DNestingLevelSniff.php67 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php117 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope)
186 protected function processTokenOutsideScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
H A DConstructorNameSniff.php74 $stackPtr,
H A DUpperCaseConstantNameSniff.php55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)

123456789