Home
last modified time | relevance | path

Searched refs:bar (Results 251 – 275 of 495) sorted by last modified time

1...<<11121314151617181920

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithVirtualPropertiesAndDuplicatePropName.yml9 name: bar
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/metadata/SimpleInternalObject/
H A DSimpleInternalObject.yml3 bar:
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst38 {% set bar = "aabbcc"|split('', 2) %}
39 {# bar contains ['aa', 'bb', 'cc'] #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst7 Here is how you can assign the ``bar`` value to the ``foo`` variable:
11 {% set foo = 'bar' %}
18 {# displays bar #}
27 {% set foo = {'foo': 'bar'} %}
28 {% set foo = 'foo' ~ 'bar' %}
34 {% set foo, bar = 'foo', 'bar' %}
39 {% set bar = 'bar' %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php214 public function bar() function in Twig_Tests_ErrorTest_Foo
H A DIntegrationTest.php65 public function bar($param1 = null, $param2 = null) function in TwigTestFoo
222 public function dynamic_foo($foo, $bar, $item) argument
224 return $foo.'/'.$bar.'/'.$item;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php332 public $bar = 'bar'; variable in FooObject
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_array_with_undefined_variable.test6 bar: 'bar',
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 %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray_call.test9 return ['foo' => 'bar', 'items' => ['foo' => 'bar', 'bar' => 'foo']]
11 bar
12 bar
14 bar
H A Dmagic_call.test5 {{ foo.bar }}
H A Dmethod_call.test6 {{ items.foo.bar }}
7 {{ items.foo['bar'] }}
8 {{ items.foo.bar('a', 43) }}
9 {{ items.foo.bar(foo) }}
15 return ['foo' => 'bar', 'items' => ['foo' => new TwigTestFoo(), 'bar' => 'foo']]
21 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(',') }}
H A Ddynamic_filter.test4 {{ 'bar'|foo_path }}
5 {{ 'bar'|a_foo_b_bar }}
9 foo/bar
10 a/b/bar
H A Dformat.test6 return ['string' => '%s/%d', 'foo' => 'bar']
8 bar/3
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddump_array.test8 return ['foo' => 'foo', 'bar' => 'bar']
15 ["bar"]=>
16 string(3) "bar"
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dignore_missing.test4 {{ include(["foo.twig", "bar.twig"], ignore_missing = true) }}
H A Dsandbox_disabling_ignore_missing.test5 {{ include("bar.twig") }}
6 --TEMPLATE(bar.twig)--
9 return ['foo' => 'bar<br />']
13 bar&lt;br /&gt;
H A Dtemplates_as_array.test4 {{ include(["foo.twig", "bar.twig"]) }}
5 {{- include(["bar.twig", "foo.twig"]) }}
H A Dwith_context.test6 {{- include("foo.twig", {'foo1': 'bar'}) }}
7 {{- include("foo.twig", {'foo1': 'bar'}, with_context = false) }}
11 return ['foo' => 'bar']
H A Dwith_variables.test4 {{ include("foo.twig", {'foo': 'bar'}) }}
9 return ['vars' => ['foo' => 'bar']]
11 bar
12 bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddynamic_test.test4 {{ 'bar' is test_bar ? '1' :'0' }}
6 {{ 'bar' is test_foo ? '1' :'0' }}
H A Din.test4 {% if bar in foo %}
7 {% if not (bar in foo) %}
11 {% if bar not in foo %}
15 {% if 'a' in bar %}
18 {% if 'c' not in bar %}
21 {% if '' in bar %}
77 return ['bar' => 'bar', 'foo' => ['bar' => 'bar'], 'dir_object' => new \SplFileInfo(dirname(__FILE_…
H A Dnull_coalesce.test6 {{ bar ?? 'KO' }}
8 {{ foo.bar ?? 'KO' }}
10 {{ foo.bar.baz.missing ?? 'OK' }}
11 {{ foo['bar'] ?? 'KO' }}
17 return ['bar' => 'OK', 'foo' => ['bar' => 'OK']]

1...<<11121314151617181920