Searched refs:currentCulture (Results 1 – 4 of 4) sorted by relevance
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 12275 currentCulture = 'en-US', 12436 … output = formatCurrency(n, cultures[currentCulture].currency.symbol, format, roundingFunction); 12465 if (cultures[currentCulture].delimiters.decimal !== '.') { 12466 … string = string.replace(/\./g, '').replace(cultures[currentCulture].delimiters.decimal, '.'); 12470 … thousandRegExp = new RegExp('[^a-zA-Z]' + cultures[currentCulture].abbreviations.thousand + 12471 '(?:\\)|(\\' + cultures[currentCulture].currency.symbol + ')?(?:\\))?)?$'); 12472 … millionRegExp = new RegExp('[^a-zA-Z]' + cultures[currentCulture].abbreviations.million + 12473 '(?:\\)|(\\' + cultures[currentCulture].currency.symbol + ')?(?:\\))?)?$'); 12474 … billionRegExp = new RegExp('[^a-zA-Z]' + cultures[currentCulture].abbreviations.billion + 12475 '(?:\\)|(\\' + cultures[currentCulture].currency.symbol + ')?(?:\\))?)?$'); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …currentCulture='en-US',zeroFormat=null,defaultFormat='0,0',defaultCurrencyFormat='0$',hasModule=(t…
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | bridge.min.js | 8 …)},getCurrentCulture:function(){return this.currentCulture},setCurrentCulture:function(n){this.cur…
|
| /plugin/diagramsnet/lib/js/ |
| D | orgchart.min.js | 8 …)},getCurrentCulture:function(){return this.currentCulture},setCurrentCulture:function(n){this.cur…
|