Home
last modified time | relevance | path

Searched refs:price (Results 301 – 325 of 522) sorted by last modified time

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst606 /** @XmlRoot("price") */
620 <price currency="EUR">1.23</price>
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DPrice.yml3 price:
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php56 $price = new Price();
57 $price->setValue('13.37');
58 $item->setPrice($price);
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md47 // $price = new Price();
48 // $price->setValue(13.37);
49 // $item->setPrice($price);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php35 $itemElem->appendChild($this->price->getDomSubtree($document));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DOrder.php16 public function __construct(?Price $price = null) argument
18 $this->cost = $price ?: new Price(5);
H A DCurrencyAwareOrder.php16 public function __construct(?CurrencyAwarePrice $price = null) argument
18 $this->cost = $price ?: new CurrencyAwarePrice(5);
H A DPrice.php20 private $price; variable in JMS\\Serializer\\Tests\\Fixtures\\Price
22 public function __construct($price) argument
24 $this->price = $price;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php22 protected $price; variable in FINDOLOGIC\\Export\\Data\\Item
116 return $this->price;
119 public function setPrice(Price $price) argument
121 $this->price = $price;
124 public function addPrice($price, $usergroup = '') argument
126 if ($this->price === null) {
127 $this->price = new Price();
130 $this->price->setValue($price, $usergroup);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php107 $p = new PropertyMetadata($m->name, 'price');
108 $p->serializedName = 'price';
111 self::assertEquals($p, $m->propertyMetadata['price']);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php819 $price = new Price(3);
820 self::assertEquals($this->getContent('price'), $this->serialize($price));
823 $deserialized = $this->deserialize($this->getContent('price'), get_class($price));
840 $price = new CurrencyAwarePrice(2.34);
841 self::assertEquals($this->getContent('currency_aware_price'), $this->serialize($price));
844 …self::assertEquals($price, $this->deserialize($this->getContent('currency_aware_price'), get_class…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml724 price : 450.00
729 price : 2392.00
745 [ 'sku' => 'BL394D', 'quantity' => 4, 'description' => 'Basketball', 'price' => 450.00 ],
746 [ 'sku' => 'BL4438H', 'quantity' => 1, 'description' => 'Super Hoop', 'price' => 2392.00 ]
/plugin/structjoin/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/gdpr/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/localization/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/orgapp/
H A DCOPYING23 price. Our General Public Licenses are designed to make sure that you
205 You may charge any price or no price for each copy that you convey,
264 medium customarily used for software interchange, for a price no
/plugin/gplusone/
H A DCOPYING23 price. Our General Public Licenses are designed to make sure that you
205 You may charge any price or no price for each copy that you convey,
264 medium customarily used for software interchange, for a price no
/plugin/barcode/
H A DCOPYING23 price. Our General Public Licenses are designed to make sure that you
205 You may charge any price or no price for each copy that you convey,
264 medium customarily used for software interchange, for a price no
/plugin/cnmap/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/pgpinlinesupport/
H A DLICENSE23 price. Our General Public Licenses are designed to make sure that you
205 You may charge any price or no price for each copy that you convey,
264 medium customarily used for software interchange, for a price no
/plugin/sha3sum/
H A DLICENSE23 price. Our General Public Licenses are designed to make sure that you
205 You may charge any price or no price for each copy that you convey,
264 medium customarily used for software interchange, for a price no
/plugin/socialite/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/adminperm/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/googleverify/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/likeit/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you

1...<<1112131415161718192021