Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php164 $twig = new Environment($loader, $config);
165 $twig->addGlobal('global', 'global');
167 $twig->addRuntimeLoader($runtimeLoader);
171 $twig->addExtension($extension);
175 $twig->addFilter($filter);
179 $twig->addTest($test);
183 $twig->addFunction($function);
187 $p = new \ReflectionProperty($twig, 'templateClassPrefix');
189 …$p->setValue($twig, '__TwigTemplate_'.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', uniqid(m…
203 $template = $twig->load('index.twig');
[all …]
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php23 private $twig; variable in Twig\\Util\\DeprecationCollector
25 public function __construct(Environment $twig) argument
27 $this->twig = $twig;
67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
/template/twigstarter/
H A 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);
H A Dcomposer.lock251 "name": "twig/twig",
310 "homepage": "https://twig.symfony.com",
324 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
/template/twigstarter/vendor/twig/twig/
H A DREADME.rst14 …<a href="https://blackfire.io/docs/introduction?utm_source=twig&utm_medium=github_readme&utm_campa…
23 .. _documentation: https://twig.symfony.com/documentation
/template/notos/templates/
H A Dmain.twig1 {% extends 'layout.twig' %}
H A Ddetail.twig1 {% extends 'layout.twig' %}
/template/twigstarter/templates/
H A Dmain.twig1 {% extends 'layout.twig' %}
H A Ddetail.twig1 {% extends 'layout.twig' %}