Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DParser.php53 private $macros; variable in Twig\\Parser
102 $this->macros = [];
133 $this->macros ? new Nodes($this->macros) : new EmptyNode(),
303 return isset($this->macros[$name]);
308 $this->macros[$name] = $node;
/template/twigstarter/vendor/twig/twig/src/Node/
DModuleNode.php36 …public function __construct(Node $body, ?AbstractExpression $parent, Node $blocks, Node $macros, N… argument
54 'macros' => $macros,
/template/mikio/
H A DREADME.md75 **Comment Syntax support** converts custom control macros such as the Mikio macro `~~hero-image ...…
/template/twigstarter/vendor/twig/twig/
DCHANGELOG169 * Fix support for the "is defined" test on `_self.xxx` (auto-imported) macros
170 * Fix support for the "is defined" test on inherited macros
172 * Add named arguments support for macros