Home
last modified time | relevance | path

Searched refs:foo (Results 301 – 325 of 405) sorted by last modified time

1...<<11121314151617

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dmissing.test4 {% include "foo.twig" %}
8 Twig\Error\LoaderError: Template "foo.twig" is not defined in "index.twig" at line 2.
H A Dmissing_nested.test11 {% include "foo.twig" %}
16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.
H A Donly.test4 {% include "foo.twig" %}
5 {% include "foo.twig" only %}
6 {% include "foo.twig" with vars1 %}
7 {% include "foo.twig" with vars1 only %}
8 {% include "foo.twig" with vars2 %}
9 {% include "foo.twig" with vars2 only %}
10 --TEMPLATE(foo.twig)--
H A Dtemplate_instance.test4 {% include foo %} FOO
5 --TEMPLATE(foo.twig)--
8 return ['foo' => $twig->load('foo.twig')]
H A Dtemplates_as_array.test4 {% include ["foo.twig", "bar.twig"] %}
5 {% include ["bar.twig", "foo.twig"] %}
6 --TEMPLATE(foo.twig)--
7 foo
11 foo
12 foo
H A Dwith_variables.test4 {% include "foo.twig" with {'foo': 'bar'} %}
5 {% include "foo.twig" with vars1 %}
6 {% include "foo.twig" with vars2 %}
7 --TEMPLATE(foo.twig)--
8 {{ foo }}
10 return ['vars1' => ['foo' => 'bar'], 'vars2' => new ArrayObject(['foo' => 'bar'])]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dbasic.test4 {% extends "foo.twig" %}
9 --TEMPLATE(foo.twig)--
H A Dconditional.test4 {% extends standalone ? foo : 'bar.twig' %}
7 --TEMPLATE(foo.twig)--
12 return ['foo' => 'foo.twig', 'standalone' => true]
H A Ddynamic.test4 {% extends foo %}
9 --TEMPLATE(foo.twig)--
12 return ['foo' => 'foo.twig']
H A Dempty.test4 {% extends "foo.twig" %}
5 --TEMPLATE(foo.twig)--
H A Dextends_as_array.test4 {% extends ["foo.twig", "bar.twig"] %}
7 foo
12 foo
H A Dextends_as_array_with_empty_name.test7 foo
12 foo
H A Dextends_as_array_with_null_name.test7 foo
12 foo
H A Dmultiple_dynamic.test4 {% set foo = 1 %}
7 {% set foo = 2 %}
10 {% extends foo~'_parent.twig' %}{% block content %}{{ parent() }} parent{% endblock %}
H A Dnested_blocks.test4 {% extends "foo.twig" %}
13 --TEMPLATE(foo.twig)--
H A Dnested_blocks_parent_only.test11 --TEMPLATE(foo.twig)--
H A Dparent.test4 {% extends "foo.twig" %}
7 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dglobal.test4 {% from 'forms.twig' import foo %}
6 {{ foo('foo') }}
7 {{ foo() }}
9 {% macro foo(name) %}{{ name|default('foo') }}{{ global }}{% endmacro %}
H A Dspecial_chars.test6 {{ macros.§('foo') }}
8 {% macro §(foo) %}
9 §{{ foo }}§
14 §foo§
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/
H A Dbasic.legacy.test5 {{ foo }}
10 {{ foo }}
H A Dmixed_usage_with_raw.legacy.test5 {{ foo }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Darray.test5 {%- include "foo.twig" %}
7 --TEMPLATE(foo.twig)--
H A Dnot_valid1.test5 {%- include "foo.twig" %}
8 --TEMPLATE(foo.twig)--
9 foo
H A Dnot_valid2.test5 {%- include "foo.twig" %}
8 {%- include "foo.twig" %}
11 --TEMPLATE(foo.twig)--
12 foo
H A Dsimple.test5 {%- include "foo.twig" %}
9 {%- include "foo.twig" %}
10 {%- include "foo.twig" %}
13 {%- sandbox %}{% include "foo.twig" %}{% endsandbox %}
14 --TEMPLATE(foo.twig)--
15 foo
19 foo
20 foo
21 foo
22 foo

1...<<11121314151617