Home
last modified time | relevance | path

Searched refs:setParser (Results 1 – 14 of 14) sorted by path

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php417 public function setParser(Parser $parser) function in Handlebars\\Handlebars
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DGrammar.php31 public function setParser(Twig_Parser $parser) function in Twig_Extensions_Grammar
H A DGrammarInterface.php17 public function setParser(Twig_Parser $parser); function
H A DSimpleTokenParser.php33 $grammar->setParser($this->parser);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php61 $grammar->setParser($this->parser);
H A DTag.php46 $grammar->setParser($this->parser);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst105 ``setParser()`` method::
107 $twig->setParser($parser);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php112 public function setParser(Twig_ParserInterface $parser) function in Twig_TokenParserBroker
116 $tokenParser->setParser($parser);
119 $broker->setParser($parser);
H A DTokenParserBrokerInterface.php38 public function setParser(Twig_ParserInterface $parser); function
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php726 public function setParser(\Twig_ParserInterface $parser) function in Twig\\Environment
H A DParser.php99 $this->handlers->setParser($this);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAbstractTokenParser.php25 public function setParser(Parser $parser) function in Twig\\TokenParser\\AbstractTokenParser
H A DTokenParserInterface.php28 public function setParser(Parser $parser); function
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php507 public function setParser(Mustache_Parser $parser) function in Mustache_Engine