Home
last modified time | relevance | path

Searched refs:price (Results 26 – 50 of 522) sorted by relevance

12345678910>>...21

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItemProduct.php221 public function setPrice(Price $price) argument
223 $this->price = $price;
230 return $this->price;
H A DOrderLineItem.php137 public function setPrice(Price $price) argument
139 $this->price = $price;
146 return $this->price;
H A DProduct.php1164 public function setPrice(Price $price) argument
1166 $this->price = $price;
1173 return $this->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/onlineordering/
H A Dsyntax.php89 $price = $data['price'];
94 $data['price'] = floatval( $price );
207 if ( !isset( $data['price'] ) ) {
H A Dtemplate_en.txt18 Ticket price: {price} {currency}<br />
22 Total price: {total_price} {currency}<br />
H A Dconfirm_form.php85 $price = $data['price']; variable
87 $output .= '<td>'.number_format(($price*$form['tickets']) + $porto,2,',','.').' '.$data['currency'];
88 $output .= ' ('.$form['tickets'].' x '.number_format($price,2,',','.').' '.$data['currency'].' + '.…
/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);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php27 $price = $this->price->getCsvFragment();
52 $price,
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md47 // $price = new Price();
48 // $price->setValue(13.37);
49 // $item->setPrice($price);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DPrice.yml3 price:
/plugin/eshop/
H A Dstyle.css5 .eshop_plugin .price {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DisableExternal.txt
/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/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php1267 public $price; variable in Google_ShoppingModelProductJsonV1Inventories
1322 public function setPrice( $price) { argument
1323 $this->price = $price;
1326 return $this->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/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php35 $itemElem->appendChild($this->price->getDomSubtree($document));
/plugin/amazon/
H A Dsyntax.php356 if($param['price']){
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst606 /** @XmlRoot("price") */
620 <price currency="EUR">1.23</price>
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst120 {{ product.price|localizedcurrency('EUR') }}
/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/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/searchformgoto/
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

12345678910>>...21