Home
last modified time | relevance | path

Searched refs:enterNode (Results 1 – 6 of 6) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst383 public function enterNode(Twig_NodeInterface $node, \Twig\Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DNodeTraverser.php69 $node = $visitor->enterNode($node, $this->env);
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DAbstractNodeVisitor.php24 final public function enterNode(\Twig_NodeInterface $node, Environment $env) function in Twig\\NodeVisitor\\AbstractNodeVisitor
H A DNodeVisitorInterface.php28 public function enterNode(\Twig_NodeInterface $node, Environment $env); function
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php647 public function enterNode(Twig_NodeInterface $node, Environment $env) function in Twig_Tests_EnvironmentTest_NodeVisitor
H A DTemplateTest.php789 public function enterNode(Twig_NodeInterface $node, Environment $env) function in CExtDisablingNodeVisitor