| /plugin/structtemplate/_vagrant/ |
| D | provision_dokuwiki.sh | 126 cat > "${config_file}" <<EOF heredoc 135 cat >> "${config_file}" <<'EOF' heredoc 185 EOF 186 cat >> "${config_file}" <<EOF heredoc 188 EOF 197 cat > "${config_file}" <<EOF heredoc 205 EOF 211 EOF
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Token.php | 24 public const EOF = IntStream::EOF; define
|
| H A D | BufferedTokenStream.php | 126 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 D | Lexer.php | 193 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 D | Recognizer.php | 15 public const EOF = -1; define in Antlr\\Antlr4\\Runtime\\Recognizer 79 $result['EOF'] = Token::EOF;
|
| H A D | IntStream.php | 27 public const EOF = -1; define
|
| H A D | LL1Analyzer.php | 198 $look->addOne(Token::EOF); 212 $look->addOne(Token::EOF);
|
| H A D | CommonTokenStream.php | 128 if ($t->getType() === Token::EOF) {
|
| H A D | VocabularyImpl.php | 145 if ($tokenType === Token::EOF) {
|
| H A D | InputStream.php | 92 return Token::EOF;
|
| H A D | Parser.php | 176 if ($ttype === Token::EOF) { 520 if ($o->getType() !== self::EOF) { 809 return $following->contains(Token::EPSILON) && $symbol === Token::EOF;
|
| H A D | IntervalSet.php | 405 if ($start === Token::EOF) { 481 if ($a === Token::EOF) {
|
| /plugin/swiftmail/Swift/ |
| D | File.php | 112 public function EOF() function in Swift_File 138 if (!$this->EOF()) 171 if (!$this->EOF())
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/ |
| D | PH5P.php | 74 private $EOF; variable in HTML5 459 const EOF = 5; define in HTML5 465 $this->EOF = strlen($data); 483 return ($this->char < $this->EOF) 490 if ($s + $l < $this->EOF) { 578 } elseif ($this->char === $this->EOF) { 581 $this->EOF(); 594 $this->EOF(); 736 ) || $this->EOF === $this->char))) 787 } elseif ($this->char === $this->EOF) { [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | grammar.jison | 33 <<EOF>> return 'EOF'; 43 : document 'EOF' { return yy.parser.yy; } /* returning parser.yy is a quirk of jison >0.4.10 */
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | Parser.php | 522 $EOF = false; 526 $EOF = !$this->moveToNextLine(); 528 if (!$EOF) { 534 } while (!$EOF && null === $newIndent); 858 $EOF = !$this->moveToNextLine(); 860 if (!$EOF) { 863 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment())); 865 if ($EOF) { 965 $EOF = !$this->moveToNextLine(); 967 if (!$EOF) { [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/ |
| D | .php_cs | 2 $header = <<<'EOF' 9 EOF;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| D | .php_cs.dist | 2 $header = <<<'EOF' 9 EOF;
|
| /plugin/combo/vendor/symfony/yaml/ |
| H A D | Parser.php | 593 $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 …]
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
| H A D | DefaultErrorStrategy.php | 335 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)) {
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerATNSimulator.php | 238 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 D | ParserATNSimulator.php | 606 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) {
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
| H A D | TerminalNodeImpl.php | 88 if ($this->symbol->getType() === Token::EOF) {
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | parser.js | 202 …[], table = this.table, yytext = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1; 307 var lexer = ({EOF:1, 398 return this.EOF; 444 return this.EOF;
|
| /plugin/combo/ComboStrap/PageSqlParser/ |
| H A D | PageSqlParser.php | 310 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:
|