Home
last modified time | relevance | path

Searched refs:twig (Results 76 – 100 of 196) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dfrom.test4 {% from 'forms.twig' import foo %}
5 {% from 'forms.twig' import foo as foobar, bar %}
10 --TEMPLATE(forms.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Dnested.test4 {% embed "foo.twig" %}
7 {% embed "foo.twig" %}
16 --TEMPLATE(foo.twig)--
H A Dmultiple.test5 {% embed "foo.twig" %}
12 {% embed "foo.twig" %}
20 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test4 {% extends 'base.twig' %}
11 --TEMPLATE(base.twig)--
15 … Twig blocks. Did you forget to put the content inside a {% block %} tag in "index.twig" at line 3?
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst46 $template = $twig->loadTemplate('some_template.twig');
49 $template = $twig->load('some_template.twig');
51 $twig->display('template.twig', ['template' => $template]);
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml30 …- if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && m…
31 …- if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configur…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst22 Twig's :ref:`precedence of operators <twig-expressions>`:
40 $twig = new \Twig\Environment($loader);
41 $twig->getExtension('\Twig\Extension\CoreExtension')->setNumberFormat(3, '.', ',');
44 $twig->getExtension('core')->setNumberFormat(3, '.', ',');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php183 $twig = new Environment($loader);
185 $template = $twig->load('blocks.html.twig');
188 $template = $twig->load('blocks.html.twig');
212 $twig = new Environment($loader);
214 $template = $twig->load($templateName);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/
H A Darray_inheritance_nonexistent_parent.html.twig1 {% extends ['nonexistent.html.twig','parent.html.twig'] %}
H A Darray_inheritance_valid_parent.html.twig1 {% extends ['parent.html.twig','spare_parent.html.twig'] %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst41 composer require "twig/twig:~1.0"
61 $twig = new \Twig\Environment($loader);
63 echo $twig->render('index', ['name' => 'Fabien']);
75 $twig = new \Twig\Environment($loader, [
79 echo $twig->render('index.html', ['name' => 'Fabien']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dempty.test4 {% extends "foo.twig" %}
5 --TEMPLATE(foo.twig)--
H A Dextends_as_array_with_empty_name.test4 {% extends ["", "bar.twig"] %}
5 --TEMPLATE(bar.twig)--
H A Dextends_as_array_with_null_name.test4 {% extends [null, "bar.twig"] %}
5 --TEMPLATE(bar.twig)--
H A Dbasic.test4 {% extends "foo.twig" %}
9 --TEMPLATE(foo.twig)--
H A Dparent_without_extends_but_traits.test4 {% use 'foo.twig' %}
9 --TEMPLATE(foo.twig)--
H A Ddynamic.test9 --TEMPLATE(foo.twig)--
12 return ['foo' => 'foo.twig']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dbasic.test4 {% use "blocks.twig" %}
7 --TEMPLATE(blocks.twig)--
H A Daliases.test4 {% use "blocks.twig" with content as foo %}
7 --TEMPLATE(blocks.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dbasic.test5 {% include "foo.twig" %}
8 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dbasic.test5 {{ include("foo.twig") }}
8 --TEMPLATE(foo.twig)--
H A Dassignment.test4 {% set tmp = include("foo.twig") %}
7 --TEMPLATE(foo.twig)--
H A Dautoescaping.test4 {{ include("foo.twig") }}
5 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/
H A Dadmin.php115 $twig = new Twig_Environment($loader);
117 $twig->addExtension(new Twig_Extensions_Extension_Intl());
119 echo $twig->render(self::TEMPLATE_FILE, $variablesForTemplate);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dsource.test5 {{ source("foo.twig") }}
8 --TEMPLATE(foo.twig)--

12345678