/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/ |
H A D | function.payment.php | 69 $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 D | fx_dialog.py | 105 … 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 D | get_config_for_js.php | 76 … 'cost' => helper::get_rounded_cost($payable->get_amount(), $payable->get_currency(), $surcharge), 77 'currency' => $payable->get_currency(),
|
H A D | transaction_complete.php | 80 $currency = $payable->get_currency();
|
/dports/www/moodle311/moodle/payment/gateway/paypal/classes/external/ |
H A D | get_config_for_js.php | 76 … 'cost' => helper::get_rounded_cost($payable->get_amount(), $payable->get_currency(), $surcharge), 77 'currency' => $payable->get_currency(),
|
H A D | transaction_complete.php | 80 $currency = $payable->get_currency();
|
/dports/www/moodle310/moodle/payment/classes/local/entities/ |
H A D | payable.php | 58 public function get_currency(): string { function in core_payment\\local\\entities\\payable
|
/dports/www/moodle311/moodle/payment/classes/local/entities/ |
H A D | payable.php | 58 public function get_currency(): string { function in core_payment\\local\\entities\\payable
|
/dports/www/moodle310/moodle/payment/classes/external/ |
H A D | get_available_gateways.php | 73 $currency = $payable->get_currency();
|
/dports/www/moodle311/moodle/payment/classes/external/ |
H A D | get_available_gateways.php | 73 $currency = $payable->get_currency();
|
/dports/math/gnome-calculator/gnome-calculator-41.1/lib/ |
H A D | currency-provider.vala | 81 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 D | currency.vala | 154 public Currency? get_currency (string name) 173 var c = get_currency (currency);
|
/dports/www/py-weboob/weboob-2.0/weboob/capabilities/ |
H A D | shop.py | 98 def get_currency(self): member in CapShop
|
/dports/www/tikiwiki/tiki-21.2/lib/payment/ |
H A D | cclitelib.php | 67 public function get_currency($reg = '') function in CCLiteLib 211 $currency = $this->get_currency($registry);
|
/dports/www/moodle310/moodle/payment/classes/ |
H A D | helper.php | 78 $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 D | gnucash.c | 54 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 D | helper.php | 78 $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 D | service_provider_test.php | 63 $this->assertEquals('USD', $payable->get_currency());
|
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/ |
H A D | wikiplugin_trade.php | 120 $params['currency'] = $cclitelib->get_currency($params['registry']);
|
/dports/finance/frontaccounting/frontaccounting/gl/manage/ |
H A D | currencies.php | 190 $myrow = get_currency($selected_id);
|
/dports/finance/frontaccounting/frontaccounting/gl/includes/db/ |
H A D | gl_db_currencies.inc | 53 function get_currency($curr_code)
|
/dports/finance/frontaccounting/frontaccounting/admin/ |
H A D | company_preferences.php | 192 $curr = get_currency($_POST['curr_default']);
|
/dports/finance/frontaccounting/frontaccounting/reporting/ |
H A D | rep104.php | 90 $curr = get_currency($currency);
|
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/lpOD/ |
H A D | Field.pm | 104 sub get_currency subroutine
|
/dports/math/gnome-calculator/gnome-calculator-41.1/tests/ |
H A D | test-currency-providers.vala | 41 var result_currency = currency_manager.get_currency (currency_str);
|