Home
last modified time | relevance | path

Searched refs:decimalPoint (Results 126 – 129 of 129) sorted by path

123456

/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/
H A Dvi.js10 …8:"Phím 8",numpad9:"Phím 9",multiply:"Nhân",add:"Thêm",subtract:"Trừ",decimalPoint:"Điểm số thập p…
H A Dzh-cn.js8 …8:"小键盘 8 键",numpad9:"小键盘 9 键",multiply:"星号键",add:"加号键",subtract:"减号键",decimalPoint:"小数点键",divide:"…
H A Dzh.js8 …d8:"Numpad 8",numpad9:"Numpad 9",multiply:"乘號",add:"新增",subtract:"減號",decimalPoint:"小數點",divide:"除…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php121 * @param string $decimalPoint the character(s) to use for the decimal point
124 public function setNumberFormat($decimal, $decimalPoint, $thousandSep) argument
126 $this->numberFormat = [$decimal, $decimalPoint, $thousandSep];
555 * @param string $decimalPoint the character(s) to use for the decimal point
560 function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null… argument
567 if (null === $decimalPoint) {
568 $decimalPoint = $defaults[1];
575 return number_format((float) $number, $decimal, $decimalPoint, $thousandSep);

123456