Home
last modified time | relevance | path

Searched refs:thousands_sep (Results 1 – 2 of 2) sorted by relevance

/plugin/structprogress/types/
H A DProgress.php102 * @param string $thousands_sep
105 protected function formatWithoutRounding($number, $dec_point, $thousands_sep) argument
110 $out = number_format(abs(floatval($tmp[0])), 0, $dec_point, $thousands_sep);
/plugin/struct/types/
H A DDecimal.php126 * @param string $thousands_sep
129 protected function formatWithoutRounding($number, $dec_point, $thousands_sep) argument
134 $out = number_format(abs((float) $tmp[0]), 0, $dec_point, $thousands_sep);