Home
last modified time | relevance | path

Searched full:foo (Results 1 – 25 of 1624) sorted by relevance

12345678910>>...65

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
DInlineTest.php61 ['{ foo: !php/const PHP_INT_MAX }', ['foo' => PHP_INT_MAX]],
127 Inline::parse('"Foo\Var"');
135 Inline::parse('"Foo\\"');
161 $value = '{ "foo " bar": "bar" }';
171 Inline::parse('{foo:""}');
179 Inline::parse('[foo] bar');
187 Inline::parse('{ foo: bar } bar');
216 'map-in-map' => ['{ foo: { bar: *var } }', ['foo' => ['bar' => 'var-value']]],
222 $foo = [
227 $this->assertSame([$foo], Inline::parse('[*foo]', 0, ['foo' => $foo]));
[all …]
DParserTest.php59 "foo:\n bar",
60 "foo:\n bar",
61 "foo:\n bar",
62 "foo:\n bar",
81 foo
85 $this->assertEquals('foo', $this->parser->parse($yaml));
93 foo: |-
102 'foo' => "one\ntwo",
108 foo: |-
119 'foo' => "one\ntwo",
[all …]
DDumperTest.php27 'foo' => '#bar',
28 'foo\'bar' => [],
29 'bar' => [1, 'foo'],
31 'foo' => 'bar',
32 'bar' => [1, 'foo'],
34 'foo' => 'bar',
35 'bar' => [1, 'foo'],
60 foo: '#bar'
61 'foo''bar': { }
64 - foo
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DsfComments.yml6 ex1: "foo # bar"
7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
9 ex4: foo # comment
10 ex5: foo # comment with tab before
11 ex6: foo#foo # comment here
12 ex7: foo # ignore me # and me
14 …['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo', 'ex5' => 'foo',…
20 foo:
23 bar: foo
[all …]
DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 ['stripped_title' => ['name' => 'foo bar', 'help' => 'bar foo']]
12 foo: [ ]
14 ['foo' => []]
18 foo:
20 ['foo' => null]
58 foo:
60 foo
66 ['foo' => ['bar' => "foo\n\n\n \nbar\n"]]
72 foo:
[all …]
/plugin/asciidocjs/node_modules/jake/test/integration/
Djakefile.js55 foo: process.env.foo property
62 namespace('foo', function () {
63 desc('The foo:bar t.');
66 console.log('foo:bar[' +
71 console.log('foo:bar task');
75 desc('The foo:baz task, calls foo:bar as a prerequisite.');
76 task('baz', ['foo:bar'], function () {
77 console.log('foo:baz task');
80 desc('The foo:qux task, calls foo:bar with cmdline args as a prerequisite.');
81 task('qux', ['foo:bar[asdf,qwer]'], function () {
[all …]
Dfile_task.js28 rmRf('./foo', {
43 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim();
44 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task',
46 out = exec(`${JAKE_CMD} -q -B fileTest:foo/from-src1.txt`).toString().trim();
47 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task',
54 out = exec(`${JAKE_CMD} -q fileTest:foo/concat.txt`).toString().trim();
55 assert.equal('fileTest:foo/src1.txt task\ndefault task\nfileTest:foo/src2.txt task\n' +
56 'fileTest:foo/concat.txt task', out);
58 let data = fs.readFileSync(process.cwd() + '/foo/concat.txt');
65 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim();
[all …]
Dfile.js32 ['foo'],
33 ['foo', 'bar'],
34 ['foo', 'bar', 'baz'],
35 ['foo', 'bar', 'baz', 'qux']
37 file.mkdirP('foo/bar/baz/qux');
38 let res = exec('find foo').toString().trim().split('\n');
42 file.rmRf('foo');
46 file.mkdirP('foo/bar/baz/qux');
47 file.rmRf('foo/bar');
48 let res = exec('find foo').toString().trim().split('\n');
[all …]
/plugin/icalevents/vendor/sabre/uri/tests/
DSplitTest.php12 '/foo/bar' => ['/foo','bar'],
13 '/foo/bar/' => ['/foo','bar'],
14 'foo/bar/' => ['foo','bar'],
15 'foo/bar' => ['foo','bar'],
16 'foo/bar/baz' => ['foo/bar','baz'],
17 'foo/bar/baz/' => ['foo/bar','baz'],
18 'foo' => ['','foo'],
19 'foo/' => ['','foo'],
20 '/foo/' => ['','foo'],
21 '/foo' => ['','foo'],
[all …]
DResolveTest.php23 'http://example.org/foo/baz',
28 'https://example.org/foo',
33 'https://example.org/foo',
35 'https://example.org/foo?a=b',
38 '//example.org/foo',
40 '//example.org/foo?a=b',
44 'https://example.org:81/foo#hey',
46 'https://example.org:81/foo?a=b#c=d',
50 'http://example.org/foo/bar',
52 'http://example.org/foo/bar2',
[all …]
/plugin/davcal/vendor/sabre/uri/tests/
H A DSplitTest.php12 '/foo/bar' => ['/foo','bar'],
13 '/foo/bar/' => ['/foo','bar'],
14 'foo/bar/' => ['foo','bar'],
15 'foo/bar' => ['foo','bar'],
16 'foo/bar/baz' => ['foo/bar','baz'],
17 'foo/bar/baz/' => ['foo/bar','baz'],
18 'foo' => ['','foo'],
19 'foo/' => ['','foo'],
20 '/foo/' => ['','foo'],
21 '/foo' => ['','foo'],
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Dmethod_call.test4 {{ items.foo.foo }}
5 {{ items.foo.getFoo() }}
6 {{ items.foo.bar }}
7 {{ items.foo['bar'] }}
8 {{ items.foo.bar('a', 43) }}
9 {{ items.foo.bar(foo) }}
10 {{ items.foo.self.foo() }}
11 {{ items.foo.is }}
12 {{ items.foo.in }}
13 {{ items.foo.not }}
[all …]
Darray.test8 {{ ['foo', "bar"]|join(',') }}
9 {{ {0: 1, 'foo': 'bar'}|join(',') }}
10 {{ {0: 1, 'foo': 'bar'}|keys|join(',') }}
12 {{ {0: 1, foo: 'bar'}|join(',') }}
13 {{ {0: 1, foo: 'bar'}|keys|join(',') }}
16 {% set a = [1, 2, [1, 2], {'foo': {'foo': 'bar'}}] %}
18 {{ a[3]["foo"]|join(',') }}
21 {{ [foo[bar]]|join(',') }}
24 {{ ['foo'|upper, bar|upper, bar == foo]|join(',') }}
36 {% set b = "foo" %}
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DFileExtensionEscapingStrategyTest.php28 ['html', 'foo.html'],
29 ['html', 'foo.html.twig'],
30 ['html', 'foo'],
31 ['html', 'foo.bar.twig'],
32 ['html', 'foo.txt/foo'],
33 ['html', 'foo.txt/foo.js/'],
36 ['css', 'foo.css'],
37 ['css', 'foo.css.twig'],
38 ['css', 'foo.twig.css'],
39 ['css', 'foo.js.css'],
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
DValueObjectTest.php14 <foo xmlns="urn:foo">
17 </foo>
23 '{urn:foo}foo' => function(Reader $reader) {
24 return valueObject($reader, 'Sabre\\Xml\\Deserializer\\TestVo', 'urn:foo');
35 'name' => '{urn:foo}foo',
51 <foo xmlns="urn:foo">
55 </foo>
61 '{urn:foo}foo' => function(Reader $reader) {
62 return valueObject($reader, 'Sabre\\Xml\\Deserializer\\TestVo', 'urn:foo');
73 'name' => '{urn:foo}foo',
[all …]
/plugin/davcal/vendor/sabre/event/tests/
H A DEventEmitterTest.php20 $ee->on('foo', $callback1, 200);
21 $ee->on('foo', $callback2, 100);
23 $this->assertEquals([$callback2, $callback1], $ee->listeners('foo'));
35 $ee->on('foo', function($arg) use (&$argResult) {
42 $ee->emit('foo', ['bar'])
57 $ee->on('foo', function($arg) use (&$argResult) {
63 $ee->on('foo', function($arg) use (&$argResult) {
70 $ee->emit('foo', ['bar'])
85 $ee->on('foo', function($arg) use (&$argResult) {
91 $ee->on('foo', function($arg) use (&$argResult) {
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
Dcode_in_lists.md1 1. foo
8 foo
13 1. foo
20 foo
25 1. foo
32 foo
37 1. foo
44 foo
49 1. foo
56 foo
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Dcode_in_lists.md1 1. foo
8 foo
13 1. foo
20 foo
25 1. foo
32 foo
37 1. foo
44 foo
49 1. foo
56 foo
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
DParserTest.php47 'array<Foo>',
48 $type('array', [['name' => 'Foo', 'params' => []]]),
51 'Foo<\'a\'>',
52 $type('Foo', ['a']),
55 'Foo<5>',
56 $type('Foo', [5]),
59 'Foo<5.5>',
60 $type('Foo', [5.5]),
63 'Foo<null>',
64 $type('Foo', [null]),
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
DOptimizerTest.php22 $stream = $env->parse($env->tokenize(new Source('{{ block("foo") }}', 'index')));
34 …$stream = $env->parse($env->tokenize(new Source('{% extends "foo" %}{% block content %}{{ parent()…
74 ['{% for i in foo %}{% endfor %}', ['i' => false]],
76 ['{% for i in foo %}{{ loop.index }}{% endfor %}', ['i' => true]],
78 … ['{% for i in foo %}{% for j in foo %}{% endfor %}{% endfor %}', ['i' => false, 'j' => false]],
80 ['{% for i in foo %}{% include "foo" %}{% endfor %}', ['i' => true]],
82 ['{% for i in foo %}{% include "foo" only %}{% endfor %}', ['i' => false]],
84 … ['{% for i in foo %}{% include "foo" with { "foo": "bar" } only %}{% endfor %}', ['i' => false]],
86 …['{% for i in foo %}{% include "foo" with { "foo": loop.index } only %}{% endfor %}', ['i' => true…
88 …['{% for i in foo %}{% for j in foo %}{{ loop.index }}{% endfor %}{% endfor %}', ['i' => false, 'j…
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dset.rst7 Here is how you can assign the ``bar`` value to the ``foo`` variable:
11 {% set foo = 'bar' %}
13 After the ``set`` call, the ``foo`` variable is available in the template like
19 {{ foo }}
26 {% set foo = [1, 2] %}
27 {% set foo = {'foo': 'bar'} %}
28 {% set foo = 'foo' ~ 'bar' %}
34 {% set foo, bar = 'foo', 'bar' %}
38 {% set foo = 'foo' %}
45 {% set foo %}
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Docs/Commenting/
DClassCommentStandard.xml11 * The Foo class.
13 class Foo
20 class Foo
30 * The Foo class.
32 class Foo
39 // The Foo class.
40 class Foo
50 * The Foo class.
52 class Foo
60 * The Foo class.
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Builder/
DInvocationMockerTest.php7 ->setMethods(['foo'])
11 ->method('foo')
14 $this->assertEquals(1, $mock->foo());
20 ->setMethods(['foo'])
24 ->method('foo')
27 $this->assertEquals(1, $mock->foo());
28 $this->assertEquals(2, $mock->foo());
29 $this->assertEquals(3, $mock->foo());
35 ->setMethods(['foo'])
39 ->method('foo')
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php101 '/foo/bar' => ['/foo','bar'],
102 '/foo/bar/' => ['/foo','bar'],
103 'foo/bar/' => ['foo','bar'],
104 'foo/bar' => ['foo','bar'],
105 'foo/bar/baz' => ['foo/bar','baz'],
106 'foo/bar/baz/' => ['foo/bar','baz'],
107 'foo' => ['','foo'],
108 'foo/' => ['','foo'],
109 '/foo/' => ['','foo'],
110 '/foo' => ['','foo'],
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerUpdatePropertiesTest.php11 new SimpleCollection('foo'),
15 $result = $server->updateProperties('foo', array(
16 '{DAV:}foo' => 'bar'
20 '{DAV:}foo' => 403,
29 new SimpleCollection('foo'),
36 $result = $server->updateProperties('foo', array(
38 '{DAV:}foo' => 'bar'
43 '{DAV:}foo' => 424,
52 new SimpleCollection('foo'),
56 $propPatch->setResultCode('{DAV:}foo', 404);
[all …]

12345678910>>...65