Home
last modified time | relevance | path

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

12345678910>>...24

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DLessBinary.php18 public function operator(Compiler $compiler) argument
20 return $compiler->raw('<');
H A DLessEqualBinary.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 DAddBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('+');
H A DAndBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('&&');
H A DBitwiseAndBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('&');
H A DBitwiseOrBinary.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('-');
H A DBitwiseXorBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('^');
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 DOrBinary.php19 public function operator(Compiler $compiler) argument
21 return $compiler->raw('||');
H A DMulBinary.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('!=');
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/
H A DNegUnary.php19 public function operator(Compiler $compiler) argument
21 $compiler->raw('-');
H A DPosUnary.php19 public function operator(Compiler $compiler) argument
21 $compiler->raw('+');
H A DNotUnary.php19 public function operator(Compiler $compiler) argument
21 $compiler->raw('!');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A Dregenerate-parser.php11 $compiler = Llk::load(new Read(__DIR__ . '/grammar.pp')); variable
28 . 'final ' . Llk::save($compiler, 'InnerParser')
/plugin/findologicxmlexport/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
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DFlushNode.php28 public function compile(Compiler $compiler) argument
30 $compiler
/plugin/findologicxmlexport/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

12345678910>>...24