Home
last modified time | relevance | path

Searched refs:configLookup (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php41 public $configLookup; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
98 $this->configLookup = new Set(new class implements Equivalence {
141 if ($this->readOnly || $this->configLookup === null) {
153 if ($this->configLookup === null) {
158 $existing = $this->configLookup->getOrAdd($config);
257 if ($this->readOnly || $this->configLookup === null) {
261 if ($this->configLookup->isEmpty()) {
325 if ($this->configLookup === null) {
329 return $this->configLookup->contains($item);
350 $this->configLookup = new Set();
[all …]
H A DOrderedATNConfigSet.php15 $this->configLookup = new Set();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/
DLinkTypes.php23 $configLookup = array(
27 if (!isset($configLookup[$name])) {
35 $this->name = $configLookup[$name];
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dparser.js313 var configLookup = {}
317 applyDefaultsAndAliases(configLookup, aliases, defaults)
320 var configPath = argv[configKey] || configLookup[configKey]
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dyargs-parser.js601 const configLookup = Object.create(null);
604 applyDefaultsAndAliases(configLookup, flags.aliases, defaults);
606 const configPath = argv[configKey] || configLookup[configKey];
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs618 const configLookup = Object.create(null);
619 applyDefaultsAndAliases(configLookup, flags.aliases, defaults);
621 const configPath = argv[configKey] || configLookup[configKey];