Searched refs:nextCode (Results 1 – 6 of 6) sorted by relevance
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ |
| D | SwitchDeclarationSniff.php | 194 $nextCode = $phpcsFile->findNext( 201 if ($tokens[$nextCode]['code'] !== T_CASE && $tokens[$nextCode]['code'] !== T_DEFAULT) { 205 …$nextCode = $this->_findNextCase($phpcsFile, ($tokens[$nextCase]['scope_opener'] + 1), $nextCloser… 206 if ($nextCode !== false) { 207 … $prevCode = $phpcsFile->findPrevious(T_WHITESPACE, ($nextCode - 1), $nextCase, true);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ |
| D | FunctionCallSignatureSniff.php | 437 … $nextCode = $phpcsFile->findNext(T_WHITESPACE, ($i + 1), ($closeBracket + 1), true); 438 if ($tokens[$nextCode]['line'] !== $lastLine) { 450 $nextCode = $i; 453 if ($tokens[$nextCode]['line'] === $tokens[$closeBracket]['line']) { 511 $nextCode = $i; 515 $argStart = $nextCode; 516 $argEnd = $phpcsFile->findEndOfStatement($nextCode);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
| D | ControlStructureSpacingSniff.php | 231 $nextCode = $phpcsFile->findNext( 238 if ($tokens[$nextCode]['code'] === T_ELSE 239 || $tokens[$nextCode]['code'] === T_ELSEIF 241 $trailingContent = $nextCode;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
| D | FunctionDeclarationArgumentSpacingSniff.php | 132 $nextCode = $tokens[$nextToken]['code']; 134 if ($nextCode === T_EQUAL) {
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 18243 nextCode: 258, property 18296 var nextCode = lzwState.nextCode; 18316 if (code < nextCode) { 18328 nextCode = 258; 18338 dictionaryPrevCodes[nextCode] = prevCode; 18339 dictionaryLengths[nextCode] = dictionaryLengths[prevCode] + 1; 18340 dictionaryValues[nextCode] = currentSequence[0]; 18341 nextCode++; 18342 …codeLength = nextCode + earlyChange & nextCode + earlyChange - 1 ? codeLength : Math.min(Math.log(… 18361 lzwState.nextCode = nextCode;
|
| D | pdf.worker.js.map | 1 …nextCode","dictionaryValues","dictionaryLengths","dictionaryPrevCodes","currentSequence","currentS…
|