Home
last modified time | relevance | path

Searched refs:twig (Results 101 – 125 of 196) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_in_a_block.test5 {% extends "foo.twig" %}
8 Twig\Error\SyntaxError: Cannot extend from a block in "index.twig" at line 3.
H A Dparent.test4 {% extends "foo.twig" %}
7 --TEMPLATE(foo.twig)--
H A Dnested_blocks.test4 {% extends "foo.twig" %}
13 --TEMPLATE(foo.twig)--
H A Dparent_nested.test4 {% extends "foo.twig" %}
15 --TEMPLATE(foo.twig)--
H A Dblock_expr.test4 {% extends "base.twig" %}
10 --TEMPLATE(base.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dinclude_template_from_string.test4 {% set embed = '{% embed "embed.twig" %}{% endembed %}' %}
6 --TEMPLATE(embed.twig)--
H A Dblock.test4 {% extends 'base.twig' %}
6 --TEMPLATE(base.twig)--
H A Dtemplate_from_string.test7 {% include template_from_string('{% extends "parent.twig" %}{% block content %}Hello {{ name }}{% e…
8 --TEMPLATE(parent.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dexpression.test8 --TEMPLATE(foo.twig)--
11 return ['foo' => 'foo.twig']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dexpression.test8 --TEMPLATE(foo.twig)--
11 return ['foo' => 'foo.twig']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dglobal.test4 {% from 'forms.twig' import foo %}
8 --TEMPLATE(forms.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Darray.test5 {%- include "foo.twig" %}
7 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/functions/
H A Dundefined_block.legacy.test4 {% extends "base.twig" %}
6 --TEMPLATE(base.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DNativeExtensionTest.php26 $twig = new Environment(new ArrayLoader(['index' => '{{ d1.date }}{{ d2.date }}']), [
34 $output = $twig->render('index', compact('d1', 'd2'));
H A DTemplateTest.php90 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
92 $twig->addExtension(new SandboxExtension($policy, !$allowed));
93 $template = new Twig_TemplateTest($twig);
130 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
133 $template = new Twig_TemplateTest($twig, 'index.twig');
134 $template1 = new Twig_TemplateTest($twig, 'index1.twig');
178 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
181 $template = new Twig_TemplateTest($twig, 'index.twig');
182 $template1 = new Twig_TemplateTest($twig, 'index1.twig');
224 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dinheritance.test4 {% extends "layout.twig" %}
11 --TEMPLATE(layout.twig)--
H A Dinheritance_overriding.test4 {% extends "layout.twig" %}
11 --TEMPLATE(layout.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst56 $twig = new \Twig\Environment($loader);
57 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('d/m/Y', '%d days');
60 $twig->getExtension('core')->setDateFormat('d/m/Y', '%d days');
84 $twig = new \Twig\Environment($loader);
85 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris');
88 $twig->getExtension('core')->setTimezone('Europe/Paris');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/
H A Dblock.legacy.test4 {% use 'greeting.twig' %}
8 --TEMPLATE(greeting.twig)--
H A Dmacro.legacy.test4 {% import 'greeting.twig' as greeting %}
8 --TEMPLATE(greeting.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Dbasic.test5 {% embed "foo.twig" %}
13 --TEMPLATE(foo.twig)--
H A Dcomplex_dynamic_parent.test5 {% embed foo ~ ".twig" %}
13 --TEMPLATE(foo.twig)--
H A Ddynamic_parent.test13 --TEMPLATE(foo.twig)--
24 return ['foo' => 'foo.twig']
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst43 $twig = new \Twig\Environment($loader);
44 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris');
47 $twig->getExtension('core')->setTimezone('Europe/Paris');
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst83 $template = $twig->loadTemplate('some_template.twig');
86 $template = $twig->load('some_template.twig');
88 $twig->display('template.twig', ['template' => $template]);

12345678