Home
last modified time | relevance | path

Searched refs:addTokenParser (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php29 $twig->addTokenParser(new SimpleTokenParser($tag, $grammar));
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php73 public function addTokenParser(TokenParserInterface $parser) function in Twig\\Extension\\StagingExtension
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php53 public function addTokenParser(TokenParserInterface $parser) function in Twig_TokenParserBroker
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php136 $twig->addTokenParser(new TestTokenParser());
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1045 public function addTokenParser(TokenParserInterface $parser) function in Twig\\Environment
1051 $this->staging->addTokenParser($parser);
1591 $this->parsers->addTokenParser($parser);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst397 Adding a tag is as simple as calling the ``addTokenParser`` method on the
401 $twig->addTokenParser(new Project_Set_TokenParser());
H A Dadvanced.rst456 Adding a tag is as simple as calling the ``addTokenParser`` method on the
460 $twig->addTokenParser(new Project_Set_TokenParser());
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG692 …s are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/addTokenParser/addExtension c…