Home
last modified time | relevance | path

Searched refs:bar (Results 26 – 50 of 495) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dendmacro_name.test7 {{ macros.bar() }}
10 {% macro bar() %}bar{% endmacro bar %}
15 bar
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DSimpleObject.php19 private $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObject
24 public function __construct($foo, $bar) argument
27 $this->bar = $bar;
37 return $this->bar;
H A DSimpleInternalObject.php14 private $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleInternalObject
18 public function __construct($foo, $bar) argument
21 $this->bar = $bar;
H A DSimpleObjectWithStaticProp.php19 private static $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObjectWithStaticProp
24 public function __construct($foo, $bar) argument
27 self::$bar = $bar;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dternary_operator.test9 {{ foo ~ (bar ? ('-' ~ bar) : '') }}
11 return ['foo' => 'foo', 'bar' => 'bar']
18 foo-bar
H A Dstrings.test4 {{ "foo #{"foo #{bar} baz"} baz" }}
5 {{ "foo #{bar}#{bar} baz" }}
7 return ['bar' => 'BAR']
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfMergeKey.yml14 bar:
22 foo: bar
23 bar: foo
24 bar_inline: {a: before, d: other, <<: *foo, b: new, x: Oren, c: { foo: bar, bar: foo}}
51 …'bar' => ['a' => 'before', 'd' => 'other', 'e' => null, 'b' => 'new', 'c' => ['foo' => 'bar', 'bar
52 …' => ['a' => 'before', 'd' => 'other', 'b' => 'new', 'c' => ['foo' => 'bar', 'bar' => 'foo'], 'e' …
H A DunindentedCollections.yml47 foo: bar
49 ['collection' => ['key' => ['a', 'b', 'c']], 'foo' => 'bar']
60 foo: bar
62 ['collection' => ['key' => ['a', 'b', 'c'], 'foo' => 'bar']]
70 foo: bar
72 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]
80 foo: bar
82 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
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_…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test21 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
30 * bar
39 * foo/bar
40 * bar/foo
43 * bar
H A Dobjects_countable.test22 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
32 * bar
43 * foo/bar
44 * bar/foo
47 * bar
/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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php19 $bar = new SimpleCollection('bar');
20 $root = new SimpleCollection('webdav',array($bar));
48 $dir->createDirectory('bar');
51 $tree->move('bar',urldecode('%C3%A0fo%C3%B3'));
60 $dirname1 = 'bar';
76 'REQUEST_URI' => '/webdav/bar',
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
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 Ddynamic_filter.test4 {{ 'bar'|foo_path }}
5 {{ 'bar'|a_foo_b_bar }}
9 foo/bar
10 a/b/bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddynamic_function.test4 {{ foo_path('bar') }}
5 {{ a_foo_b_bar('bar') }}
9 foo/bar
10 a/b/bar
H A Ddump.test7 {{ dump('foo', 'bar') }}
9 return ['foo' => 'foo', 'bar' => 'bar']
16 string(3) "bar"
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dexpression.test4 {% set foo, bar = 'foo' ~ 'bar', 'bar' ~ 'foo' %}
7 {{ bar }}
H A Dinheritance.test6 {% set bar %}bar{% endset %}
9 {{- bar -}}
24 bar
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclosure.php2 $function1 = function($foo, $bar) use ($var) {}; argument
3 $function2 = function(Foo $foo, $bar) use ($var) {}; argument
4 $function3 = function ($foo, $bar, $baz) {}; argument
5 $function4 = function (Foo $foo, $bar, $baz) {}; argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dwith_variables.test4 {{ include("foo.twig", {'foo': 'bar'}) }}
9 return ['vars' => ['foo' => 'bar']]
11 bar
12 bar
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 Dsandbox_disabling.test5 {{ include("bar.twig") }}
8 --TEMPLATE(bar.twig)--
11 return ['foo' => 'bar<br />']
16 bar&lt;br /&gt;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestDecoratorTest.php52 $this->outer->setUrl('/foo/bar');
53 $this->assertEquals('bar', $this->inner->getPath());
54 $this->assertEquals('bar', $this->outer->getPath());
104 $this->inner->setUrl('/foo/bar/');
106 $this->inner->setHeader('foo', 'bar');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dvarargs.test14 {{ test1("foo", "bar", "foobar") }}
15 {{ test2("foo", "bar", "foobar") }}
19 foo: bar, foobar
21 foo, bar, foobar

12345678910>>...20