Home
last modified time | relevance | path

Searched refs:subcompile (Results 1 – 25 of 46) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DModuleNode.php81 $compiler->subcompile($template);
108 $compiler->subcompile($this->getNode('blocks'));
140 $compiler->subcompile($parent);
144 ->subcompile($parent)
194 ->subcompile($this->getNode('constructor_start'))
205 ->subcompile($parent)
225 ->subcompile($trait->getNode('template'))
241 ->subcompile($trait->getNode('template'))
247 ->subcompile($value)
317 ->subcompile($this->getNode('constructor_end'))
[all …]
DSetNode.php55 $compiler->subcompile($node);
62 ->subcompile($this->getNode('values'))
66 $compiler->subcompile($this->getNode('names'), false);
83 $compiler->subcompile($value);
90 ->subcompile($this->getNode('values'))
94 $compiler->subcompile($this->getNode('values'));
DForNode.php50 ->subcompile($this->getNode('seq'))
89 ->subcompile($this->getNode('key_target'))
91 ->subcompile($this->getNode('value_target'))
94 ->subcompile($this->getNode('body'))
103 ->subcompile($this->getNode('else'))
DIfNode.php50 ->subcompile($this->getNode('tests')->getNode($i))
53 ->subcompile($this->getNode('tests')->getNode($i + 1))
62 ->subcompile($this->getNode('else'))
DIncludeNode.php70 ->subcompile($this->getNode('expr'))
86 ->subcompile($this->getNode('variables'))
91 $compiler->subcompile($this->getNode('variables'));
DSandboxedPrintNode.php40 ->subcompile($expr)
46 ->subcompile($expr)
DDeprecatedNode.php38 ->subcompile($expr);
42 ->subcompile($expr)
DImportNode.php35 ->subcompile($this->getNode('var'))
44 ->subcompile($this->getNode('expr'))
DWithNode.php41 ->subcompile($this->getNode('variables'))
67 ->subcompile($this->getNode('body'))
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
DTrans.php63 ->subcompile($msg)
69 ->subcompile($msg1)
71 ->subcompile($this->hasNode('count') ? $this->getNode('count') : null)
83 ->subcompile($this->hasNode('count') ? $this->getNode('count') : null)
90 ->subcompile($var)
100 ->subcompile($msg)
106 ->subcompile($msg1)
108 ->subcompile($this->hasNode('count') ? $this->getNode('count') : null)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
DConstantTest.php32 ->subcompile($this->getNode('node'))
39 ->subcompile($this->getNode('arguments')->getNode(1))
45 ->subcompile($this->getNode('arguments')->getNode(0))
DDivisiblebyTest.php30 ->subcompile($this->getNode('node'))
32 ->subcompile($this->getNode('arguments')->getNode(0))
DSameasTest.php28 ->subcompile($this->getNode('node'))
30 ->subcompile($this->getNode('arguments')->getNode(0))
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
DConditionalExpression.php28 ->subcompile($this->getNode('expr1'))
30 ->subcompile($this->getNode('expr2'))
32 ->subcompile($this->getNode('expr3'))
DGetAttrExpression.php46 $compiler->subcompile($this->getNode('node'));
48 $compiler->raw(', ')->subcompile($this->getNode('attribute'));
58 $compiler->raw(', ')->subcompile($this->getNode('arguments'));
DMethodCallExpression.php30 ->subcompile($this->getNode('node'))
42 $compiler->subcompile($pair['value']);
DNullCoalesceExpression.php47 ->subcompile($this->getNode('expr2'))
49 ->subcompile($this->getNode('expr3'))
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
DRangeBinary.php22 ->subcompile($this->getNode('left'))
24 ->subcompile($this->getNode('right'))
DInBinary.php22 ->subcompile($this->getNode('left'))
24 ->subcompile($this->getNode('right'))
DMatchesBinary.php22 ->subcompile($this->getNode('right'))
24 ->subcompile($this->getNode('left'))
DNotInBinary.php22 ->subcompile($this->getNode('left'))
24 ->subcompile($this->getNode('right'))
DPowerBinary.php26 ->subcompile($this->getNode('left'))
28 ->subcompile($this->getNode('right'))
DEndsWithBinary.php24 ->subcompile($this->getNode('left'))
26 ->subcompile($this->getNode('right'))
DStartsWithBinary.php24 ->subcompile($this->getNode('left'))
26 ->subcompile($this->getNode('right'))
DAbstractBinary.php29 ->subcompile($this->getNode('left'))
35 ->subcompile($this->getNode('right'))

12