Home
last modified time | relevance | path

Searched refs:bar (Results 101 – 125 of 495) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dextends_as_array_with_null_name.test4 {% extends [null, "bar.twig"] %}
5 --TEMPLATE(bar.twig)--
H A Dextends_as_array.test4 {% extends ["foo.twig", "bar.twig"] %}
5 --TEMPLATE(bar.twig)--
H A Dparent_change.test4 {% extends foo ? 'foo.twig' : 'bar.twig' %}
7 --TEMPLATE(bar.twig)--
H A Dconditional.test4 {% extends standalone ? foo : 'bar.twig' %}
9 --TEMPLATE(bar.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dexpression.test4 {% with {foo: 'foo', bar: 'BAZ'} %}
5 {{ foo }}{{ bar }}
H A Diterable.test5 {{ foo }}{{ bar }}
8 return ['vars' => new ArrayObject(['foo' => 'baz', 'bar' => 'qux'])]
H A Dwith_only.test4 {% with {foo: 'foo', bar: 'BAZ'} only %}
5 {{ foo }}{{ bar }}{{ baz }}
/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"]) }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dtemplates_as_array.test4 {% include ["foo.twig", "bar.twig"] %}
5 {% include ["bar.twig", "foo.twig"] %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dnested_calls.test10 {% macro bar() %}
14 {{ macros.foo(macros.bar()) }}
H A Ddefault_values.test6 {% macro test(a, b = 'bar') -%}
11 {{ test('bar', 'foo') }}
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DGroupsObject.php29 private $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\GroupsObject
39 $this->bar = 'bar';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_keys.test4 {{ {'foo': 'bar', 'key': 'value'}|batch(4)|first|keys|join(',') }}
5 {{ {'foo': 'bar', 'key': 'value'}|batch(4, 'fill')|first|keys|join(',') }}
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A Dmultiple_lines_as_literal_block.yml2 single_line: 'foo bar baz'
7 bar
H A DnumericMappingKeys.yml7 0: bar
9 [1 => 'foo', 0 => 'bar']
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Dcoverage_bar.html.dist2 …<div class="progress-bar progress-bar-{{level}}" role="progressbar" aria-valuenow="{{percent}}" ar…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/functions/
H A Dundefined_block.legacy.test5 {% block foo %}{{ parent() }}{{ block('unknown') }}{{ block('bar') }}{% endblock %}
8 {% block bar %}Bar{% endblock %}
/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']]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_array_with_undefined_variable_again.test6 bar: 'bar',
H A Dundefined_trait.test4 {% use 'foo' with foobar as bar %}
6 {% block bar %}
H A Dmultiline_array_with_undefined_variable.test6 bar: 'bar',
/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 …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Dconstant.test5 {{ 'bar' is constant('TwigTestFoo::BAR_NAME') ? 'ok' : 'no' }}
9 return ['value' => 'bar', 'object' => new \ArrayObject(['hi'])]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_without_name.test5 {% block bar %}BAR{% endblock %}
8 {% block bar %}BAR_BASE{% endblock %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst40 {% set bar = 'bar' %}
43 {# bar is not defined #}

12345678910>>...20