Home
last modified time | relevance | path

Searched refs:bar (Results 51 – 75 of 495) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
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/functions/
H A Ddump_array.test8 return ['foo' => 'foo', 'bar' => 'bar']
15 ["bar"]=>
16 string(3) "bar"
H A Dattribute.test6 {{ attribute(obj, "bar", ["a", "b"]) }}
7 {{ attribute(obj, "bar", arguments) }}
11 return ['obj' => new TwigTestFoo(), 'method' => 'foo', 'array' => ['foo' => 'bar'], 'item' => 'foo'…
14 bar
H A Dblock.test5 {% block bar %}BAR{% endblock %}
7 {% block foo %}{{ block('bar') }}{% endblock %}
8 {% block bar %}BAR_BASE{% endblock %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace.test4 {{ "I liké %this% and %that%."|replace({'%this%': "foo", '%that%': "bar"}) }}
8 return ['traversable' => new \ArrayObject(['%this%' => 'foo', '%that%' => 'bar'])]
10 I liké foo and bar.
12 I like foo and bar.
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&number=3&sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&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&number=3&sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&spa%20ce=
14 foo=bar&number=3&sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&spa%20ce=
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array('bar'), 'MockFoo', true, true)
7 public function bar(Foo $foo)
22 array('bar'),
35 private $__phpunit_configurable = ['bar'];
42 public function bar(Foo $foo)
57 'Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_class_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array('bar'), 'MockFoo', true, true)
9 public function bar(Foo $foo)
24 array('bar'),
37 private $__phpunit_configurable = ['bar'];
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml46 - bar
49 [['foo', 'bar', 'baz']]
59 - bar
88 bar: stuff
90 ['foo' => 'whatever', 'bar' => 'stuff']
97 bar:
101 ['foo' => 'whatever', 'bar' => ['uno', 'dos']]
108 bar:
115 'bar' => [
128 bar:
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dyml_reference.rst20 groups: [foo, bar]
53 groups: [foo, bar]
66 entry_name: bar
75 pre_serialize: [foo, bar]
76 post_serialize: [foo, bar]
77 post_deserialize: [foo, bar]
H A Dxml_reference.rst8 …<class name="Fully\Qualified\ClassName" exclusion-policy="ALL" xml-root-name="foo-bar" exclude="tr…
34 groups="foo,bar"
43 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
47 <value>bar</value>
51 <callback-method name="bar" type="post-serialize" />
69 groups="foo,bar"
88 groups="foo,bar"
98 <value>bar</value>
101 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A Dsource_with_namespace.php2 namespace bar\baz;
12 * @param mixed $bar
14 function &foo($bar) argument
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_literal_quotes_in_titles.md1 Foo [bar][].
3 Foo [bar](/url/ "Title with "quotes" inside").
6 [bar]: /url/ "Title with "quotes" inside"
H A Dmd1_links_reference_style.md1 Foo [bar] [1].
3 Foo [bar][1].
5 Foo [bar]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dreplace.rst9 {{ "I like %this% and %that%."|replace({'%this%': foo, '%that%': "bar"}) }}
11 {# outputs I like foo and bar
16 {{ "I like this and --that--."|replace({'this': foo, '--that--': "bar"}) }}
18 {# outputs I like foo and bar #}
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php14 $request = new Request('GET', 'http://example.org/', ['X-Foo' => 'bar']);
20 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
43 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
51 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
71 $request = new Request('HEAD', 'http://example.org/', ['X-Foo' => 'bar']);
109 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], $h);
118 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
136 $request = new Request('PUT', 'http://example.org/', ['X-Foo' => 'bar'], 'boo');
144 CURLOPT_HTTPHEADER => ['X-Foo: bar'],
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt47 - 'foo' => 'bar'
48 + 'bar' => 'foo'
55 Failed asserting that 'bar' matches expected null.
66 +'bar'
77 -bar
107 +bar
H A Dfailure-reverse-list.phpt57 +bar
85 -bar
98 +'bar'
104 Failed asserting that 'bar' matches expected null.
115 - 'foo' => 'bar'
116 + 'bar' => 'foo'
H A Dfailure.phpt46 - 'foo' => 'bar'
47 + 'bar' => 'foo'
54 Failed asserting that 'bar' matches expected null.
65 +'bar'
76 -bar
106 +bar
/plugin/progrecss/
H A Dstyle.css13 * PROGRECSS_DEFAULT: default bar model
38 .progrecss_default .border .bar {
52 .progrecss_default .border .bar.inside {
57 .progrecss_default .border .bar.before {
62 .progrecss_default .border .bar.after {
78 * PROGRECSS_GAUGE: rounder bar with label model
111 .progrecss_gauge .border .bar {
143 * PROGRECSS_INLINE: inline bar model
146 * Features a bar running inline (thanks to "inline-block"), with the
177 .progrecss_inline .border .bar {
/plugin/imagecarousel/vendor/swipebox/css/
H A Dswipebox.min.css1bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;m…
H A Dswipebox.less95 #swipebox-bottom-bar,
96 #swipebox-top-bar {
106 #swipebox-bottom-bar {
109 #swipebox-bottom-bar.visible-bars {
114 #swipebox-top-bar {
117 #swipebox-top-bar.visible-bars {
275 #swipebox-bottom-bar,
276 #swipebox-top-bar {
282 #swipebox-top-bar {
288 #swipebox-top-bar div.caption {
/plugin/gallery/swipebox/css/
H A Dswipebox.less
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dwith_context.test6 {{- include("foo.twig", {'foo1': 'bar'}) }}
7 {{- include("foo.twig", {'foo1': 'bar'}, with_context = false) }}
11 return ['foo' => 'bar']

12345678910>>...20