Home
last modified time | relevance | path

Searched refs:foo (Results 251 – 275 of 405) sorted by path

1...<<11121314151617

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
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_context.test4 {{ include("foo.twig") }}
5 {{- include("foo.twig", with_context = false) }}
6 {{- include("foo.twig", {'foo1': 'bar'}) }}
7 {{- include("foo.twig", {'foo1': 'bar'}, with_context = false) }}
8 --TEMPLATE(foo.twig)--
11 return ['foo' => 'bar']
13 foo,global,_parent,
15 foo,global,foo1,_parent,
H A Dwith_variables.test4 {{ include("foo.twig", {'foo': 'bar'}) }}
5 {{- include("foo.twig", vars) }}
6 --TEMPLATE(foo.twig)--
7 {{ foo }}
9 return ['vars' => ['foo' => 'bar']]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dmagic_call.test4 {{ 'foo'|magic_call }}
H A Dmagic_call53.test6 {{ 'foo'|magic_call_string }}
7 {{ 'foo'|magic_call_array }}
H A Dsource.test5 {{ source("foo.twig") }}
8 --TEMPLATE(foo.twig)--
9 {{ foo }}<br />
15 {{ foo }}<br />
H A Dspecial_chars.test4 {{ §('foo') }}
8 §foo§
H A Dstatic_calls.test4 {{ static_call_string('foo') }}
5 {{ static_call_array('foo') }}
7 return ['foo' => 'foo']
9 *foo*
10 *foo*
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Ddefault_values.test10 {{ test('foo') }}
11 {{ test('bar', 'foo') }}
H A Dnested_calls.test6 {% macro foo(data) %}
14 {{ macros.foo(macros.bar()) }}
H A Dreserved_variables.test12 return ['this' => 'foo']
14 foo
H A Dvarargs.test14 {{ test1("foo", "bar", "foobar") }}
15 {{ test2("foo", "bar", "foobar") }}
19 foo: bar, foobar
21 foo, bar, foobar
H A Dwith_filters.test7 {% filter escape %}foo<br />{% endfilter %}
14 foo&lt;br /&gt;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dcombined_debug_info.test5 {{ foo }}
6 {{ include("foo") }}
9 --TEMPLATE(foo)--
10 foo
11 {{ foo.bar }}
13 return ['foo' => 'foo']
15 …meError: Impossible to access an attribute ("bar") on a string variable ("foo") in "foo" at line 3.
H A Dempty_token.test4 {{ foo }}0{{ foo }}
6 return ['foo' => 'foo']
H A Dmulti_word_tests.test4 {{ 'foo' is multi word ? 'yes' : 'no' }}
5 {{ 'foo bar' is multi word ? 'yes' : 'no' }}
H A Dsimple_xml_element.test13 return ['images' => new \SimpleXMLElement('<images><image><group myattr="example">foo</group></imag…
15 Hello 'foo'!
18 - foo
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dblocks.test5 {% block foo %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dbasic.test5 {% block title2 foo|lower %}
6 --TEMPLATE(foo.twig)--
9 return ['foo' => 'bar']
/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)--
24 return ['foo' => 'foo']
H A Ddynamic_parent.test5 {% embed foo %}
13 --TEMPLATE(foo.twig)--
24 return ['foo' => 'foo.twig']
H A Derror_line.test5 {% embed "foo.twig" %}
11 --TEMPLATE(foo.twig)--
H A Dmultiple.test5 {% embed "foo.twig" %}
12 {% embed "foo.twig" %}
20 --TEMPLATE(foo.twig)--
H A Dnested.test4 {% embed "foo.twig" %}
7 {% embed "foo.twig" %}
16 --TEMPLATE(foo.twig)--

1...<<11121314151617