Home
last modified time | relevance | path

Searched defs:tag (Results 201 – 225 of 359) sorted by path

12345678910>>...15

/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php14 protected $tag; variable in SimpleTokenParser
17 public function __construct($tag, $grammar)
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Node/Expression/
H A DExtensionReference.php26 public function __construct($name, $lineno, $tag = null)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php87 public function getTokenParser($tag)
H A DTokenParserBrokerInterface.php33 public function getTokenParser($tag);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php493 public function parseFilterExpressionRaw($node, $tag = null)
H A DLexer.php303 protected function lexRawData($tag)
/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 DBlockReferenceNode.php24 public function __construct($name, $lineno, $tag = null)
H A DDeprecatedNode.php25 public function __construct(AbstractExpression $expr, $lineno, $tag = null)
H A DDoNode.php24 public function __construct(AbstractExpression $expr, $lineno, $tag = null)
H A DEmbedNode.php26 … AbstractExpression $variables = null, $only = false, $ignoreMissing = false, $lineno, $tag = null)
H A DFlushNode.php23 public function __construct($lineno, $tag)
H A DForLoopNode.php23 public function __construct($lineno, $tag = null)
H A DForNode.php28 … $ifexpr = null, \Twig_NodeInterface $body, \Twig_NodeInterface $else = null, $lineno, $tag = null)
H A DIfNode.php24 …ion __construct(\Twig_NodeInterface $tests, \Twig_NodeInterface $else = null, $lineno, $tag = null)
H A DImportNode.php25 …public function __construct(AbstractExpression $expr, AbstractExpression $var, $lineno, $tag = nul…
H A DIncludeNode.php25 … AbstractExpression $variables = null, $only = false, $ignoreMissing = false, $lineno, $tag = null)
H A DMacroNode.php26 …__construct($name, \Twig_NodeInterface $body, \Twig_NodeInterface $arguments, $lineno, $tag = null)
H A DNode.php27 protected $tag; variable in Twig\\Node\\Node
42 public function __construct(array $nodes = [], array $attributes = [], $lineno = 0, $tag = null)
/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 …erface $node, ConstantExpression $filterName, \Twig_NodeInterface $arguments, $lineno, $tag = null)
H A DParentExpression.php24 public function __construct($name, $lineno, $tag = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …erface $node, ConstantExpression $filterName, \Twig_NodeInterface $arguments, $lineno, $tag = null)

12345678910>>...15