Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 25 of 59) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DExecStepConfig.php32 public $interpreter; variable in Google\\Service\\OSConfig\\ExecStepConfig
69 public function setInterpreter($interpreter) argument
71 $this->interpreter = $interpreter;
78 return $this->interpreter;
H A DOSPolicyResourceExecResourceExec.php32 public $interpreter; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec
73 public function setInterpreter($interpreter) argument
75 $this->interpreter = $interpreter;
82 return $this->interpreter;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php36 $interpreter = $recognizer->getInterpreter();
38 if ($interpreter === null) {
39 throw new \RuntimeException('Unexpected null interpreter.');
42 $s = $interpreter->atn->states[$recognizer->getState()];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php115 * their serialized ATN despite having created the interpreter from it.
123 * Get the ATN interpreter used by the recognizer for prediction.
125 * @return ATNSimulator|null The ATN interpreter used by the recognizer
133 protected function interpreter() : ATNSimulator function in Antlr\\Antlr4\\Runtime\\Recognizer
136 throw new \RuntimeException('Unexpected null interpreter.');
143 * Set the ATN interpreter used by the recognizer for prediction.
145 * @param ATNSimulator|null $interpreter The ATN interpreter used
148 public function setInterpreter(?ATNSimulator $interpreter) : void argument
150 $this->interp = $interpreter;
[all...]
H A DParser.php142 $interpreter = $this->getInterpreter();
144 if ($interpreter !== null) {
145 $interpreter->reset();
780 $atn = $this->interpreter()->atn;
832 $atn = $this->interpreter()->atn;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php244 $interpreter = $recognizer->getInterpreter();
246 if ($interpreter === null) {
247 throw new \RuntimeException('Unexpected null interpreter.');
251 $s = $interpreter->atn->states[$recognizer->getState()];
567 $interpreter = $recognizer->getInterpreter();
569 if ($interpreter === null) {
570 throw new \RuntimeException('Unexpected null interpreter.');
579 $atn = $interpreter->atn;
857 $interpreter = $recognizer->getInterpreter();
859 if ($interpreter
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php255 public function optimizeConfigs(ATNSimulator $interpreter) : void argument
267 $config->context = $interpreter->getCachedContext($config->context);
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js.map1 …derivative languages were\n// originally made for use in the mscgen_js interpreter\n// (https://sv…
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt363 shebang script interpreter header
/plugin/orgapp/
H A DCOPYING132 produce the work, or an object code interpreter used to run it.
/plugin/searchformgoto/
H A DCOPYING132 produce the work, or an object code interpreter used to run it.
/plugin/gplusone/
H A DCOPYING132 produce the work, or an object code interpreter used to run it.
/plugin/dokukiwix/
H A DCOPYING132 produce the work, or an object code interpreter used to run it.
/plugin/doodle4/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/pgpinlinesupport/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/imagecarousel/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/airtable/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/offline/
H A DCOPYING.txt132 produce the work, or an object code interpreter used to run it.
/plugin/wavedrom/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/sha3sum/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/showinitpage/
H A Dgpl-3.0.md138 produce the work, or an object code interpreter used to run it.
/plugin/timetrack/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.gpl-30.txt132 produce the work, or an object code interpreter used to run it.
/plugin/groupmail/
H A DLICENSE132 produce the work, or an object code interpreter used to run it.
/plugin/owncloud/
H A DCOPYING132 produce the work, or an object code interpreter used to run it.

123