Home
last modified time | relevance | path

Searched refs:tokenIndex (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php376 public function getHiddenTokensToRight(int $tokenIndex, int $channel) : ?array argument
380 if ($tokenIndex < 0 || $tokenIndex >= \count($this->tokens)) {
381 … throw new \RuntimeException(\sprintf('%d not in 0..%d', $tokenIndex, \count($this->tokens) - 1));
384 $nextOnChannel = $this->nextTokenOnChannel($tokenIndex + 1, Lexer::DEFAULT_TOKEN_CHANNEL);
385 $from_ = $tokenIndex + 1;
399 public function getHiddenTokensToLeft(int $tokenIndex, int $channel) : ?array argument
403 if ($tokenIndex < 0 || $tokenIndex >= \count($this->tokens)) {
404 … throw new \RuntimeException(\sprintf('%d not in 0..%d', $tokenIndex, \count($this->tokens) - 1));
407 … $prevOnChannel = $this->previousTokenOnChannel($tokenIndex - 1, Lexer::DEFAULT_TOKEN_CHANNEL);
409 if ($prevOnChannel === $tokenIndex - 1) {
[all …]
H A DCommonToken.php256 public function setTokenIndex(int $tokenIndex) : void argument
258 $this->index = $tokenIndex;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php58 $tokenIndex = $this->symbol->getTokenIndex();
60 return new Interval($tokenIndex, $tokenIndex);
/plugin/calendar/
H A Dsyntax.php2284 $tokenIndex = 0;
2302 $token = "\x00TOKEN" . $tokenIndex . "\x00";
2303 $tokens[$tokenIndex] = $imageHtml;
2304 $tokenIndex++;
2328 $token = "\x00TOKEN" . $tokenIndex . "\x00";
2329 $tokens[$tokenIndex] = $linkHtml;
2330 $tokenIndex++;
2347 $token = "\x00TOKEN" . $tokenIndex . "\x00";
2348 $tokens[$tokenIndex] = $linkHtml;
2349 $tokenIndex++;
[all …]
H A Dcalendar-main.js1219 let tokenIndex = 0;
1236 const token = '\x00TOKEN' + tokenIndex + '\x00';
1237 tokens[tokenIndex] = imageHtml;
1238 tokenIndex++;
1266 const token = '\x00TOKEN' + tokenIndex + '\x00';
1267 tokens[tokenIndex] = linkHtml;
1268 tokenIndex++;
1284 const token = '\x00TOKEN' + tokenIndex + '\x00';
1285 tokens[tokenIndex] = linkHtml;
1286 tokenIndex++;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1tokenIndex = 0, tokensLen = tokens.getCount(); tokenIndex < tokensLen; tokenIndex++) {\n …
/plugin/mermaid/
H A Dmermaid.min.js818 …ps.clear(),{tokens:this.tokens,elementStack:[...this.lastElementStack],tokenIndex:this.nextTokenIn…