Searched refs:formatCurrency (Results 1 – 3 of 3) sorted by relevance
| /plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
| D | Intl.php | 102 return $formatter->formatCurrency($number, $currency);
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 12436 … output = formatCurrency(n, cultures[currentCulture].currency.symbol, format, roundingFunction); 12513 function formatCurrency(n, currencySymbol, originalFormat, roundingFunction) { 12608 return formatCurrency(n, foreignCurrencySymbol, originalFormat, roundingFunction); 13406 formatCurrency: function(inputString, roundingFunction) { method 13407 return formatCurrency(this,
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …formatCurrency(n,cultures[currentCulture].currency.symbol,format,roundingFunction);}else if(escape…
|