Home
last modified time | relevance | path

Searched refs:nextCode (Results 1 – 6 of 6) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
DSwitchDeclarationSniff.php194 $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/
DFunctionCallSignatureSniff.php437 … $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/
DControlStructureSpacingSniff.php231 $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/
DFunctionDeclarationArgumentSpacingSniff.php132 $nextCode = $tokens[$nextToken]['code'];
134 if ($nextCode === T_EQUAL) {
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js18243 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;
Dpdf.worker.js.map1nextCode","dictionaryValues","dictionaryLengths","dictionaryPrevCodes","currentSequence","currentS…