Home
last modified time | relevance | path

Searched refs:stackPtr (Results 201 – 219 of 219) sorted by relevance

123456789

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DFunctionCallSignatureSniff.php41 * @param int $stackPtr The position of the current token
50 … public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $openBracket, $tokens) argument
55 if ($tokens[$next]['line'] !== $tokens[$stackPtr]['line']) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DSniff.php82 * @param int $stackPtr The position in the PHP_CodeSniffer
91 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr); argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php55 * @param int $stackPtr The position in the stack where
60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
66 $next = $phpcsFile->findNext(T_OPEN_CURLY_BRACKET, ($stackPtr + 1));
H A DIndentationSniff.php62 * @param int $stackPtr The position in the stack where
67 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineEndingsSniff.php68 * @param int $stackPtr The position of the current token in
73 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
79 $phpcsFile->recordMetric($stackPtr, 'EOL char', $found);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowTabIndentSniff.php61 * @param int $stackPtr The position of the current token in
66 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
79 for ($i = ($stackPtr + 1); $i < $phpcsFile->numTokens; $i++) {
H A DDisallowSpaceIndentSniff.php66 * @param int $stackPtr The position of the current token in
71 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
92 for ($i = ($stackPtr + 1); $i < $phpcsFile->numTokens; $i++) {
H A DScopeIndentSniff.php137 * @param int $stackPtr The position of the current token
142 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
162 $lastOpenTag = $stackPtr;
169 $first = $phpcsFile->findFirstOnLine(T_INLINE_HTML, $stackPtr);
172 $currentIndent = ($tokens[$stackPtr]['column'] - 1);
178 $line = $tokens[$stackPtr]['line'];
179 echo "Start with token $stackPtr on line $line with indent $currentIndent".PHP_EOL;
200 for ($i = ($stackPtr + 1); $i < $phpcsFile->numTokens; $i++) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DFunctionCallArgumentSpacingSniff.php55 * @param int $stackPtr The position of the current token in the
60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
69 $functionName = $stackPtr;
72 $functionKeyword = $phpcsFile->findPrevious($ignoreTokens, ($stackPtr - 1), null, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php49 * @param int $stackPtr The position of the current token in
54 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
66 $phpcsFile->recordMetric($stackPtr, 'Declarations and side effects mixed', 'yes');
68 $phpcsFile->recordMetric($stackPtr, 'Declarations and side effects mixed', 'no');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php55 * @param int $stackPtr The position where the token was found.
60 … protected function processTokenWithinScope(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $currScope) argument
64 $previousThrow = $phpcsFile->findPrevious(T_THROW, ($stackPtr - 1), $currScope);
91 $currPos = $stackPtr;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DCSSLintSniff.php55 * @param int $stackPtr The position in the stack where
60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
H A DJSHintSniff.php57 * @param int $stackPtr The position in the stack where
63 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
H A DClosureLinterSniff.php71 * @param int $stackPtr The position in the stack where
77 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
H A DESLintSniff.php62 * @param int $stackPtr The position in the stack where
67 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php57 * @param int $stackPtr The position of the current token in
62 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php50 * @param int $stackPtr The position in the stack where
55 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php55 * @param int $stackPtr The position in the stack where
61 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument
H A DJavaScriptLintSniff.php55 * @param int $stackPtr The position in the stack where
60 public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr) argument

123456789