Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/
DDeprecatedNode.php48 if ($this->hasNode('package')) {
54 if ($this->hasNode('version')) {
78 if ($this->hasNode('package')) {
81 if ($this->hasNode('version')) {
DForNode.php62 if ($this->hasNode('else')) {
86 $this->loop->setAttribute('else', $this->hasNode('else'));
101 if ($this->hasNode('else')) {
109 if ($this->hasNode('else')) {
DModuleNode.php96 return $this->hasNode('parent') ? ['parent'] : [];
136 if (!$this->hasNode('parent')) {
222 if (!$this->hasNode('parent')) {
361 if ($this->hasNode('parent')) {
386 if (!$this->hasNode('parent')) {
447 $traitable = !$this->hasNode('parent') && 0 === \count($this->getNode('macros'));
DIfNode.php66 if ($this->getNode('tests')->hasNode((string) ($i + 1))) {
71 if ($this->hasNode('else')) {
DWithNode.php43 if ($this->hasNode('variables')) {
DIncludeNode.php101 if (!$this->hasNode('variables')) {
DNode.php199 public function hasNode(string $name): bool function in Twig\\Node\\Node
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DBlockReferenceExpression.php67 return $this->hasNode('template') ? ['template'] : [];
72 if (!$this->hasNode('template')) {
96 if (!$this->hasNode('template')) {
DGetAttrExpression.php137 if ($this->hasNode('arguments')) {
166 if ($this->hasNode('arguments')) {
DTestExpression.php85 if ($this->hasNode('arguments')) {
DCallExpression.php119 if ($this->hasNode('node')) {
127 if ($this->hasNode('arguments')) {
289 if ($this->hasNode('node')) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/FunctionNode/
DEnumCasesFunction.php24 if ($arguments->hasNode('enum')) {
26 } elseif ($arguments->hasNode('0')) {
DEnumFunction.php24 if ($arguments->hasNode('enum')) {
26 } elseif ($arguments->hasNode('0')) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
DConstantTest.php36 if ($this->getNode('arguments')->hasNode('1')) {
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php163 && (!$node->getNode('arguments')->hasNode('with_context')
/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php188 if ($this->node->hasNode('node')) {