Home
last modified time | relevance | path

Searched refs:lookahead (Results 1 – 25 of 31) sorted by last modified time

12

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js63460 return s.lookahead;
63552 s.lookahead += n;
63668 s.lookahead = 0;
63850 s.lookahead--;
64039 s.lookahead--;
64050 s.lookahead--;
64169 s.lookahead--;
64245 s.lookahead--;
64346 s.lookahead = 0;
64457 this.lookahead = 0;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js6161 if (nice_match > s.lookahead) { nice_match = s.lookahead; }
6225 return s.lookahead;
6317 s.lookahead += n;
6431 s.lookahead = 0;
6583 s.lookahead--;
6734 s.lookahead--;
6744 s.lookahead--;
6841 s.lookahead--;
6898 s.lookahead--;
6979 s.lookahead = 0;
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php77 $parameterToken = $this->lookahead(
H A DSequence.php33 $token = $this->lookahead(
80 $token = $this->lookahead(
H A DStandard.php64 if ($currentToken = $this->lookahead($expectedTokens)) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php52 * The methods protected methods read and lookahead should be used to
104 * lookahead position against all of the provided tokens. If a match is
119 * arbitrary token stream position. Therefore unlimited lookahead is
128 protected function lookahead( function in PhpCss\\Parser
133 return $this->lookahead(array($expectedTokens), $position, $allowEndOfTokens);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js101lookahead&&(o=t.lookahead);do{if(h[(a=e)+s]===c&&h[a+s-1]===u&&h[a]===h[r]&&h[++a]===h[r+1]){r+=2,…
H A Dviewer.min.js101lookahead&&(o=t.lookahead);do{if(h[(a=e)+s]===c&&h[a+s-1]===u&&h[a]===h[r]&&h[++a]===h[r+1]){r+=2,…
H A Dextensions.min.js1698lookahead&&(h=a.lookahead);do if(c=b,j[c+g]===o&&j[c+g-1]===n&&j[c]===j[f]&&j[++c]===j[f+1]){f+=2,…
H A Dapp.min.js134lookahead&&(o=t.lookahead);do{if(h[(a=e)+s]===c&&h[a+s-1]===u&&h[a]===h[r]&&h[++a]===h[r+1]){r+=2,…
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2lookahead&&(o=t.lookahead);do{if(h[(a=e)+s]===c&&h[a+s-1]===u&&h[a]===h[r]&&h[++a]===h[r+1]){r+=2,…
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js14lookahead&&(h=a.lookahead);do if(c=b,j[c+g]===o&&j[c+g-1]===n&&j[c]===j[f]&&j[++c]===j[f+1]){f+=2,…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 … pos += 2;\n var safeLength = len - 1; // For lookahead.\n …
H A Djson.worker.js.map1 … pos += 2;\n var safeLength = len - 1; // For lookahead.\n …
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1lookahead","digitRE","radixRE","eat","backUp","nongreedy","greedy","re","words","length","peek","q…
H A Djavascript.min.js.map1 ….current());\n }\n\n var brackets = \"([{}])\";\n // This is a crude lookahead trick to try and…
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … // Using `str.slice(match.index)` rather than `match[0]` in case lookahead allowed\n …
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php432 $token = $this->lexer->lookahead;
436 $message .= ($this->lexer->lookahead === null)
641 while (null !== $this->lexer->lookahead) {
642 if (DocLexer::T_AT !== $this->lexer->lookahead['type']) {
648 …if (null !== $this->lexer->token && $this->lexer->lookahead['position'] === $this->lexer->token['p…
657 || $peek['position'] !== $this->lexer->lookahead['position'] + 1) {
890 $token = $this->lexer->lookahead;
1002 …while ($this->lexer->lookahead['position'] === ($this->lexer->token['position'] + strlen($this->le…
1049 switch ($this->lexer->lookahead['type']) {
H A DDocLexer.php88 || ($this->lookahead !== null
89 … && ($this->lookahead['position'] - $this->token['position']) === strlen($this->token['value']));
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md78 * Llk: Add the `parser.lookahead` pragma. (Ivan Enderlin, 2016-02-22T10:23:37+01:00)
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp148 ::lookahead_:: #lookahead
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php71 public $lookahead; variable in Doctrine\\Common\\Lexer\\AbstractLexer
106 $this->lookahead = null;
155 return null !== $this->lookahead && $this->lookahead['type'] === $token;
167 return null !== $this->lookahead && in_array($this->lookahead['type'], $tokens, true);
178 $this->token = $this->lookahead;
179 $this->lookahead = (isset($this->tokens[$this->position]))
182 return $this->lookahead !== null;
194 while ($this->lookahead !== null && $this->lookahead['type'] !== $type) {
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md361 $lookahead = new Hoa\Iterator\Lookahead($counter);
363 foreach ($lookahead as $value) {
366 if (true === $lookahead->hasNext()) {
367 echo ' (next: ', $lookahead->getNext(), ')';

12