Home
last modified time | relevance | path

Searched refs:setValue (Results 576 – 600 of 708) sorted by last modified time

1...<<212223242526272829

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php988 $prop->setValue($this, []);
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php200 $this->accessor->setValue($object, $v, $propertyMetadata, $this->context);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareSimpleValue.php31 public function setValue($value, $usergroup = '') function in FINDOLOGIC\\Export\\Helpers\\UsergroupAwareSimpleValue
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php45 $name->setValue('Foobar &quot;</>]]>');
49 $summary->setValue('This is a summary. &quot;</>]]>');
53 $description->setValue('This is a more verbose description. &quot;</>]]>');
57 $price->setValue('13.37');
61 $url->setValue('http://example.org/my-awesome-product.html');
H A DDataElementsTest.php113 $element->setValue($value);
132 $element->setValue("");
H A DDataHelperTest.php69 $numericValueElement->setValue($value);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php235 $property->setValue($object, $this->recursiveCopy($propertyValue));
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineCollectionFilter.php31 $reflectionProperty->setValue($object, $newCollection);
H A DDoctrineEmptyCollectionFilter.php26 $reflectionProperty->setValue($object, new ArrayCollection());
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php37 $reflectionProperty->setValue($object, $value);
H A DSetNullFilter.php22 $reflectionProperty->setValue($object, null);
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md48 // $price->setValue(13.37);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DDateAdded.php15 public function setValue($value, $usergroup = '') function in FINDOLOGIC\\Export\\Data\\DateAdded
24 parent::setValue($formatted, $usergroup);
H A DItem.php81 $this->name->setValue($name, $usergroup);
96 $this->summary->setValue($summary, $usergroup);
111 $this->description->setValue($description, $usergroup);
130 $this->price->setValue($price, $usergroup);
145 $this->url->setValue($url, $usergroup);
160 $this->bonus->setValue($bonus, $usergroup);
175 $this->salesFrequency->setValue($salesFrequency, $usergroup);
205 $this->sort->setValue($sort, $usergroup);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php188 … $p->setValue($twig, '__TwigTemplate_'.hash('sha256', uniqid(mt_rand(), true), false).'_');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php329 $zzeRule->setValue($value);
H A DTreeNode.php105 $this->setValue($value);
147 public function setValue(array $value) function in Hoa\\Compiler\\Llk\\TreeNode
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DAccessorStrategyInterface.php24 …public function setValue(object $object, $value, PropertyMetadata $metadata, DeserializationContex… function
H A DDefaultAccessorStrategy.php100 …public function setValue(object $object, $value, PropertyMetadata $metadata, DeserializationContex… function in JMS\\Serializer\\Accessor\\DefaultAccessorStrategy
117 $ref->setValue($o, $value);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php222 public function setValue($value) function in Hoa\\Compiler\\Llk\\Rule\\Token
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php233 ->when($result = $token->setValue($value))
249 $token->setValue($value)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md814 - Generic way to solve setValue on a property which respects its setter [\#550](https://github.com/…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1675 $ref->setValue($obj, $value);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php173 ->when($result = $node->setValue(['baz']))
184 $node->setValue(['baz'])
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php83 $reflector->setValue($value);
107 $attribute->setValue($defaults[$name]);

1...<<212223242526272829