Home
last modified time | relevance | path

Searched refs:foo (Results 151 – 175 of 405) sorted by path

12345678910>>...17

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBlockMapping.yml6 foo: bar
8 ['foo' => 'bar']
H A DYtsDocumentSeparator.yml8 - foo: 1
14 [ { 'foo': 1, 'bar': 2 } ],
18 [ { 'foo' => 1, 'bar' => 2 } ]
28 - foo: 1
34 [ {'foo': 1, 'bar': 2}],
49 foo: 1
52 ['foo' => 1, 'bar' => 2]
63 foo: |
66 ['foo' => "---\n"]
74 foo: |
[all …]
H A DYtsErrorTests.yml21 foo:
25 ['foo' => null, 'firstline' => 1, 'secondline' => 2]
H A DYtsFlowCollections.yml22 hash: { name: Steve, foo: bar }
24 ['hash' => ['name' => 'Steve', 'foo' => 'bar']]
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 DescapedCharacters.yml151 { single: 'foo\Var', no-quotes: foo\Var, double: "foo\\Var" }
154 'single' => 'foo\Var', 'no-quotes' => 'foo\Var', 'double' => 'foo\Var'
H A Dmultiple_lines_as_literal_block.yml2 single_line: 'foo bar baz'
4 foo
13 multi_line_with_carriage_return: "foo\nbar\r\nbaz"
14 nested_inlined_multi_line_string: { inlined_multi_line: "foo\nbar\r\nempty line:\n\nbaz" }
H A DnumericMappingKeys.yml6 1: foo
9 [1 => 'foo', 0 => 'bar']
H A DsfComments.yml6 ex1: "foo # bar"
9 ex4: foo # comment
11 ex6: foo#foo # comment here
14 …['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo', 'ex5' => 'foo',…
20 foo:
23 bar: foo
27 ['foo' => ['bar' => 'foo']]
36 ['foo' => ['foo' => 'bar']]
42 foo: '#bar'
61 'foo'
[all …]
H A DsfMergeKey.yml9 foo: &foo
18 <<: *foo
22 foo: bar
23 bar: foo
24 bar_inline: {a: before, d: other, <<: *foo, b: new, x: Oren, c: { foo: bar, bar: foo}}
30 - *foo
34 <<: [ *foo , *dong , *foo2 ]
46 head_inline: &head_inline { <<: [ *foo , *dong , *foo2 ] }
50 'foo' => ['a' => 'Steve', 'b' => 'Clark', 'c' => 'Brian', 'e' => 'notnull'],
51 …'before', 'd' => 'other', 'e' => null, 'b' => 'new', 'c' => ['foo' => 'bar', 'bar' => 'foo'], 'x' …
[all …]
H A DsfObjects.yml6 ex1: "foo # bar"
7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
9 ex4: foo # comment
11 ['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo']
H A DsfQuotes.yml6 foo: '| bar'
8 ['foo' => '| bar']
16 "foo \" bar": bar
17 'foo '' bar': bar
20 foo5: { "foo \" bar: ": bar, 'foo '' bar: ': bar }
25 'foo " bar' => 'bar',
26 'foo \' bar' => 'bar',
30 'foo " bar: ' => 'bar',
31 'foo \' bar: ' => 'bar',
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]],
H A DParserTest.php461 $expected->foo = new \stdClass();
462 $expected->foo->fiz = ['cat'];
467 $expected->foo = 'bar';
473 $expected->foo = 'bar';
/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 Dadvanced_legacy.rst291 arguments. For instance, a call to ``'foo'|a_path_b()`` will result in the
292 following PHP call: ``twig_path('a', 'b', 'foo')``.
358 arguments. For instance, a call to ``a_path_b('foo')`` will result in the
359 following PHP call: ``twig_path('a', 'b', 'foo')``.
844 foo.test
847 foo.test
850 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/doc/filters/
H A Ddefault.rst11 {{ var.foo|default('foo item on var is not defined') }}
13 {{ var['foo']|default('foo item on var is not defined') }}
23 {{ var.method(foo|default('foo'))|default('foo') }}
H A Dformat.rst9 {{ "I like %s and %s."|format(foo, "bar") }}
11 {# outputs I like foo and bar
12 if the foo parameter equals to the foo string. #}
H A Dreplace.rst9 {{ "I like %this% and %that%."|replace({'%this%': foo, '%that%': "bar"}) }}
11 {# outputs I like foo and bar
12 if the foo parameter equals to the foo string. #}
16 {{ "I like this and --that--."|replace({'this': foo, '--that--': "bar"}) }}
18 {# outputs I like foo and bar #}
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> #}

12345678910>>...17