Searched refs:macros (Results 1 – 4 of 4) sorted by relevance
53 private $macros; variable in Twig\\Parser102 $this->macros = [];133 $this->macros ? new Nodes($this->macros) : new EmptyNode(),303 return isset($this->macros[$name]);308 $this->macros[$name] = $node;
36 …public function __construct(Node $body, ?AbstractExpression $parent, Node $blocks, Node $macros, N… argument54 'macros' => $macros,
75 **Comment Syntax support** converts custom control macros such as the Mikio macro `~~hero-image ...…
169 * Fix support for the "is defined" test on `_self.xxx` (auto-imported) macros170 * Fix support for the "is defined" test on inherited macros172 * Add named arguments support for macros