Home
last modified time | relevance | path

Searched refs:foo (Results 176 – 200 of 405) sorted by last modified time

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dbinary.test19 {{ "foo" ~ "bar" }}
20 {{ foo ~ "bar" }}
21 {{ "foo" ~ bar }}
22 {{ foo ~ bar }}
25 return ['foo' => 'bar', 'bar' => 'foo']
H A Ddotdot.test10 {% for i in foo[0]..foo[1] %}{{ i }} {% endfor %}
14 return ['foo' => [1, 10]]
H A Dends_with.test4 {{ 'foo' ends with 'o' ? 'OK' : 'KO' }}
5 {{ not ('foo' ends with 'f') ? 'OK' : 'KO' }}
6 {{ not ('foo' ends with 'foowaytoolong') ? 'OK' : 'KO' }}
7 {{ 'foo' ends with '' ? 'OK' : 'KO' }}
H A Dpostfix.test6 {% macro foo() %}foo{% endmacro %}
12 {{ macros.foo() }}
13 {{ (macros).foo() }}
21 foo
22 foo
H A Dstarts_with.test4 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }}
5 {{ not ('foo' starts with 'oo') ? 'OK' : 'KO' }}
6 {{ not ('foo' starts with 'foowaytoolong') ? 'OK' : 'KO' }}
7 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }}
8 {{ 'foo' starts
10 {{ 'foo' starts with '' ? 'OK' : 'KO' }}
H A Dstrings.test4 {{ "foo #{"foo #{bar} baz"} baz" }}
5 {{ "foo #{bar}#{bar} baz" }}
9 foo foo BAR baz baz
10 foo BARBAR baz
H A Dternary_operator.test8 {{ 1 == 1 ? 'foo<br />':'' }}
9 {{ foo ~ (bar ? ('-' ~ bar) : '') }}
11 return ['foo' => 'foo', 'bar' => 'bar']
17 foo<br />
18 foo-bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test18 {{ undefinedVar.foo |default('default') is same as('default') ? 'ok' : 'ko' }}
28 {{ object.foo |default('default') is same as('default') ? 'ko' : 'ok' }}
35 {{ nested.undefinedVar.foo.bar |default('default') is same as('default') ? 'ok' : 'ko' }}
38 {{ object.self.foo |default('default') is same as('default') ? 'ko' : 'ok' }}
H A Djson_encode.test4 {{ "foo"|json_encode|raw }}
5 {{ foo|json_encode|raw }}
6 {{ [foo, "foo"]|json_encode|raw }}
8 return ['foo' => new \Twig\Markup('foo', 'UTF-8')]
10 "foo"
11 "foo"
12 ["foo","foo"]
H A Dlength.test17 'string' => 'foo',
H A Dlength_utf8.test9 return ['string' => 'été', 'markup' => new \Twig\Markup('foo', 'UTF-8')]
H A Dmerge.test4 {{ items|merge({'bar': 'foo'})|join }}
5 {{ items|merge({'bar': 'foo'})|keys|join }}
6 {{ {'bar': 'foo'}|merge(items)|join }}
7 {{ {'bar': 'foo'}|merge(items)|keys|join }}
12 'items' => ['foo' => 'bar'],
H A Dsort.test8 return ['array1' => [4, 1], 'array2' => ['foo', 'bar'], 'traversable' => new \ArrayObject([0 => 3, …
H A Dstatic_calls.test4 {{ 'foo'|static_call_string }}
5 {{ 'foo'|static_call_array }}
7 return ['foo' => 'foo']
9 *foo*
10 *foo*
H A Dtrim.test6 {{ " foo/"|trim("/") }}
10 {{ "/ foo/"|trim("/", "left") }}
11 {{ "/ foo/"|trim(character_mask="/", side="left") }}
18 foo
22 foo/
23 foo/
H A Durlencode.test6 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode }}
7 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode|raw }}
13 foo=bar&amp;number=3&amp;sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&amp;spa%20ce=
14 foo=bar&number=3&sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&spa%20ce=
H A Durlencode_deprecated.test6 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode }}
7 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode|raw }}
13 foo=bar&amp;number=3&amp;sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&amp;spa%20ce=
14 foo=bar&number=3&sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&spa%20ce=
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_with_template.test4 {{ block('foo', 'included.twig') }}
5 {{ block('foo', included_loaded) }}
6 {{ block('foo', included_loaded_internal) }}
7 {% set output = block('foo', 'included.twig') %}
9 {% block foo %}NOT FOO{% endblock %}
11 {% block foo %}FOO{% endblock %}
H A Dblock_without_name.test7 {% block foo %}{{ block() }}{% endblock %}
H A Ddump.test6 {{ dump('foo') }}
7 {{ dump('foo', 'bar') }}
9 return ['foo' => 'foo', 'bar' => 'bar']
13 string(3) "foo"
15 string(3) "foo"
H A Ddynamic_function.test9 foo/bar
/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 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/embed/
H A Dmultiple.test5 {% embed "foo.twig" %}
12 {% embed "foo.twig" %}
20 --TEMPLATE(foo.twig)--

12345678910>>...17