Home
last modified time | relevance | path

Searched refs:bar (Results 301 – 325 of 495) sorted by path

1...<<11121314151617181920

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Ddefault_values.test6 {% macro test(a, b = 'bar') -%}
11 {{ test('bar', 'foo') }}
H A Dnested_calls.test10 {% macro bar() %}
14 {{ macros.foo(macros.bar()) }}
H A Dvarargs.test14 {{ test1("foo", "bar", "foobar") }}
15 {{ test2("foo", "bar", "foobar") }}
19 foo: bar, foobar
21 foo, bar, foobar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dcombined_debug_info.test11 {{ foo.bar }}
15 Twig\Error\RuntimeError: Impossible to access an attribute ("bar") on a string variable ("foo") in …
H A Dmulti_word_tests.test5 {{ 'foo bar' is multi word ? 'yes' : 'no' }}
H A Dsimple_xml_element.test13 …t('<images><image><group myattr="example">foo</group></image><image><group>bar</group></image></im…
19 - bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dbasic.test9 return ['foo' => 'bar']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dcondition.test5 {{ loop.index }}.{{ i }}{{ foo.bar }}
8 return ['foo' => ['bar' => 'X']]
H A Dobjects.test21 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
30 * bar
39 * foo/bar
40 * bar/foo
43 * bar
H A Dobjects_countable.test22 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
32 * bar
43 * foo/bar
44 * bar/foo
47 * bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dignore_missing.test4 {% include ["foo.twig", "bar.twig"] ignore missing %}
H A Donly.test13 return ['vars1' => ['foo1' => 'bar'], 'vars2' => new ArrayObject(['foo2' => 'bar'])]
H A Dtemplates_as_array.test4 {% include ["foo.twig", "bar.twig"] %}
5 {% include ["bar.twig", "foo.twig"] %}
H A Dwith_variables.test4 {% include "foo.twig" with {'foo': 'bar'} %}
10 return ['vars1' => ['foo' => 'bar'], 'vars2' => new ArrayObject(['foo' => 'bar'])]
12 bar
13 bar
14 bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dconditional.test4 {% extends standalone ? foo : 'bar.twig' %}
9 --TEMPLATE(bar.twig)--
H A Dextends_as_array.test4 {% extends ["foo.twig", "bar.twig"] %}
5 --TEMPLATE(bar.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 Dparent_change.test4 {% extends foo ? 'foo.twig' : 'bar.twig' %}
7 --TEMPLATE(bar.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dendmacro_name.test7 {{ macros.bar() }}
10 {% macro bar() %}bar{% endmacro bar %}
15 bar
H A Dfrom.test5 {% from 'forms.twig' import foo as foobar, bar %}
9 {{ bar('foo') }}
12 {% macro bar(name) %}bar{{ name }}{% endmacro %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dbasic.test5 {% set bar = 'foo<br />' %}
8 {{ bar }}
10 {% set foo, bar = 'foo', 'bar' %}
12 {{ foo }}{{ bar }}
H A Dexpression.test4 {% set foo, bar = 'foo' ~ 'bar', 'bar' ~ 'foo' %}
7 {{ bar }}
H A Dinheritance.test6 {% set bar %}bar{% endset %}
9 {{- bar -}}
24 bar
H A Dinheritance_overriding.test6 {% set foo %}bar{% endset %}

1...<<11121314151617181920