/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
H A D | ANTLRErrorStrategy.php | 8 use Antlr\Antlr4\Runtime\Parser; alias 22 * {@see Parser::notifyErrorListeners()}. 31 * @param Parser $recognizer the parser instance 33 public function reset(Parser $recognizer) : void; 37 * inline match operation, such as {@see Parser::match()}. If the error 43 * not call {@see Parser::consume()} after a successful recovery. 47 * for calling {@see Parser::notifyErrorListeners()} as appropriate. 49 * @param Parser $recognizer The parser instance 54 public function recoverInline(Parser $recognizer) : Token; 61 * @param Parser [all...] |
H A D | DefaultErrorStrategy.php | 14 use Antlr\Antlr4\Runtime\Parser; alias 76 public function reset(Parser $recognizer) : void 85 * @param Parser $recognizer The parser instance. 87 protected function beginErrorCondition(Parser $recognizer) : void 92 public function inErrorRecoveryMode(Parser $recognizer) : bool 101 protected function endErrorCondition(Parser $recognizer) : void 114 public function reportMatch(Parser $recognizer) : void 134 * - All other types: calls {@see Parser#notifyErrorListeners} to report 137 public function reportError(Parser $recognizer, RecognitionException $e) : void 166 public function recover(Parser [all...] |
H A D | BailErrorStrategy.php | 10 use Antlr\Antlr4\Runtime\Parser; alias 35 * @see Parser::setErrorHandler() 45 public function recover(Parser $recognizer, RecognitionException $e) : void 67 public function recoverInline(Parser $recognizer) : Token 85 public function sync(Parser $recognizer) : void
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | ExpressionParserTest.php | 17 use Twig\Parser; alias 29 $parser = new Parser($env); 59 $parser = new Parser($env); 71 $parser = new Parser($env); 167 $parser = new Parser($env); 179 $parser = new Parser($env); 237 $parser = new Parser($env); 248 $parser = new Parser($env); 260 $parser = new Parser($env); 273 $parser = new Parser($env); [all …]
|
H A D | ParserTest.php | 16 use Twig\Parser; alias 45 …$parser = new Parser(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMoc… 61 …$parser = new Parser(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMoc… 138 $parser = new Parser($twig); 185 class TestParser extends Parser
|
/plugin/pdb/classes/ |
H A D | _xml.php | 17 $Parser = xml_parser_create(); 18 xml_parser_set_option($Parser, XML_OPTION_CASE_FOLDING, 0); 19 xml_parser_set_option($Parser, XML_OPTION_SKIP_WHITE, 1); 20 xml_parse_into_struct($Parser, $xml, $Xml_Values); 21 xml_parser_free($Parser);
|
/plugin/pubchem/classes/ |
H A D | _xml.php | 17 $Parser = xml_parser_create(); 18 xml_parser_set_option($Parser, XML_OPTION_CASE_FOLDING, 0); 19 xml_parser_set_option($Parser, XML_OPTION_SKIP_WHITE, 1); 20 xml_parse_into_struct($Parser, $xml, $Xml_Values); 21 xml_parser_free($Parser);
|
/plugin/pubmed/classes/ |
H A D | _xml.php | 17 $Parser = xml_parser_create(); 18 xml_parser_set_option($Parser, XML_OPTION_CASE_FOLDING, 0); 19 xml_parser_set_option($Parser, XML_OPTION_SKIP_WHITE, 1); 20 xml_parse_into_struct($Parser, $xml, $Xml_Values); 21 xml_parser_free($Parser);
|
/plugin/flowcharts/ |
H A D | syntax.php | 9 use dokuwiki\Parsing\Parser; alias 121 $Parser = new Parser(new Doku_Handler()); 125 $Parser->addMode($mode['mode'],$mode['obj']); 129 $p = $Parser->parse($text);
|
/plugin/mermaid/ |
H A D | syntax.php | 11 use dokuwiki\Parsing\Parser; 91 * @param string $mode Parser mode 198 $Parser = new Parser(new Doku_Handler()); 231 $Parser->addMode($mode['mode'],$mode['obj']); 235 $p = $Parser->parse($text); 9 use dokuwiki\Parsing\Parser; global() alias
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/ |
H A D | ANTLRErrorListener.php | 10 use Antlr\Antlr4\Runtime\Parser; alias 31 Parser $recognizer, 41 Parser $recognizer, 50 Parser $recognizer,
|
H A D | BaseErrorListener.php | 10 use Antlr\Antlr4\Runtime\Parser; alias 32 Parser $recognizer, 43 Parser $recognizer, 53 Parser $recognizer,
|
H A D | DiagnosticErrorListener.php | 10 use Antlr\Antlr4\Runtime\Parser; alias 16 * are made by calling {@see Parser::notifyErrorListeners()} with the appropriate 49 Parser $recognizer, 74 Parser $recognizer, 93 Parser $recognizer, 111 protected function getDecisionDescription(Parser $recognizer, DFA $dfa) : string
|
H A D | ProxyErrorListener.php | 10 use Antlr\Antlr4\Runtime\Parser; alias 48 Parser $recognizer, 62 Parser $recognizer, 82 Parser $recognizer,
|
/plugin/pagetemplate/ |
H A D | pagetemplate_backlinks.php | 103 $Parser = & new Doku_Parser(); 106 $Parser->Handler = & new Doku_Handler(); 123 $Parser->addMode($m,$obj); 125 $Parser->addMode('plugin_pagetemplate',$pagetemplate_obj); 127 $p = $Parser->parse($text);
|
H A D | action.php | 143 $Parser = & new Doku_Parser(); 146 $Parser->Handler = & new Doku_Handler(); 163 $Parser->addMode($m,$obj); 165 $Parser->addMode('plugin_pagetemplate',$pagetemplate_obj); 167 $p = $Parser->parse($text);
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 45 $parser = new Parser\MimeDir(); 69 $parser = new Parser\Json(); 90 $parser = new Parser\XML();
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Reader.php | 44 $parser = new Parser\MimeDir(); 69 $parser = new Parser\Json(); 91 $parser = new Parser\XML();
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | Parser.php | 3 use Twig\Parser; alias 8 class Twig_Parser extends Parser
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | Parser.php | 28 abstract class Parser extends Recognizer class 44 * @see Parser::getErrorHandler() 45 * @see Parser::setErrorHandler() 54 * @see Parser::getInputStream() 55 * @see Parser::setInputStream() 76 * @see Parser::getBuildParseTree() 77 * @see Parser::setBuildParseTree() 84 * When {@see Parser::setTrace(true)} is called, a reference to the 86 * later call to {@see Parser::setTrace(false)}. The listener itself is 98 * @see Parser [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | AbstractTokenParser.php | 14 use Twig\Parser; alias 25 public function setParser(Parser $parser)
|
H A D | TokenParserInterface.php | 15 use Twig\Parser; alias 28 public function setParser(Parser $parser);
|
/plugin/move/helper/ |
H A D | rewrite.php | 242 $Parser = new Doku_Parser(); 245 /** @var $Parser->Handler helper_plugin_move_handler */ 246 $Parser->Handler = $this->loadHelper('move_handler'); 247 $Parser->Handler->init($id, $origin, $pages, $media, $handlers); 251 $Parser->addMode($mode['mode'], $mode['obj']); 254 return $Parser->parse($text);
|
/plugin/combo/vendor/symfony/yaml/ |
H A D | Inline.php | 194 case Parser::preg_match('{^[0-9]+[_0-9]*$}', $value): 195 case Parser::preg_match(self::getHexRegex(), $value): 196 case Parser::preg_match(self::getTimestampRegex(), $value): 293 if (Parser::preg_match('/[ \t]+#/', $output, $match, \PREG_OFFSET_CAPTURE)) { 296 } elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $match)) { 324 if (!Parser::preg_match('/'.self::REGEX_QUOTED_STRING.'/Au', substr($scalar, $i), $match)) { 388 if (!$isQuoted && \is_string($value) && '' !== $value && '&' === $value[0] && Parser::preg_match(Parser::REFERENCE_PATTERN, $value, $matches)) { 485 // Parser cannot abort this mapping earlier, since lines 506 // Parser canno [all...] |
/plugin/sphinxsearch-was/ |
H A D | functions.php | 178 $Parser = new Doku_Parser(); 181 $Parser->Handler = new Doku_Handler(); 184 $Parser->addMode('header', new Doku_Parser_Mode_Header()); 185 $Parser->addMode('listblock', new Doku_Parser_Mode_ListBlock()); 191 $instructions = $Parser->parse($doc); 193 unset($Parser->Handler); 194 unset($Parser);
|