Home
last modified time | relevance | path

Searched refs:vocabulary (Results 1 – 12 of 12) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php19 private $vocabulary; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFASerializer
21 public function __construct(DFA $dfa, Vocabulary $vocabulary) argument
24 $this->vocabulary = $vocabulary;
58 return $this->vocabulary->getDisplayName($i - 1);
H A DDFA.php161 public function toString(Vocabulary $vocabulary) : string argument
167 $serializer = new DFASerializer($this, $vocabulary);
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php629 public static function vocabulary() : Vocabulary function in ComboStrap\\PageSqlParser\\PageSqlLexer
631 static $vocabulary;
633 return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
674 return self::vocabulary();
H A DPageSqlParser.php279 static $vocabulary;
281 return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php41 * Get the vocabulary used by the recognizer.
44 * about the vocabulary used by the grammar.
57 $vocabulary = $this->getVocabulary();
59 $key = \spl_object_hash($vocabulary);
66 $literalName = $vocabulary->getLiteralName($i);
72 $symbolicName = $vocabulary->getSymbolicName($i);
H A DIntervalSet.php436 public function toStringVocabulary(Vocabulary $vocabulary) : string argument
456 $buf .= $this->elementName($vocabulary, $start);
463 $buf .= $this->elementName($vocabulary, $i);
479 protected function elementName(Vocabulary $vocabulary, int $a) : string argument
489 return $vocabulary->getDisplayName($a);
/plugin/codemirror/dist/modes/
H A Dfactor.min.js.map1vocabulary","string","string2","string3","stack","meta","dontIndentStates","lineComment","defineMI…
H A Dfactor.min.js1 …:"keyword"},{regex:/\S+/,token:"variable"},{regex:/\s+|./,token:null}],vocabulary:[{regex:/;/,toke…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md22 * Stream: Refine borrowing vocabulary. (Ivan Enderlin, 2017-02-06T08:24:35+01:00)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php2273 $vocabulary = $this->parser !== null ? $this->parser->getVocabulary() : VocabularyImpl::emptyVocabulary();
2274 $displayName = $vocabulary->getDisplayName($t);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1vocabulary (such as [schema.org](https://schema.org/)) that describes the item and its properties …
/plugin/tuxquote/
H A Dquotes.txt4211 What do you call a dinosaur with an extensive vocabulary? A thesaurus.