Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/passwords/
H A Dsyntax.php22 private $amount = 4; variable in syntax_plugin_passwords
186 return $this->amount;
192 * @param int $amount
194 private function setAmount($amount) { argument
195 $amount = (int) $amount;
196 if($amount > 0) {
197 $this->amount = $amount;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DMultilineGroupsFormat.php12 private $amount; variable in JMS\\Serializer\\Tests\\Fixtures\\MultilineGroupsFormat
19 public function __construct($amount, $currency) argument
21 $this->amount = (int) $amount;
27 return $this->amount;
H A DGroupsTrim.php12 private $amount; variable in JMS\\Serializer\\Tests\\Fixtures\\GroupsTrim
19 public function __construct($amount, $currency) argument
21 $this->amount = (int) $amount;
27 return $this->amount;
H A DCurrencyAwarePrice.php22 private $amount; variable in JMS\\Serializer\\Tests\\Fixtures\\CurrencyAwarePrice
24 public function __construct($amount, $currency = 'EUR') argument
27 $this->amount = $amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DPrice.php25 public $amount; variable in Google\\Service\\ManufacturerCenter\\Price
34 public function setAmount($amount) argument
36 $this->amount = $amount;
43 return $this->amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeSaleInfoRetailPrice.php22 public $amount; variable in Google\\Service\\Books\\VolumeSaleInfoRetailPrice
28 public function setAmount($amount) argument
30 $this->amount = $amount;
34 return $this->amount;
H A DVolumeSaleInfoListPrice.php22 public $amount; variable in Google\\Service\\Books\\VolumeSaleInfoListPrice
28 public function setAmount($amount) argument
30 $this->amount = $amount;
34 return $this->amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DResourceCommitment.php29 public $amount; variable in Google\\Service\\Compute\\ResourceCommitment
52 public function setAmount($amount) argument
54 $this->amount = $amount;
61 return $this->amount;
H A DLicenseResourceCommitment.php25 public $amount; variable in Google\\Service\\Compute\\LicenseResourceCommitment
38 public function setAmount($amount) argument
40 $this->amount = $amount;
47 return $this->amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DPayment.php25 public $amount; variable in Google\\Service\\Adsense\\Payment
36 public function setAmount($amount) argument
38 $this->amount = $amount;
45 return $this->amount;
/plugin/photogallery/phpThumb/
H A Dphpthumb.unsharp.php46 public static function applyUnsharpMask(&$img, $amount, $radius, $threshold) { argument
52 $amount = min($amount, 500) * 0.016;
113 …$rNew = ((abs($rOrig - $rBlur) >= $threshold) ? max(0, min(255, ($amount * ($rOrig - $rBlur)) + $r…
114 …$gNew = ((abs($gOrig - $gBlur) >= $threshold) ? max(0, min(255, ($amount * ($gOrig - $gBlur)) + $g…
115 …$bNew = ((abs($bOrig - $bBlur) >= $threshold) ? max(0, min(255, ($amount * ($bOrig - $bBlur)) + $b…
137 $rNew = min(255, max(0, ($amount * ($rOrig - $rBlur)) + $rOrig));
138 $gNew = min(255, max(0, ($amount * ($gOrig - $gBlur)) + $gOrig));
139 $bNew = min(255, max(0, ($amount * ($bOrig - $bBlur)) + $bOrig));
/plugin/tablelayout/script/
H A Dedittable_plugin.js40 handsontable_config.beforeRemoveCol = function (index, amount) { argument
42 originalBeforeRemoveCol.call(this, index, amount);
44 layout.colwidth.splice(index, amount);
49 handsontable_config.afterRemoveCol = function (index, amount) { argument
51 originalAfterRemoveCol.call(this, index, amount);
57 handsontable_config.afterCreateCol = function (index, amount) { argument
59 originalAfterCreateCol.call(this, index, amount);
/plugin/avbarchart/
H A Dsyntax.php92 $amount = $inColumn[1] ?? 0;
95 $amount = floatval($amount);
102 if ($amount >= 0) {
103 $height = round(($amount/$maxRange*$this->maxPxHeight));
104 …:center;' align='center'><span style='font-size:".$this->fontSize.";'>".$amount."</span><br clear=…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DInstallment.php32 public function setAmount(Price $amount) argument
34 $this->amount = $amount;
41 return $this->amount;
H A DOrderLineItemProductFee.php32 public function setAmount(Price $amount) argument
34 $this->amount = $amount;
41 return $this->amount;
H A DOrdersCustomBatchRequestEntryRefundItemShipping.php32 public function setAmount(Price $amount) argument
34 $this->amount = $amount;
41 return $this->amount;
H A DProductSubscriptionCost.php36 public function setAmount(Price $amount) argument
38 $this->amount = $amount;
45 return $this->amount;
H A DOrdersRefundOrderRequest.php44 public function setAmount(MonetaryAmount $amount) argument
46 $this->amount = $amount;
53 return $this->amount;
H A DOrdersCustomBatchRequestEntryRefundItemItem.php44 public function setAmount(MonetaryAmount $amount) argument
46 $this->amount = $amount;
53 return $this->amount;
H A DOrderRefund.php58 public function setAmount(Price $amount) argument
60 $this->amount = $amount;
67 return $this->amount;
H A DSettlementTransaction.php36 public function setAmount(SettlementTransactionAmount $amount) argument
38 $this->amount = $amount;
45 return $this->amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DPrice.php32 public function setAmount(Money $amount) argument
34 $this->amount = $amount;
41 return $this->amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DPrice.php32 public function setAmount(Money $amount) argument
34 $this->amount = $amount;
41 return $this->amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationEntry.php43 public function setAmount(Money $amount) argument
45 $this->amount = $amount;
52 return $this->amount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleCloudBillingBudgetsV1Budget.php47 public function setAmount(GoogleCloudBillingBudgetsV1BudgetAmount $amount) argument
49 $this->amount = $amount;
56 return $this->amount;

123456