Home
last modified time | relevance | path

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

12345678910>>...433

/dports/finance/py-backtrader/backtrader-1.9.74.123/tests/
H A Dtest_trade.py31 def getvaluesize(self, size, price): argument
59 size=0, price=1.0,
65 price = 10.0
66 value = size * price
69 tr.update(order=order, size=size, price=price, value=value,
74 assert tr.price == price
90 assert tr.price == price # size is being reduced, price must not change
95 price = tr.price
108 assert tr.price == ((size * price) + (upsize * upprice)) / (size + upsize)
113 price = tr.price
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/mcc/frontend/dojo/dojox/jsonPath/
H A DREADME54 "price": 8.95
59 "price": 12.99
65 "price": 8.99
71 "price": 22.99
76 "price": 19.95
90price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":"Sword of Honour","price":12.99…
92 $.store..price
102 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
105 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
110 $..book[?(@.price<10)]
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/jsonPath/
H A DREADME54 "price": 8.95
59 "price": 12.99
65 "price": 8.99
71 "price": 22.99
76 "price": 19.95
90price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":"Sword of Honour","price":12.99…
92 $.store..price
102 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
105 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
110 $..book[?(@.price<10)]
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/mcc/frontend/dojo/dojox/jsonPath/
H A DREADME54 "price": 8.95
59 "price": 12.99
65 "price": 8.99
71 "price": 22.99
76 "price": 19.95
90price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":"Sword of Honour","price":12.99…
92 $.store..price
102 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
105 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
110 $..book[?(@.price<10)]
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/mcc/frontend/dojo/dojox/jsonPath/
H A DREADME54 "price": 8.95
59 "price": 12.99
65 "price": 8.99
71 "price": 22.99
76 "price": 19.95
90price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":"Sword of Honour","price":12.99…
92 $.store..price
102 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
105 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
110 $..book[?(@.price<10)]
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/mcc/frontend/dojo/dojox/jsonPath/
H A DREADME54 "price": 8.95
59 "price": 12.99
65 "price": 8.99
71 "price": 22.99
76 "price": 19.95
90price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":"Sword of Honour","price":12.99…
92 $.store..price
102 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
105 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
110 $..book[?(@.price<10)]
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/mcc/frontend/dojo/dojox/jsonPath/
H A DREADME54 "price": 8.95
59 "price": 12.99
65 "price": 8.99
71 "price": 22.99
76 "price": 19.95
90price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":"Sword of Honour","price":12.99…
92 $.store..price
102 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
105 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
110 $..book[?(@.price<10)]
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/jsonPath/
H A DREADME54 "price": 8.95
59 "price": 12.99
65 "price": 8.99
71 "price": 22.99
76 "price": 19.95
90price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":"Sword of Honour","price":12.99…
92 $.store..price
102 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
105 …tle":"Sayings of the Century","price":8.95},{"category":"fiction","author":"Evelyn Waugh","title":…
110 $..book[?(@.price<10)]
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/
H A DSpecificPriceController.php144 'id_product' => $price->id_product,
228 if ($price->reduction_type === 'percentage') {
229 $reduction = $price->reduction * 100;
231 $reduction = $price->reduction;
235 'sp_id_shop' => $price->id_shop,
236 'sp_id_currency' => $price->id_currency,
237 'sp_id_country' => $price->id_country,
238 'sp_id_group' => $price->id_group,
244 'sp_price' => ($price->price !== '-1.000000') ? $price->price : '',
245 'leave_bprice' => ($price->price === '-1.000000'),
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Product/Update/
H A DProductPricePropertiesFiller.php59 * @param DecimalNumber|null $price
72 if (null !== $price) {
73 $product->price = (float) (string) $price;
79 $this->fillUnitPriceRatio($product, $price, $unitPrice);
87 * @param DecimalNumber $price
93 if ($price->equalsZero()) {
94 $this->setUnitPriceRatio($product, $price, $price);
104 $this->setUnitPriceRatio($product, $price, $unitPrice);
109 * @param DecimalNumber $price
115 if ($unitPrice->equalsZero() || $price->equalsZero()) {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/parse/v2/strconv/
H A Dprice.go6 if price < 0 {
17 price = -price
24 price += 100
29 n := LenInt(price) - 2
51 c := byte(price%10) + '0'
52 price /= 10
59 price /= 100
62 if price == 0 {
69 for price > 0 {
76 c := byte(price%10) + '0'
[all …]
/dports/textproc/minify/minify-2.9.22/vendor/github.com/tdewolff/parse/v2/strconv/
H A Dprice.go6 if price < 0 {
17 price = -price
24 price += 100
29 n := LenInt(price) - 2
51 c := byte(price%10) + '0'
52 price /= 10
59 price /= 100
62 if price == 0 {
69 for price > 0 {
76 c := byte(price%10) + '0'
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/parse/v2/strconv/
H A Dprice.go6 if price < 0 {
17 price = -price
24 price += 100
29 n := LenInt(price) - 2
51 c := byte(price%10) + '0'
52 price /= 10
59 price /= 100
62 if price == 0 {
69 for price > 0 {
76 c := byte(price%10) + '0'
[all …]
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/virt/
H A Dcreate_options.py91 for price in operating_system['prices']:
98 _get_price_data(price, 'recurringFee'),
121 for price in speed['prices']:
146 for price in extra['prices']:
172 for price in ram['prices']:
198 for price in database['prices']:
228 for price in guest_core['prices']:
254 for price in guest_disk['prices']:
266 def _get_price_data(price, item): argument
273 if item in price:
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/report/reports/standard/
H A Dportfolio.scm128 (price (car price-info))
129 (price-monetary (if price
159 (if price (gnc-price-unref price))
161 (begin (if price (gnc-price-unref price))
216 (let* ((price
219 (fn (if (and price (> (length price) 0))
224 (car price)
230 (if price (gnc-price-list-destroy price))
234 (let* ((price
237 (fn (if (and price (> (length price) 0))
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/linode/linodego/test/integration/fixtures/
H A DExampleListTypes_all.yaml20 1000, "class": "nanode", "price": {"hourly": 0.0075, "monthly": 5.0}, "vcpus":
21 1, "label": "Nanode 1GB", "network_out": 1000, "addons": {"backups": {"price":
23 "memory": 2048, "transfer": 2000, "class": "standard", "price": {"hourly": 0.015,
26 "g6-standard-2", "memory": 4096, "transfer": 4000, "class": "standard", "price":
30 "price": {"hourly": 0.06, "monthly": 40.0}, "vcpus": 4, "label": "Linode 8GB",
33 8000, "class": "standard", "price": {"hourly": 0.12, "monthly": 80.0}, "vcpus":
36 "memory": 32768, "transfer": 16000, "class": "standard", "price": {"hourly":
40 "standard", "price": {"hourly": 0.48, "monthly": 320.0}, "vcpus": 16, "label":
45 {"backups": {"price": {"hourly": 0.18, "monthly": 120.0}}}, "disk": 1966080},
55 {"backups": {"price": {"hourly": 0.0075, "monthly": 5.0}}}, "disk": 20480},
[all …]
H A DTestListTypes.yaml20 "addons": {"backups": {"price": {"hourly": 0.003, "monthly": 2.0}}}, "vcpus":
21 1, "price": {"hourly": 0.0075, "monthly": 5.0}, "disk": 25600, "transfer": 1000,
24 2.5}}}, "vcpus": 1, "price": {"hourly": 0.015, "monthly": 10.0}, "disk": 51200,
30 {"price": {"hourly": 0.015, "monthly": 10.0}}}, "vcpus": 4, "price": {"hourly":
33 16GB", "addons": {"backups": {"price": {"hourly": 0.03, "monthly": 20.0}}},
37 "monthly": 40.0}}}, "vcpus": 8, "price": {"hourly": 0.24, "monthly": 160.0},
40 {"backups": {"price": {"hourly": 0.12, "monthly": 80.0}}}, "vcpus": 16, "price":
46 131072, "label": "Linode 128GB", "addons": {"backups": {"price": {"hourly":
50 {"backups": {"price": {"hourly": 0.36, "monthly": 240.0}}}, "vcpus": 32, "price":
57 0.015, "monthly": 10.0}}}, "vcpus": 2, "price": {"hourly": 0.18, "monthly":
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/linode/linodego/fixtures/
H A DTestListTypes.yaml20 "addons": {"backups": {"price": {"hourly": 0.003, "monthly": 2.0}}}, "vcpus":
21 1, "price": {"hourly": 0.0075, "monthly": 5.0}, "disk": 25600, "transfer": 1000,
24 2.5}}}, "vcpus": 1, "price": {"hourly": 0.015, "monthly": 10.0}, "disk": 51200,
30 {"price": {"hourly": 0.015, "monthly": 10.0}}}, "vcpus": 4, "price": {"hourly":
33 16GB", "addons": {"backups": {"price": {"hourly": 0.03, "monthly": 20.0}}},
37 "monthly": 40.0}}}, "vcpus": 8, "price": {"hourly": 0.24, "monthly": 160.0},
40 {"backups": {"price": {"hourly": 0.12, "monthly": 80.0}}}, "vcpus": 16, "price":
46 131072, "label": "Linode 128GB", "addons": {"backups": {"price": {"hourly":
50 {"backups": {"price": {"hourly": 0.36, "monthly": 240.0}}}, "vcpus": 32, "price":
57 0.015, "monthly": 10.0}}}, "vcpus": 2, "price": {"hourly": 0.18, "monthly":
[all …]
H A DExampleListTypes_all.yaml20 1000, "class": "nanode", "price": {"hourly": 0.0075, "monthly": 5.0}, "vcpus":
21 1, "label": "Nanode 1GB", "network_out": 1000, "addons": {"backups": {"price":
23 "memory": 2048, "transfer": 2000, "class": "standard", "price": {"hourly": 0.015,
26 "g6-standard-2", "memory": 4096, "transfer": 4000, "class": "standard", "price":
30 "price": {"hourly": 0.06, "monthly": 40.0}, "vcpus": 4, "label": "Linode 8GB",
33 8000, "class": "standard", "price": {"hourly": 0.12, "monthly": 80.0}, "vcpus":
36 "memory": 32768, "transfer": 16000, "class": "standard", "price": {"hourly":
40 "standard", "price": {"hourly": 0.48, "monthly": 320.0}, "vcpus": 16, "label":
45 {"backups": {"price": {"hourly": 0.18, "monthly": 120.0}}}, "disk": 1966080},
55 {"backups": {"price": {"hourly": 0.0075, "monthly": 5.0}}}, "disk": 20480},
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/linode/linodego/test/integration/fixtures/
H A DTestListTypes.yaml20 "addons": {"backups": {"price": {"hourly": 0.003, "monthly": 2.0}}}, "vcpus":
21 1, "price": {"hourly": 0.0075, "monthly": 5.0}, "disk": 25600, "transfer": 1000,
24 2.5}}}, "vcpus": 1, "price": {"hourly": 0.015, "monthly": 10.0}, "disk": 51200,
30 {"price": {"hourly": 0.015, "monthly": 10.0}}}, "vcpus": 4, "price": {"hourly":
33 16GB", "addons": {"backups": {"price": {"hourly": 0.03, "monthly": 20.0}}},
37 "monthly": 40.0}}}, "vcpus": 8, "price": {"hourly": 0.24, "monthly": 160.0},
40 {"backups": {"price": {"hourly": 0.12, "monthly": 80.0}}}, "vcpus": 16, "price":
46 131072, "label": "Linode 128GB", "addons": {"backups": {"price": {"hourly":
50 {"backups": {"price": {"hourly": 0.36, "monthly": 240.0}}}, "vcpus": 32, "price":
57 0.015, "monthly": 10.0}}}, "vcpus": 2, "price": {"hourly": 0.18, "monthly":
[all …]
H A DExampleListTypes_all.yaml20 1000, "class": "nanode", "price": {"hourly": 0.0075, "monthly": 5.0}, "vcpus":
21 1, "label": "Nanode 1GB", "network_out": 1000, "addons": {"backups": {"price":
23 "memory": 2048, "transfer": 2000, "class": "standard", "price": {"hourly": 0.015,
26 "g6-standard-2", "memory": 4096, "transfer": 4000, "class": "standard", "price":
30 "price": {"hourly": 0.06, "monthly": 40.0}, "vcpus": 4, "label": "Linode 8GB",
33 8000, "class": "standard", "price": {"hourly": 0.12, "monthly": 80.0}, "vcpus":
36 "memory": 32768, "transfer": 16000, "class": "standard", "price": {"hourly":
40 "standard", "price": {"hourly": 0.48, "monthly": 320.0}, "vcpus": 16, "label":
45 {"backups": {"price": {"hourly": 0.18, "monthly": 120.0}}}, "disk": 1966080},
55 {"backups": {"price": {"hourly": 0.0075, "monthly": 5.0}}}, "disk": 20480},
[all …]
/dports/finance/R-cran-TTR/TTR/R/
H A DVHF.R52 function(price, n=28) { argument
56 price <- try.xts(price, error=as.matrix)
59 if(NCOL(price)==1) {
60 high <- price
61 low <- price
62 close <- price
66 if(NCOL(price)==3) {
67 high <- price[,1]
68 low <- price[,2]
69 close <- price[,3]
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/ajax/
H A Dprice.php53 $price = ''; variable
57 $price = price2num($amount * (1 + ($tva_tx / 100)), 'MU'); variable
59 $return['price_ttc'] = (isset($price) && $price != '' ? price($price) : '');
61 $price = price2num($amount / (1 + ($tva_tx / 100)), 'MU'); variable
62 $return['price_ht'] = (isset($price) && $price != '' ? price($price) : '');
63 $return['price_ttc'] = ($tva_tx == 0 ? $price : $amount);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/ajax/
H A Dprice.php46 $price = ''; variable
51 $price = price2num($amount * (1 + ($tva_tx / 100)), 'MU'); variable
53 $return['price_ttc'] = (isset($price) && $price != '' ? price($price) : '');
55 $price = price2num($amount / (1 + ($tva_tx / 100)), 'MU'); variable
56 $return['price_ht'] = (isset($price) && $price != '' ? price($price) : '');
57 $return['price_ttc'] = ($tva_tx == 0 ? $price : $amount);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/
H A DPriceModelObject.java21 private double price; field in PriceModelObject
24 return price; in getDouble()
29 double oldValue = price; in setPrice()
30 price = aPrice; in setPrice()
33 firePropertyChange("price",Double.valueOf(oldValue), Double.valueOf(price)); in setPrice()
37 return price; in getPrice()
41 return (int) (100*price - 100*Math.floor(price)); in getCents()
47 price = getDollars() + cents *.01; in setCents()
49 firePropertyChange("price", Double.valueOf(oldPrice), Double.valueOf(price)); in setCents()
53 return Double.valueOf(price).intValue(); in getDollars()
[all …]

12345678910>>...433