Home
last modified time | relevance | path

Searched refs:foo (Results 101 – 125 of 405) sorted by last modified time

12345678910>>...17

/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php46 $obj2->foo = 'bar';
68 $storage->foo = $obj2;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
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 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',
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php461 $expected->foo = new \stdClass();
462 $expected->foo->fiz = ['cat'];
467 $expected->foo = 'bar';
473 $expected->foo = 'bar';
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst308 …or(field = "type", disabled = false, map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
552 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
577 * @Discriminator(field = "type", map = {"car": "Car", "moped": "Moped"}, groups={"foo", "bar"})
H A Dxml_reference.rst8 …<class name="Fully\Qualified\ClassName" exclusion-policy="ALL" xml-root-name="foo-bar" exclude="tr…
15 <group>foo</group>
24 serialized-name="foo"
34 groups="foo,bar"
46 <value>foo</value>
50 <callback-method name="foo" type="pre-serialize" />
60 serialized-name="foo"
69 groups="foo,bar"
79 serialized-name="foo"
88 groups="foo,bar"
[all …]
H A Dyml_reference.rst20 groups: [foo, bar]
28 serialized_name: foo
33 serialized_name: foo
50 serialized_name: foo
53 groups: [foo, bar]
61 entry_name: foo
65 key_attribute_name: foo
75 pre_serialize: [foo, bar]
76 post_serialize: [foo, bar]
77 post_deserialize: [foo, bar]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithObjectProperty.php14 private $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithObjectProperty
26 return $this->foo;
H A DSimpleObject.php13 private $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObject
24 public function __construct($foo, $bar) argument
26 $this->foo = $foo;
32 return $this->foo;
H A DSimpleObjectWithStaticProp.php13 private static $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObjectWithStaticProp
24 public function __construct($foo, $bar) argument
26 self::$foo = $foo;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithVirtualPropertiesAndDuplicatePropName.yml7 name: 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> #}
H A Dsplit.rst12 {% set foo = "one,two,three"|split(',') %}
13 {# foo contains ['one', 'two', 'three'] #}
27 {% set foo = "one,two,three,four,five"|split(',', 3) %}
28 {# foo contains ['one', 'two', 'three,four,five'] #}
35 {% set foo = "123"|split('') %}
36 {# foo contains ['1', '2', '3'] #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst11 {% set foo = 'bar' %}
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 %}
64 {% set foo = item %}
73 {% set foo = "" %}
[all …]
H A Dspaceless.rst15 <strong>foo</strong>
19 {# output will be <div><strong>foo</strong></div> #}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php346 public function foo() function in FooObject
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_array_with_undefined_variable.test4 {% set foo = {
5 foo: 'foo',
H A Dmultiline_array_with_undefined_variable_again.test4 {% set foo = {
5 foo: 'foo',

12345678910>>...17