Home
last modified time | relevance | path

Searched defs:compiler (Results 1 – 25 of 85) sorted by path

1234

/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php55 private $compiler; variable in Twig\\Environment
565 public function setCompiler(Compiler $compiler)
/template/twigstarter/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php34 public function compile(Compiler $compiler)
H A DBlockNode.php29 public function compile(Compiler $compiler)
H A DBlockReferenceNode.php29 public function compile(Compiler $compiler)
H A DCheckSecurityCallNode.php21 public function compile(Compiler $compiler)
H A DCheckSecurityNode.php34 public function compile(Compiler $compiler)
H A DCheckToStringNode.php34 public function compile(Compiler $compiler)
H A DDeprecatedNode.php30 public function compile(Compiler $compiler)
H A DDoNode.php29 public function compile(Compiler $compiler)
H A DEmbedNode.php34 protected function addGetTemplate(Compiler $compiler)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php68 public function compile(Compiler $compiler)
H A DArrowFunctionExpression.php29 public function compile(Compiler $compiler)
H A DAssignNameExpression.php19 public function compile(Compiler $compiler)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php26 public function compile(Compiler $compiler)
41 abstract public function operator(Compiler $compiler);
H A DAddBinary.php19 public function operator(Compiler $compiler)
H A DAndBinary.php19 public function operator(Compiler $compiler)
H A DBitwiseAndBinary.php19 public function operator(Compiler $compiler)
H A DBitwiseOrBinary.php19 public function operator(Compiler $compiler)
H A DBitwiseXorBinary.php19 public function operator(Compiler $compiler)
H A DConcatBinary.php19 public function operator(Compiler $compiler)
H A DDivBinary.php19 public function operator(Compiler $compiler)
H A DEndsWithBinary.php18 public function compile(Compiler $compiler)
31 public function operator(Compiler $compiler)
H A DEqualBinary.php18 public function operator(Compiler $compiler)
H A DFloorDivBinary.php18 public function compile(Compiler $compiler)
25 public function operator(Compiler $compiler)
H A DGreaterBinary.php18 public function operator(Compiler $compiler)

1234