Home
last modified time | relevance | path

Searched refs:lookahead (Results 26 – 31 of 31) sorted by path

12

/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(), ')';
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookahead.php73 $lookahead->rewind(),
74 $key = $lookahead->key(),
90 $lookahead->next(),
91 $key = $lookahead->key(),
107 $lookahead->next(),
108 $key = $lookahead->key(),
132 $lookahead->rewind(),
133 $key = $lookahead->key(),
149 $lookahead->rewind(),
174 $lookahead->rewind(),
[all …]
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp148 ::lookahead_:: #lookahead
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … // Using `str.slice(match.index)` rather than `match[0]` in case lookahead allowed\n …
/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 …]

12