Home
last modified time | relevance | path

Searched refs:Twig_NodeInterface (Results 1 – 25 of 40) sorted by path

12

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG941 * added three interfaces: Twig_NodeInterface, Twig_TokenParserInterface, and Twig_FilterInterface
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst146 * ``Twig_NodeInterface`` (use ``\Twig\Node\Node`` instead)
176 * Because of the removal of ``Twig_NodeInterface`` in 2.0, you need to extend
H A Drecipes.rst383 public function enterNode(Twig_NodeInterface $node, \Twig\Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DCompilerInterface.php26 public function compile(Twig_NodeInterface $node);
H A DNodeInterface.php21 interface Twig_NodeInterface extends \Countable, \IteratorAggregate interface
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php76 public function compile(\Twig_NodeInterface $node, $indentation = 0)
97 public function subcompile(\Twig_NodeInterface $node, $raw = true)
215 public function addDebugInfo(\Twig_NodeInterface $node)
H A DEnvironment.php775 public function compile(\Twig_NodeInterface $node)
H A DExpressionParser.php617 private function parseNotTestExpression(\Twig_NodeInterface $node)
622 private function parseTestExpression(\Twig_NodeInterface $node)
747 protected function checkConstantExpression(\Twig_NodeInterface $node)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DAutoEscapeNode.php29 public function __construct($value, \Twig_NodeInterface $body, $lineno, $tag = 'autoescape')
H A DBlockNode.php24 public function __construct($name, \Twig_NodeInterface $body, $lineno, $tag = null)
H A DForNode.php28 …tExpression $seq, AbstractExpression $ifexpr = null, \Twig_NodeInterface $body, \Twig_NodeInterfac…
H A DIfNode.php24 …public function __construct(\Twig_NodeInterface $tests, \Twig_NodeInterface $else = null, $lineno,…
H A DMacroNode.php26 …public function __construct($name, \Twig_NodeInterface $body, \Twig_NodeInterface $arguments, $lin…
H A DModuleNode.php33 …truct(\Twig_NodeInterface $body, AbstractExpression $parent = null, \Twig_NodeInterface $blocks, \
H A DNode.php22 class Node implements \Twig_NodeInterface
45 if (!$node instanceof \Twig_NodeInterface) {
201 if (!$node instanceof \Twig_NodeInterface) {
H A DSandboxNode.php23 public function __construct(\Twig_NodeInterface $body, $lineno, $tag = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php20 public function __construct(\Twig_NodeInterface $left, \Twig_NodeInterface $right, $lineno)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php28 public function __construct(\Twig_NodeInterface $name, $template = null, $lineno, $tag = null)
H A DFilterExpression.php20 …public function __construct(\Twig_NodeInterface $node, ConstantExpression $filterName, \Twig_NodeI…
H A DFunctionExpression.php19 public function __construct($name, \Twig_NodeInterface $arguments, $lineno)
H A DNullCoalesceExpression.php23 public function __construct(\Twig_NodeInterface $left, \Twig_NodeInterface $right, $lineno)
H A DTestExpression.php19 …public function __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = nul…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …public function __construct(\Twig_NodeInterface $node, ConstantExpression $filterName, \Twig_NodeI…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php36 …public function __construct(\Twig_NodeInterface $node, $name, \Twig_NodeInterface $arguments = nul…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php20 public function __construct(\Twig_NodeInterface $node, $lineno)

12