Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 20 of 20) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DToken.php24 public const EOF = IntStream::EOF; define
H A DBufferedTokenStream.php126 if (!$skipEofCheck && $this->LA(1) === Token::EOF) {
169 if ($token->getType() === Token::EOF) {
310 if ($t->getType() === Token::EOF) {
337 if ($token->getType() === Token::EOF) {
472 if ($t->getType() === Token::EOF) {
H A DLexer.php193 if ($this->input->LA(1) === Token::EOF) {
350 Token::EOF,
496 while ($token && $token->getType() !== Token::EOF) {
512 if ($this->input !== null && $this->input->LA(1) !== Token::EOF) {
H A DRecognizer.php15 public const EOF = -1; define in Antlr\\Antlr4\\Runtime\\Recognizer
79 $result['EOF'] = Token::EOF;
H A DIntStream.php27 public const EOF = -1; define
H A DLL1Analyzer.php198 $look->addOne(Token::EOF);
212 $look->addOne(Token::EOF);
H A DCommonTokenStream.php128 if ($t->getType() === Token::EOF) {
H A DVocabularyImpl.php145 if ($tokenType === Token::EOF) {
H A DInputStream.php92 return Token::EOF;
H A DParser.php176 if ($ttype === Token::EOF) {
520 if ($o->getType() !== self::EOF) {
809 return $following->contains(Token::EPSILON) && $symbol === Token::EOF;
H A DIntervalSet.php405 if ($start === Token::EOF) {
481 if ($a === Token::EOF) {
/template/strap/vendor/symfony/yaml/
H A DParser.php593 $EOF = false;
597 $EOF = !$this->moveToNextLine();
599 if (!$EOF) {
605 } while (!$EOF && null === $newIndent);
944 $EOF = !$this->moveToNextLine();
946 if (!$EOF) {
949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
951 if ($EOF) {
1041 $EOF = !$this->moveToNextLine();
1043 if (!$EOF) {
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php335 if ($startToken->getType() === Token::EOF) {
685 if ($expectedTokenType === Token::EOF) {
694 if ($current->getType() === Token::EOF && $lookback !== null) {
736 if ($this->getSymbolType($t) === Token::EOF) {
896 while ($ttype !== Token::EOF && !$set->contains($ttype)) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php238 if ($t !== Token::EOF) {
244 if ($t === Token::EOF) {
343 if ($t === IntStream::EOF && $input->getIndex() === $this->startIndex) {
344 return Token::EOF;
397 $treatEofAsEpsilon = ($t === Token::EOF);
657 if ($t->matches(Token::EOF, 0, Lexer::MAX_CHAR_VALUE)) {
H A DParserATNSimulator.php606 if ($t !== IntStream::EOF) {
843 if ($t !== IntStream::EOF) {
926 if ($fullCtx || $t === IntStream::EOF) {
968 if ($skippedStopStates === null && $t !== Token::EOF) {
987 $treatEofAsEpsilon = $t === Token::EOF;
994 if ($t === IntStream::EOF) {
2044 if ($t->matches(Token::EOF, 0, 1)) {
2269 if ($t === Token::EOF) {
H A DATN.php227 $expected->addOne(Token::EOF);
H A DATNDeserializer.php330 $tokenType = Token::EOF;
778 new RangeTransition($target, Token::EOF, $arg2) :
797 … return $arg3 !== 0 ? new AtomTransition($target, Token::EOF) : new AtomTransition($target, $arg1);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php88 if ($this->symbol->getType() === Token::EOF) {
/template/kajukkd/css/
Dgeshidark.css109 /* EOF */
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlParser.php310 if ($this->input->LA(1) === Token::EOF) {
370 if ($this->input->LA(1) === Token::EOF) {
406 if ($this->input->LA(1) === Token::EOF) {
502 if ($this->input->LA(1) === Token::EOF) {
645 if ($this->input->LA(1) === Token::EOF) {
832 if ($this->input->LA(1) === Token::EOF) {
901 if ($this->input->LA(1) === Token::EOF) {
1074 if ($this->input->LA(1) === Token::EOF) {
1129 case self::EOF: