Home
last modified time | relevance | path

Searched refs:compiler (Results 51 – 75 of 188) sorted by relevance

12345678

/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
H A DConcatBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('.');
H A DDivBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('/');
H A DGreaterBinary.php18 public function operator(Compiler $compiler) argument
20 return $compiler->raw('>');
H A DLessBinary.php18 public function operator(Compiler $compiler) argument
20 return $compiler->raw('<');
H A DModBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('%');
H A DNotEqualBinary.php18 public function operator(Compiler $compiler) argument
20 return $compiler->raw('!=');
H A DOrBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('||');
H A DSubBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('-');
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Unary/
H A DNotUnary.php19 public function operator(Compiler $compiler) argument
21 $compiler->raw('!');
H A DPosUnary.php19 public function operator(Compiler $compiler) argument
21 $compiler->raw('+');
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DAssignNameExpression.php19 public function compile(Compiler $compiler) argument
21 $compiler
H A DConstantExpression.php24 public function compile(Compiler $compiler) argument
26 $compiler->repr($this->getAttribute('value'));
H A DTempNameExpression.php23 public function compile(Compiler $compiler) argument
25 $compiler
H A DInlinePrint.php27 public function compile(Compiler $compiler) argument
29 $compiler
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DNullTest.php26 public function compile(Compiler $compiler) argument
28 $compiler
H A DEvenTest.php26 public function compile(Compiler $compiler) argument
28 $compiler
H A DOddTest.php26 public function compile(Compiler $compiler) argument
28 $compiler
H A DSameasTest.php24 public function compile(Compiler $compiler) argument
26 $compiler
H A DDivisiblebyTest.php26 public function compile(Compiler $compiler) argument
28 $compiler
/template/twigstarter/vendor/twig/twig/src/Node/
H A DFlushNode.php28 public function compile(Compiler $compiler) argument
30 $compiler
H A DAutoEscapeNode.php34 public function compile(Compiler $compiler) argument
36 $compiler->subcompile($this->getNode('body'));
H A DTextNode.php29 public function compile(Compiler $compiler) argument
31 $compiler
H A DBlockReferenceNode.php29 public function compile(Compiler $compiler) argument
31 $compiler
H A DCheckToStringNode.php34 public function compile(Compiler $compiler) argument
37 $compiler
/template/twigstarter/vendor/twig/twig/src/Profiler/Node/
H A DLeaveProfileNode.php29 public function compile(Compiler $compiler) argument
31 $compiler

12345678