Home
last modified time | relevance | path

Searched refs:twig (Results 126 – 150 of 196) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst17 {% embed "teasers_skeleton.twig" %}
18 {# These blocks are defined in "teasers_skeleton.twig" #}
117 Page template ``foo.twig``:
121 {% extends "layout_skeleton.twig" %}
124 {% embed "vertical_boxes_skeleton.twig" %}
135 And here is the code for ``vertical_boxes_skeleton.twig``:
151 The goal of the ``vertical_boxes_skeleton.twig`` template being to factor
H A Dextends.rst162 $layout = $twig->loadTemplate('some_layout_template.twig');
165 $layout = $twig->load('some_layout_template.twig');
167 $twig->display('template.twig', ['layout' => $layout]);
204 {# base.twig #}
219 {# child.twig #}
221 {% extends "base.twig" %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dexternal.test4 {% import 'forms.twig' as forms %}
8 --TEMPLATE(forms.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst47 $stream = $twig->tokenize(new \Twig\Source($source, $identifier));
73 $twig->setLexer($lexer);
85 $nodes = $twig->parse($stream);
107 $twig->setParser($parser);
118 $php = $twig->compile($nodes);
142 $twig->setCompiler($compiler);
H A Dadvanced_legacy.rst118 $twig = new \Twig\Environment($loader);
119 $twig->addGlobal('text', new Text());
181 $twig = new \Twig\Environment($loader);
316 $twig = new \Twig\Environment($loader);
322 $twig = new \Twig\Environment($loader);
400 $twig = new \Twig\Environment($loader);
401 $twig->addTokenParser(new Project_Set_TokenParser());
631 $twig = new \Twig\Environment($loader);
632 $twig->addExtension(new Project_Twig_Extension());
765 $twig = new \Twig\Environment($loader);
[all …]
H A Dadvanced.rst117 $twig = new \Twig\Environment($loader);
118 $twig->addGlobal('text', new Text());
154 $twig = new \Twig\Environment($loader);
155 $twig->addFilter($filter);
300 $twig = new \Twig\Environment($loader);
304 $twig->addFunction($function);
315 $twig = new \Twig\Environment($loader);
319 $twig->addTest($test);
325 $twig = new \Twig\Environment($loader);
335 $twig->addTest($test);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst20 $twig = new \Twig\Environment(...);
21 $twig->addExtension(new \Twig\Extension\StringLoaderExtension());
H A Dblock.rst26 {{ block("title", "common_blocks.twig") }}
37 {% if block("footer", "common_blocks.twig") is defined %}
H A Ddump.rst21 $twig = new \Twig\Environment($loader, [
25 $twig->addExtension(new \Twig\Extension\DebugExtension());
/plugin/codemirror/dist/modes/
H A Dtwig.min.js.map1twig/twig.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defineMode…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/
H A Darray_inheritance_empty_parent.html.twig1 {% extends ['','parent.html.twig'] %}
H A Darray_inheritance_null_parent.html.twig1 {% extends [null,'parent.html.twig'] %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/
H A Dblocks.html.twig1 {% use '@default_theme/blocks.html.twig' %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A D_self.test8 index.twig
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dphp_twig.h33 PHP_RSHUTDOWN_FUNCTION(twig);
/plugin/jplayer/
H A Dcomposer.lock150 "twig/twig": "<1.27"
163 "twig/twig": "~1.23|~2.0",
172 "twig/twig": "Assetic provides the integration with the Twig templating engine"
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dnested_blocks_parent_only.test11 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnumber_format_default.test12 $twig->getExtension('\Twig\Extension\CoreExtension')->setNumberFormat(2, '!', '=');
H A Ddate_default_format.test8 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dbasic.test6 --TEMPLATE(foo.twig)--
H A Dblock_unique_name.test11 Twig\Error\SyntaxError: The block 'content' has already been defined line 2 in "index.twig" at line…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/
H A Dmixed_usage_with_raw.test10 Twig\Error\SyntaxError: Unexpected end of file: Unclosed "verbatim" block in "index.twig" at line 2.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
H A Dmixed_usage_with_raw.legacy.test10 Twig\Error\SyntaxError: Unexpected end of file: Unclosed "raw" block in "index.twig" at line 2.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_parent.test8 Twig\Error\LoaderError: Template "foo.html" is not defined in "index.twig" at line 2.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Darray.rst14 $twig->addExtension(new Twig_Extensions_Extension_Array());

12345678