Home
last modified time | relevance | path

Searched refs:foo (Results 351 – 375 of 405) sorted by last modified time

1...<<11121314151617

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DNamespaceCoveredFunction.php2 namespace foo; namespace
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Builder/
H A DInvocationMockerTest.php14 $this->assertEquals(1, $mock->foo());
27 $this->assertEquals(1, $mock->foo());
28 $this->assertEquals(2, $mock->foo());
29 $this->assertEquals(3, $mock->foo());
42 $this->assertEquals(1, $mock->foo());
43 $this->assertEquals(2, $mock->foo());
44 $this->assertEquals(3, $mock->foo());
57 $this->assertSame(null, $mock->foo());
59 $this->assertSame('foo', $mock->foo());
61 $this->assertSame('bar', $mock->foo());
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md35 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
36 // returns TaggedValue('foo', 'bar');
107 Symfony 4.0 (e.g. `foo:bar` must be `foo: bar`).
145 …Yaml::parse('{ "foo": "bar", "fiz": "cat" }', Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE | Yaml::PARSE_…
151 …Yaml::dump(['foo' => new A(), 'bar' => 1], 0, 0, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE | Yaml::DUMP…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml781 foo = bar
792 { 'file' => 'MoreClass.py', 'line' => 58, 'code' => "foo = bar" } ] } )
1342 #:foo and bar# are
1358 'indicators' => "this has no comments. #:foo and bar# are both text.",
1410 - /foo/bar
1411 - d:/foo/bar
1412 - foo/bar
1415 [ 12, '12', '12', '12', '12', '/foo/bar', 'd:/foo/bar', 'foo/bar', '/a.*b/' ]
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
12 foo: [ ]
18 foo:
58 foo:
60 foo
66 ['foo' => ['bar' => "foo\n\n\n \nbar\n"]]
72 foo:
75 foo
94 - foo
97 ['foo', ['bar' => ['bar' => 'foo']]]
[all …]
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']]
69 - key: foo
70 foo: bar
72 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]
79 - key: foo
80 foo: bar
82 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG691 …ned" test and the "default" filter (now works with more than one call (foo.bar.foo) and for both v…
721 …* added a way to ignore a missing template when using the "include" tag ({% include "foo" ignore m…
722 …* added support for an array of templates to the "include" and "extends" tags ({% include ['foo', …
735 * fixed regression introduced in 1.1.1 ({{ block(foo|lower) }})
833 …th keys" and "hashes without keys" is not supported anymore ([1, "foo": "bar"] or {"foo": "bar", 1…
860 {{ foo|odd }} must now be written {{ foo is odd }}
880 …* added support for is*() methods for attributes (foo.bar now looks for foo->getBar() or foo->isBa…
955 * added a long-syntax for the set tag ({% set foo %}...{% endset %})
1039 * extended set tag to support expression as value ({% set foo as 'foo' ~ 'bar' %} )
1064 * added support for method calls with arguments ({{ foo.bar('a', 43) }})
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst274 ``'foo'|a_path_b()`` will result in the following arguments to be passed to
275 the filter: ``('a', 'b', 'foo')``.
964 foo.test
967 foo.test
970 foo.test
H A Dapi.rst424 {{ foo ? "Twig<br />" : "<br />Twig" }} {# won't be escaped #}
427 {{ foo ? text : "<br />Twig" }} {# will be escaped #}
430 {{ foo ? text|raw : "<br />Twig" }} {# won't be escaped #}
433 {{ foo ? text|escape : "<br />Twig" }} {# the result of the expression won't be escaped #}
466 concatenation, ``{{ foo|raw ~ bar }}`` won't give the expected result as
H A Dcoding_standards.rst12 {{ foo }}
14 {% if foo %}{% endif %}
21 {{- foo -}}
34 {{ foo ~ bar }}
43 {{ {'foo': 'bar'} }}
56 {{ 'foo' }}
57 {{ "foo" }}
64 {{ foo|upper|lower }}
74 {{ foo|default('foo') }}
89 {% set foo = 'foo' %}
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dwith_filters.test7 {% filter escape %}foo<br />{% endfilter %}
14 foo&lt;br /&gt;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/
H A Dwith_extends.test14 {% embed "foo.twig" %}
31 --TEMPLATE(foo.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dcondition.test5 {{ loop.index }}.{{ i }}{{ foo.bar }}
8 return ['foo' => ['bar' => 'X']]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dendmacro_name.test6 {{ macros.foo() }}
9 {% macro foo() %}foo{% endmacro %}
14 foo
H A Dfrom.test4 {% from 'forms.twig' import foo %}
5 {% from 'forms.twig' import foo as foobar, bar %}
7 {{ foo('foo') }}
8 {{ foobar('foo') }}
9 {{ bar('foo') }}
11 {% macro foo(name) %}foo{{ name }}{% endmacro %}
H A Dsuper_globals.test6 {{ macros.foo('foo') }}
8 {% macro foo(GET) %}
14 foo
/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/webmozart/assert/
H A DREADME.md40 * `%s`: The tested value as string, e.g. `"/foo/bar"`.
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A DclassUsesNamespacedFunction.php2 namespace foo; namespace
H A Dsource.php5 class Foo{function foo(){} function in Foo
/plugin/switchpanel/
H A DREADME.md123 2,foo,bar
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md545 …sor](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlDataProcessor) can process `foo:href` attributes.
/plugin/vkeyboard/
H A Dvkeyboard.js.unc1186 var foo = this.offsetWidth;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist-separated-by-hr.md1 - foo

1...<<11121314151617