Home
last modified time | relevance | path

Searched refs:foo (Results 76 – 100 of 405) sorted by path

12345678910>>...17

/plugin/findologicxmlexport/vendor/jms/metadata/tests/Fixtures/
H A DTestObject.php9 private $foo; variable in Metadata\\Tests\\Fixtures\\TestObject
13 return $this->foo;
16 private function setFoo($foo) argument
18 $this->foo = $foo;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst33 private $foo;
/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 DAllExcludedObject.php17 private $foo = 'foo'; variable in JMS\\Serializer\\Tests\\Fixtures\\AllExcludedObject
H A DGroupsObject.php17 private $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\GroupsObject
38 $this->foo = 'foo';
H A DInvalidGroupsObject.php16 private $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\InvalidGroupsObject
H A DNode.php16 public $foo = 'bar'; variable in JMS\\Serializer\\Tests\\Fixtures\\Node
H A DObjectWithObjectProperty.php14 private $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithObjectProperty
26 return $this->foo;
H A DSimpleClassObject.php23 public $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleClassObject
H A DSimpleInternalObject.php18 public function __construct($foo, $bar) argument
20 parent::__construct($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/
H A DBaseDriverTest.php323 self::assertEquals(['foo'], $m->discriminatorGroups);
442 self::assertEquals('http://foo.example.org', $m->xmlNamespaces['foo']);
452 self::assertEquals($p, $m->propertyMetadata['foo']);
472 self::assertEquals('http://better.foo.example.org', $subm->xmlNamespaces['foo']);
498 self::assertArrayHasKey('foo', $m->xmlNamespaces);
504 $p = new PropertyMetadata($m->name, 'foo');
505 $p->serializedName = 'foo';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DDiscriminatorGroup.Vehicle.yml6 groups: [foo]
H A DObjectWithVirtualPropertiesAndDuplicatePropName.yml7 name: foo
H A DSimpleClassObject.yml3 foo: http://foo.example.org
4 old_foo: http://old.foo.example.org
5 new_foo: http://new.foo.example.org
7 foo:
11 namespace: http://old.foo.example.org
15 namespace: http://foo.example.org
19 namespace: http://new.foo.example.org
H A DSimpleSubClassObject.yml3 foo: http://better.foo.example.org
4 old_foo: http://foo.example.org
9 namespace: http://better.foo.example.org
13 namespace: http://foo.example.org
17 namespace: http://new.foo.example.org
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php68 $b->foo($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
H A DLazyEventDispatcherTest.php48 $b->foo($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php166 public $foo = 'bar'; variable in JMS\\Serializer\\Tests\\Serializer\\SerializableClass
H A DJsonSerializationTest.php386 $c2->foo = 'bar';
391 $c3->foo = $tag;
H A DXmlSerializationTest.php419 $metadata = new StaticPropertyMetadata(get_class($author), 'foo', $author);
440 $object->foo = 'foo';
447 $childObject->foo = 'foo';
466 $object->foo = 'foo';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/metadata/SimpleInternalObject/
H A DException.yml6 serialized_name: foo

12345678910>>...17