Home
last modified time | relevance | path

Searched refs:twig (Results 1 – 10 of 10) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php236 $twig = new Environment($loader, $config);
237 $twig->addGlobal('global', 'global');
239 $twig->addRuntimeLoader($runtimeLoader);
243 $twig->addExtension($extension);
247 $twig->addFilter($filter);
251 $twig->addTest($test);
255 $twig->addFunction($function);
259 $twig->registerUndefinedFilterCallback($callback);
263 $twig->registerUndefinedFunctionCallback($callback);
267 $twig->registerUndefinedTestCallback($callback);
[all …]
/template/twigstarter/vendor/twig/twig/src/Util/
DDeprecationCollector.php24 private Environment $twig, argument
67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
/template/twigstarter/
DTemplateController.php20 protected $twig; variable in dokuwiki\\template\\twigstarter\\TemplateController
45 $this->twig = new Environment($loader, [
80 echo $this->twig->render($this->view . '.twig', $data);
Dcomposer.lock244 "name": "twig/twig",
303 "homepage": "https://twig.symfony.com",
317 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
/template/twigstarter/vendor/twig/twig/
DREADME.rst14 …<a href="https://docs.blackfire.io/introduction?utm_source=twig&utm_medium=github_readme&utm_campa…
23 .. _documentation: https://twig.symfony.com/documentation
DCHANGELOG382 * Restores the leniency of the matches twig comparison
391 * Add "twig *_names" intl functions
/template/notos/templates/
Dmain.twig1 {% extends 'layout.twig' %}
Ddetail.twig1 {% extends 'layout.twig' %}
/template/twigstarter/templates/
Dmain.twig1 {% extends 'layout.twig' %}
Ddetail.twig1 {% extends 'layout.twig' %}