| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
| H A D | DFASerializer.php | 19 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 D | DFA.php | 161 public function toString(Vocabulary $vocabulary) : string argument 167 $serializer = new DFASerializer($this, $vocabulary);
|
| /plugin/combo/ComboStrap/PageSqlParser/ |
| H A D | PageSqlLexer.php | 629 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 D | PageSqlParser.php | 287 static $vocabulary; 289 … return $vocabulary = $vocabulary ?? new VocabularyImpl(self::LITERAL_NAMES, self::SYMBOLIC_NAMES);
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Recognizer.php | 57 $vocabulary = $this->getVocabulary(); 59 $key = \spl_object_hash($vocabulary); 66 $literalName = $vocabulary->getLiteralName($i); 72 $symbolicName = $vocabulary->getSymbolicName($i);
|
| H A D | IntervalSet.php | 436 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/ |
| D | factor.min.js.map | 1 …vocabulary","string","string2","string3","stack","meta","dontIndentStates","lineComment","defineMI…
|
| D | factor.min.js | 1 …:"keyword"},{regex:/\S+/,token:"variable"},{regex:/\s+|./,token:null}],vocabulary:[{regex:/;/,toke… property
|
| /plugin/mizarverifiabledocs/src/ |
| H A D | mizar.grammar | 61 "vocabulary" |
|
| /plugin/findologicxmlexport/vendor/hoa/stream/ |
| D | CHANGELOG.md | 22 * Stream: Refine borrowing vocabulary. (Ivan Enderlin, 2017-02-06T08:24:35+01:00)
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ParserATNSimulator.php | 2273 …$vocabulary = $this->parser !== null ? $this->parser->getVocabulary() : VocabularyImpl::emptyVocab… 2274 $displayName = $vocabulary->getDisplayName($t);
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 3.3.js.map | 1 …vocabulary (such as [schema.org](https://schema.org/)) that describes the item and its properties …
|
| /plugin/tuxquote/ |
| D | quotes.txt | 4211 What do you call a dinosaur with an extensive vocabulary? A thesaurus.
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …vocabulary](#highlight.tags) of syntax tags (as opposed to\ntraditional open string-based systems,…
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …vocabulary](#highlight.tags) of syntax tags (as opposed to\ntraditional open string-based systems,…
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …vocabulary](#highlight.tags) of syntax tags (as opposed to\ntraditional open string-based systems,…
|