Home
last modified time | relevance | path

Searched refs:parser (Results 176 – 200 of 420) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DExpression.php24 return $this->parser->getExpressionParser()->parseExpression();
H A DArguments.php24 return $this->parser->getExpressionParser()->parseArguments();
H A DHash.php24 return $this->parser->getExpressionParser()->parseHashExpression();
H A DNumber.php24 $this->parser->getStream()->expect(Twig_Token::NUMBER_TYPE);
H A DSwitch.php24 $this->parser->getStream()->expect(Twig_Token::NAME_TYPE, $this->name);
H A DBoolean.php24 $this->parser->getStream()->expect(Twig_Token::NAME_TYPE, array('true', 'false'));
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBrokerInterface.php38 public function setParser(Twig_ParserInterface $parser); argument
/plugin/prosemirror/parser/
H A DSyntaxTreeBuilder.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DHruleNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DInlineNodeInterface.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DEmailLinkNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DExternalLinkNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DPreformattedNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
H A DWindowsShareLinkNode.php3 namespace dokuwiki\plugin\prosemirror\parser;
/plugin/publistf/
H A Dsyntax.php127 $parser = new BibtexConverter($data['options'],$sanitiser,$authors);
128 $code = $parser->convert($bibtex, $template);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DTokenParserInterface.php28 public function setParser(Parser $parser); argument
H A DFlushTokenParser.php28 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
/plugin/ckgdoku/
H A DREADME1 This is an updated dversion fckgLite. It uses the much the same parser as the original fckgLite, b…
/plugin/fedauth/Auth/Yadis/
H A DYadis.php356 $parser = new Auth_Yadis_ParseHTML();
357 $yadis_location = $parser->getHTTPEquiv($response->body);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php108 $parser = SUT::load($stream)
110 ->when($result = SUT::save($parser, 'Foobar'))
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php104 $parser = new ConfigParser($struct_syntax);
105 $search_config = $parser->getConfig();
/plugin/openid/Auth/Yadis/
H A DYadis.php371 $parser = new Auth_Yadis_ParseHTML();
372 $yadis_location = $parser->getHTTPEquiv($response->body);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst19 * Then, the **parser** converts the token stream into a meaningful tree
78 The parser converts the token stream into an AST (Abstract Syntax Tree), or a
104 The default parser (``\Twig\TokenParser\AbstractTokenParser``) can be changed by calling the
107 $twig->setParser($parser);
/plugin/parserarray/
H A Dplugin.info.txt6 desc Exports DokuWiki parser instruction array
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19parser.parseFromString(e,"text/xml")},parseMS:function(e){return(this.parser.loadXML(e)?this.parse…

12345678910>>...17