Home
last modified time | relevance | path

Searched refs:configLookup (Results 1 – 3 of 3) 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
[all...]
H A DOrderedATNConfigSet.php15 $this->configLookup = new Set();
/plugin/scrape/
H A DHTMLPurifier.standalone.php