Home
last modified time | relevance | path

Searched refs:hasNode (Results 1 – 11 of 11) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/
H A DForNode.php54 if ($this->hasNode('else')) {
83 $this->loop->setAttribute('else', $this->hasNode('else'));
99 if ($this->hasNode('else')) {
H A DModuleNode.php109 if (!$this->hasNode('parent')) {
185 if (!$this->hasNode('parent')) {
319 if ($this->hasNode('parent')) {
383 $traitable = !$this->hasNode('parent') && 0 === \count($this->getNode('macros'));
H A DIfNode.php57 if ($this->hasNode('else')) {
H A DWithNode.php37 if ($this->hasNode('variables')) {
H A DIncludeNode.php92 if (!$this->hasNode('variables')) {
H A DNode.php134 public function hasNode($name) function in Twig\\Node\\Node
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php54 if (!$this->hasNode('template')) {
80 if (!$this->hasNode('template')) {
H A DCallExpression.php93 if ($this->hasNode('node')) {
101 if ($this->hasNode('arguments')) {
254 if ($this->hasNode('node')) {
H A DGetAttrExpression.php72 if ($this->hasNode('arguments')) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DConstantTest.php36 if ($this->getNode('arguments')->hasNode(1)) {
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php167 && (!$node->getNode('arguments')->hasNode('with_context')