Home
last modified time | relevance | path

Searched refs:getNode (Results 26 – 50 of 128) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php60 if ($node->getNode('node') instanceof GetAttrExpression) {
61 $this->changeIgnoreStrictCheck($node->getNode('node'));
67 $compiler->subcompile($this->getNode('node'));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIncludeNode.php70 ->subcompile($this->getNode('expr'))
86 ->subcompile($this->getNode('variables'))
91 $compiler->subcompile($this->getNode('variables'));
H A DSandboxedPrintNode.php37 $expr = $this->getNode('expr');
62 return $this->removeNodeFilter($node->getNode('node'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DGetAttrTest.php30 $this->assertEquals($expr, $node->getNode('node'));
31 $this->assertEquals($attr, $node->getNode('attribute'));
32 $this->assertEquals($args, $node->getNode('arguments'));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DInBinary.php22 ->subcompile($this->getNode('left'))
24 ->subcompile($this->getNode('right'))
H A DMatchesBinary.php22 ->subcompile($this->getNode('right'))
24 ->subcompile($this->getNode('left'))
H A DRangeBinary.php22 ->subcompile($this->getNode('left'))
24 ->subcompile($this->getNode('right'))
H A DNotInBinary.php22 ->subcompile($this->getNode('left'))
24 ->subcompile($this->getNode('right'))
H A DPowerBinary.php26 ->subcompile($this->getNode('left'))
28 ->subcompile($this->getNode('right'))
H A DEndsWithBinary.php24 ->subcompile($this->getNode('left'))
26 ->subcompile($this->getNode('right'))
H A DStartsWithBinary.php24 ->subcompile($this->getNode('left'))
26 ->subcompile($this->getNode('right'))
H A DAbstractBinary.php29 ->subcompile($this->getNode('left'))
35 ->subcompile($this->getNode('right'))
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DDivTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DFloorDivTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DModTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DMulTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DOrTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DAddTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DAndTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DConcatTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DSubTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DImportTest.php25 $this->assertEquals($macro, $node->getNode('expr'));
26 $this->assertEquals($var, $node->getNode('var'));
H A DMacroTest.php27 $this->assertEquals($body, $node->getNode('body'));
28 $this->assertEquals($arguments, $node->getNode('arguments'));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DMethodCallExpression.php30 ->subcompile($this->getNode('node'))
36 foreach ($this->getNode('arguments')->getKeyValuePairs() as $pair) {
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php58 $this->safeVars[] = $node->getNode('var')->getAttribute('name');
91 $expression = $node->getNode('expr');
107 $name = $filter->getNode('filter')->getAttribute('value');
114 $node = $filter->getNode('node');

123456