Home
last modified time | relevance | path

Searched refs:bar (Results 326 – 350 of 495) sorted by path

1...<<11121314151617181920

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dmutating.test6 {% set bar %}
7 {%- set foo = "bar" -%}
8 bar
12 {{ bar }}
16 bar
17 bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Ddeep.test8 {{ block('bar') }}
10 {% use "bar.twig" %}
14 --TEMPLATE(bar.twig)--
15 {% block content 'bar' %}
16 {% block bar 'bar' %}
22 bar
H A Ddeep_empty.test6 {% use "bar.twig" %}
7 --TEMPLATE(bar.twig)--
H A Dmultiple.test5 {% use "bar.twig" %}
9 {{ block('bar') }}
13 --TEMPLATE(bar.twig)--
14 {% block content 'bar' %}
15 {% block bar 'bar' %}
19 bar
21 bar
H A Dmultiple_aliases.test5 {% use "bar.twig" %}
9 {{ block('bar') }}
14 --TEMPLATE(bar.twig)--
15 {% block content 'bar' %}
16 {% block bar 'bar' %}
20 bar
22 bar
H A Dparent_block3.test10 {% block bar %}
12 Content of bar (second override)
13 {% endblock bar %}
20 {% block bar %}
22 Content of bar (first override)
23 {% endblock bar %}
28 {% block bar -%}
29 Content of bar
30 {% endblock bar %}
37 Content of bar
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dbasic.test5 {% set bar = 'BAZ' %}
6 {{ foo }}{{ bar }}
8 {{ foo }}{{ bar }}
10 return ['foo' => 'foo', 'bar' => 'bar']
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 Dnested.test4 {% set foo, bar = 'foo', 'bar' %}
5 {% with {bar: 'BAZ'} %}
7 {{ foo }}{{ bar }}
10 {{ foo }}{{ bar }}
H A Dwith_no_hash.test5 {{ foo }}{{ bar }}
H A Dwith_only.test4 {% with {foo: 'foo', bar: 'BAZ'} only %}
5 {{ foo }}{{ bar }}{{ baz }}
/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'])]
H A Ddefined.test35 {{ { foo: "bar" } is defined ? 'ok' : 'ko' }}
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']]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
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;
H A DTemplateTest.php601 public $bar = true; variable in Twig_TemplatePropertyObject
/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/webmozart/assert/
H A DREADME.md40 * `%s`: The tested value as string, e.g. `"/foo/bar"`.
/plugin/flowplay/flowplayer/
H A DREADME.txt38 - The color of the progress bar is now gray by default (more neutral). The
76 - dragging can be now done by clicking anywhere in the progress bar area
113 …- progress bar now goes to the start position (left) even when autoPlay=false and autoBuffering=fa…
158 - Made all progress bar and volume slider colors customizable
186 - New animation that plays on the progress bar area when the video is buffering
/plugin/flowplay2/flowplayer/
H A DREADME.txt30 - Buffering animation was left visible when pausing and resuming using the control-bar's
38 - The control bar hiding is now based on mouse move delay, works much better that way
53 - Menu bar is now always correctly opened above the control bar
61 - Possibility to show/hide every button and widget in the control bar
115 - Seeking is more accurate so that it seeks exactly where the scrub bar is released
142 - configured progress bar, buffering bar etc. colors were ignored
162 - Progress bar now better seeks to the end of videos.
206 - The color of the progress bar is now gray by default (more neutral). The
244 - dragging can be now done by clicking anywhere in the progress bar area
330 - Made all progress bar and volume slider colors customizable
[all …]
H A Djavascript.txt94 addCuePoints([ { name: 'cue1', time: 5, parameters: { foo: 1, bar: 'x' } },
95 { name: 'cue2', time: 45, parameters: { foo: 2, bar: 'xy' } } ])
/plugin/flowplayer/player/
H A DREADME.txt40 - Fixed #490, controlbar background, buffer bar and progress bar colors were all reset to white

1...<<11121314151617181920