Home
last modified time | relevance | path

Searched refs:foo (Results 201 – 225 of 405) sorted by relevance

12345678910>>...17

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D8871b8fcb6de4f0c7dff22798fb10fb7.asciidoc15 'source' => 'if (ctx._source.foo == \'bar\') {ctx._version++; ctx._source.remove(\'foo\')}',
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst15 <strong>foo</strong>
19 {# output will be <div><strong>foo</strong></div> #}
28 <strong>foo</strong>
32 {# output will be <div><strong>foo</strong></div> #}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DArrayTest.php20 $elements = [new ConstantExpression('foo', 1), $foo = new ConstantExpression('bar', 1)];
23 $this->assertEquals($foo, $node->getNode(1));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dmissing_nested.test11 {{ include("foo.twig") }}
16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dmissing_nested.test11 {% include "foo.twig" %}
16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Derror_line.test5 {% embed "foo.twig" %}
11 --TEMPLATE(foo.twig)--
H A Dbasic.test5 {% embed "foo.twig" %}
13 --TEMPLATE(foo.twig)--
H A Dwith_extends.test14 {% embed "foo.twig" %}
31 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dunclosed_tag.test4 {% block foo %}
5 {% if foo %}
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DProxyObjectTest.php22 $foo = new Foo;
24 $this->assertEquals('result', $foo->doSomething($proxy));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Diterable.test4 {{ foo is iterable ? 'ok' : 'ko' }}
10 'foo' => [],
H A Ddefined.test20 {{ object.foo is defined ? 'ok' : 'ko' }}
26 {{ object.self.foo is defined ? 'ok' : 'ko' }}
30 {{ "foo" is defined ? 'ok' : 'ko' }}
35 {{ { foo: "bar" } is defined ? 'ok' : 'ko' }}
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DnumericMappingKeys.yml6 1: foo
9 [1 => 'foo', 0 => 'bar']
H A DYtsErrorTests.yml21 foo:
25 ['foo' => null, 'firstline' => 1, 'secondline' => 2]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-issue-2922.phpt2 phpunit --exclude-group=foo ../_files/DataProviderIssue2922
6 $_SERVER['argv'][2] = '--exclude-group=foo';
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dinterface.phpt7 public function bar(Foo $foo);
36 public function bar(Foo $foo)
38 $arguments = array($foo);
H A Dnamespaced_interface.phpt9 public function bar(Foo $foo);
38 public function bar(NS\Foo $foo)
40 $arguments = array($foo);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dsameas.rst12 {% if foo.attribute is same as(false) %}
13 the foo attribute really is the 'false' PHP value
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php222 $foo = [
227 $this->assertSame([$foo], Inline::parse('[*foo]', 0, ['foo' => $foo]));
357 ['[ foo , bar , false , null , 12 ]', ['foo', 'bar', false, null, 12]],
428 ['[ foo , bar , false , null , 12 ]', ['foo', 'bar', false, null, 12]],
/plugin/lms/_test/data/pages/
H A Dlms.txt7 * [[foo:bar]] is also a link
10 * [[foo:bar|duplicates]] will be ignored in the order
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_amps_and_angle_encoding.md15 Here's an inline [link](/script?foo=1&bar=2).
18 [1]: http://example.com/?foo=1&bar=2
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php15 $obj2->foo = 'bar';
35 $storage->foo = $obj2;
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md24 $dsn = DsnParser::parse('http://127.0.0.1/foo/bar?key=value');
27 echo $dsn->getPath(); // "/foo/bar"
65 $dsn = DsnParser::parse('scheme://127.0.0.1/foo/bar?key=value');
68 echo $dsn->getPath(); // "/foo/bar"
87 $func = DsnParser::parseFunc('foo(udp://localhost failover:(tcp://localhost:61616,tcp://remotehost:61616)?initialReconnectDelay=100)?start=now');
88 echo $func->getName(); // "foo"
159 $dsn = DsnParser::parse('scheme://127.0.0.1/foo/bar?key=value');
259 - scheme://127.0.0.1/foo/bar?key=value
260 - scheme://user:pass@127.0.0.1/foo/bar?key=value
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMultiple.php56 $foo = new LUT\Map(['f', 'o', 'o']),
62 $multiple->attachIterator($foo, 'one'),
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst47 {% include 'template.html' with {'foo': 'bar'} %}
49 {% set vars = {'foo': 'bar'} %}
56 {# only the foo variable will be accessible #}
57 {% include 'template.html' with {'foo': 'bar'} only %}
100 {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %}

12345678910>>...17