Home
last modified time | relevance | path

Searched refs:price (Results 226 – 250 of 522) sorted by path

12345678910>>...21

/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/CSV/
H A DCSVItem.php27 $price = $this->price->getCsvFragment();
52 $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/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php35 $itemElem->appendChild($this->price->getDomSubtree($document));
/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);
H A DXmlSerializationTest.php66 $price = new Price();
67 $price->setValue('13.37');
68 $item->setPrice($price);
106 $price = new Price();
108 $price->setValue(rand(1, 2000)*1.24);
109 $item->setPrice($price);
299 'price' => ['Price', [
/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/Fixtures/
H A DCurrencyAwareOrder.php16 public function __construct(?CurrencyAwarePrice $price = null) argument
18 $this->cost = $price ?: new CurrencyAwarePrice(5);
H A DOrder.php16 public function __construct(?Price $price = null) argument
18 $this->cost = $price ?: new Price(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/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/Metadata/Driver/yml/
H A DPrice.yml3 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/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst120 {{ product.price|localizedcurrency('EUR') }}
/plugin/firenews/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/flattr/
H A DCOPYING22 price. Our General Public Licenses are designed to make sure that you
/plugin/flexpaper/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/flowcharts/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt29 price. Our General Public Licenses are designed to make sure that you
211 You may charge any price or no price for each copy that you convey,
270 medium customarily used for software interchange, for a price no
/plugin/flowplayer/player/
H A DLICENSE.txt70 price. Our General Public Licenses are designed to make sure that you
252 You may charge any price or no price for each copy that you convey,
311 medium customarily used for software interchange, for a price no
/plugin/foldablelist/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/footer/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/forceuserchange/
H A DLICENSE22 price. Our General Public Licenses are designed to make sure that you
/plugin/formatplus/
H A DCOPYING22 price. Our General Public Licenses are designed to make sure that you

12345678910>>...21