Home
last modified time | relevance | path

Searched refs:currency (Results 1 – 25 of 65) sorted by relevance

123

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DMultilineGroupsFormat.php17 private $currency; variable in JMS\\Serializer\\Tests\\Fixtures\\MultilineGroupsFormat
19 public function __construct($amount, $currency) argument
22 $this->currency = $currency;
32 return $this->currency;
H A DGroupsTrim.php17 private $currency; variable in JMS\\Serializer\\Tests\\Fixtures\\GroupsTrim
19 public function __construct($amount, $currency) argument
22 $this->currency = $currency;
32 return $this->currency;
H A DCurrencyAwarePrice.php16 private $currency; variable in JMS\\Serializer\\Tests\\Fixtures\\CurrencyAwarePrice
24 public function __construct($amount, $currency = 'EUR') argument
26 $this->currency = $currency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DPrice.php29 public $currency; variable in Google\\Service\\ManufacturerCenter\\Price
48 public function setCurrency($currency) argument
50 $this->currency = $currency;
57 return $this->currency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPrice.php25 public $currency; variable in Google\\Service\\ShoppingContent\\Price
34 public function setCurrency($currency) argument
36 $this->currency = $currency;
43 return $this->currency;
H A DPriceAmount.php25 public $currency; variable in Google\\Service\\ShoppingContent\\PriceAmount
34 public function setCurrency($currency) argument
36 $this->currency = $currency;
43 return $this->currency;
H A DService.php30 public $currency; variable in Google\\Service\\ShoppingContent\\Service
75 public function setCurrency($currency) argument
77 $this->currency = $currency;
84 return $this->currency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DPrice.php25 public $currency; variable in Google\\Service\\AndroidPublisher\\Price
34 public function setCurrency($currency) argument
36 $this->currency = $currency;
43 return $this->currency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DReportHeaders.php25 public $currency; variable in Google\\Service\\AdSenseHost\\ReportHeaders
38 public function setCurrency($currency) argument
40 $this->currency = $currency;
47 return $this->currency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveChatFanFundingEventDetails.php33 public $currency; variable in Google\\Service\\YouTube\\LiveChatFanFundingEventDetails
70 public function setCurrency($currency) argument
72 $this->currency = $currency;
79 return $this->currency;
H A DLiveChatSuperChatDetails.php33 public $currency; variable in Google\\Service\\YouTube\\LiveChatSuperChatDetails
74 public function setCurrency($currency) argument
76 $this->currency = $currency;
83 return $this->currency;
H A DLiveChatSuperStickerDetails.php33 public $currency; variable in Google\\Service\\YouTube\\LiveChatSuperStickerDetails
72 public function setCurrency($currency) argument
74 $this->currency = $currency;
81 return $this->currency;
H A DSuperChatEventSnippet.php41 public $currency; variable in Google\\Service\\YouTube\\SuperChatEventSnippet
118 public function setCurrency($currency) argument
120 $this->currency = $currency;
127 return $this->currency;
/plugin/onlineordering/
H A Dtemplate_en.txt18 Ticket price: {price} {currency}<br />
20 Porto: {porto} {currency}<br />
22 Total price: {total_price} {currency}<br />
25 Please transfer {total_price} {currency} to the following bank account:<br />
H A Dsyntax.php202 if ( !isset( $data['currency'] ) ) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfile.php39 public $currency; variable in Google\\Service\\Analytics\\Profile
180 public function setCurrency($currency) argument
182 $this->currency = $currency;
189 return $this->currency;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst95 * 'currency': `NumberFormatter::CURRENCY`_
108 * 'currency': `NumberFormatter::TYPE_CURRENCY`_
116 Use the ``localizedcurrency`` filter to format a currency value into a localized string.
130 * ``currency``: The 3-letter ISO 4217 currency code indicating the currency to use.
150 …RRENCY`: http://php.net/manual/en/class.numberformatter.php#numberformatter.constants.currency
160 …RRENCY`: http://php.net/manual/en/class.numberformatter.php#numberformatter.constants.type-currency
H A Dindex.rst33 * :doc:`Intl <intl>`: Adds a filter for localization of ``DateTime`` objects, numbers and currency;
/plugin/pot/
H A Dsyntax.php139 $currency = preg_replace('/_/','',$mycargo[$potid]['settings']['currency']);
151 $renderer->doc .= "<span class='pot_error' >".$currency."&nbsp;</span>";
166 $renderer->doc .= "<span class='pot_error' >&nbsp;".$currency."</span>";
H A DREADME.md57 <pot currency=$ | decimals=2 > 5 + 10 </pot>
75 | currency | | () symbols ( €,$,...) or letters ( EUR, DOL,..) | |
76 | | | you can use _ to place the currency before or after the value: eg. "_ €" is repla…
92 …<pot set=1 | potid=example | decimals=2 | currency=€ | sepdec=, | sepmil=. | display=none > 1100.0…
/plugin/gil/
H A DREADME3 * Introduces a notation for currency conversions
11 Gil introduces a syntax mode to present currency conversion:
/plugin/bez/meta/
H A DTpl.php111 $currency = $this->action->getConf('currency');
112 if ($currency != '') {
113 $str .= " ($currency)";
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php98 function twig_localized_currency_filter($number, $currency = null, $locale = null) argument
102 return $formatter->formatCurrency($number, $currency);
/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php699 public $currency; variable in Google_ReportHeaders
702 public function setCurrency( $currency) { argument
703 $this->currency = $currency;
706 return $this->currency;
H A DGoogle_AdsensehostService.php1297 public $currency; variable in Google_ReportHeaders
1300 public function setCurrency( $currency) { argument
1301 $this->currency = $currency;
1304 return $this->currency;

123