Home
last modified time | relevance | path

Searched refs:EnterProfileNode (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php21 use Twig\Profiler\Node\EnterProfileNode; alias
48 …$node->setNode('display_start', new Node([new EnterProfileNode($this->extensionName, Profile::TEMP…
53 … new EnterProfileNode($this->extensionName, Profile::BLOCK, $node->getAttribute('name'), $varName),
60 … new EnterProfileNode($this->extensionName, Profile::MACRO, $node->getAttribute('name'), $varName),
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Profiler/Node/
H A DEnterProfile.php3 use Twig\Profiler\Node\EnterProfileNode; alias
8 class Twig_Profiler_Node_EnterProfile extends EnterProfileNode
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
H A DEnterProfileNode.php22 class EnterProfileNode extends Node class