Home
last modified time | relevance | path

Searched refs:get_currency (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dfunction.payment.php69 $info['currency'] = $cclitelib->get_currency($params['registry']);
71 if ($info['currency'] != substr($cclitelib->get_currency($params['registry']), 0, 3)) {
75 $cclitelib->get_currency($params['registry'])
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dfx_dialog.py105 … exchanges = sorted(self.fx.get_exchanges_by_ccy(self.fx.get_currency(), self.has_history_rates))
126 my_ccy = self.fx.get_currency() if self.fx.is_enabled() else _('None')
140 if ccy != self.fx.get_currency():
/dports/www/moodle310/moodle/payment/gateway/paypal/classes/external/
H A Dget_config_for_js.php76 … 'cost' => helper::get_rounded_cost($payable->get_amount(), $payable->get_currency(), $surcharge),
77 'currency' => $payable->get_currency(),
H A Dtransaction_complete.php80 $currency = $payable->get_currency();
/dports/www/moodle311/moodle/payment/gateway/paypal/classes/external/
H A Dget_config_for_js.php76 … 'cost' => helper::get_rounded_cost($payable->get_amount(), $payable->get_currency(), $surcharge),
77 'currency' => $payable->get_currency(),
H A Dtransaction_complete.php80 $currency = $payable->get_currency();
/dports/www/moodle310/moodle/payment/classes/local/entities/
H A Dpayable.php58 public function get_currency(): string { function in core_payment\\local\\entities\\payable
/dports/www/moodle311/moodle/payment/classes/local/entities/
H A Dpayable.php58 public function get_currency(): string { function in core_payment\\local\\entities\\payable
/dports/www/moodle310/moodle/payment/classes/external/
H A Dget_available_gateways.php73 $currency = $payable->get_currency();
/dports/www/moodle311/moodle/payment/classes/external/
H A Dget_available_gateways.php73 $currency = $payable->get_currency();
/dports/math/gnome-calculator/gnome-calculator-41.1/lib/
H A Dcurrency-provider.vala81 protected Currency? get_currency (string name)
83 return currency_manager.get_currency (name);
285 var c = get_currency (symbol);
383 var eur_rate = get_currency ("EUR");
449 if (name != null && value != null && get_currency (name) == null)
H A Dcurrency.vala154 public Currency? get_currency (string name)
173 var c = get_currency (currency);
/dports/www/py-weboob/weboob-2.0/weboob/capabilities/
H A Dshop.py98 def get_currency(self): member in CapShop
/dports/www/tikiwiki/tiki-21.2/lib/payment/
H A Dcclitelib.php67 public function get_currency($reg = '') function in CCLiteLib
211 $currency = $this->get_currency($registry);
/dports/www/moodle310/moodle/payment/classes/
H A Dhelper.php78 $currency = $payable->get_currency();
162 … 'data-cost' => static::get_cost_as_string($payable->get_amount(), $payable->get_currency()),
/dports/finance/grisbi/grisbi-2.0.5/src/plugins/gnucash/
H A Dgnucash.c54 static gchar * get_currency ( xmlNodePtr currency_node );
229 compte -> devise = get_currency ( get_child(compte_node, "commodity") ); in recuperation_donnees_gnucash_compte()
428 gchar * get_currency ( xmlNodePtr currency_node ) in get_currency() function
/dports/www/moodle311/moodle/payment/classes/
H A Dhelper.php78 $currency = $payable->get_currency();
163 … 'data-cost' => static::get_cost_as_string($payable->get_amount(), $payable->get_currency()),
/dports/www/moodle311/moodle/enrol/fee/tests/payment/
H A Dservice_provider_test.php63 $this->assertEquals('USD', $payable->get_currency());
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_trade.php120 $params['currency'] = $cclitelib->get_currency($params['registry']);
/dports/finance/frontaccounting/frontaccounting/gl/manage/
H A Dcurrencies.php190 $myrow = get_currency($selected_id);
/dports/finance/frontaccounting/frontaccounting/gl/includes/db/
H A Dgl_db_currencies.inc53 function get_currency($curr_code)
/dports/finance/frontaccounting/frontaccounting/admin/
H A Dcompany_preferences.php192 $curr = get_currency($_POST['curr_default']);
/dports/finance/frontaccounting/frontaccounting/reporting/
H A Drep104.php90 $curr = get_currency($currency);
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/lpOD/
H A DField.pm104 sub get_currency subroutine
/dports/math/gnome-calculator/gnome-calculator-41.1/tests/
H A Dtest-currency-providers.vala41 var result_currency = currency_manager.get_currency (currency_str);

12