Home
last modified time | relevance | path

Searched refs:decimals (Results 1 – 17 of 17) sorted by relevance

/plugin/const/
H A Dclass.evalmath.php1069 * @param int $decimals Optional. Number of decimals after the comma after the rounding.
1072 public static function round( $value, $decimals = 0 ) { argument
1073 return round( $value, $decimals );
1084 …* @param int $decimals Optional. Number of decimals after the decimal separator after the r…
1087 public static function number_format( $value, $decimals = 0 ) { argument
1088 return number_format( $value, $decimals, '.', ',' );
1099 …* @param int $decimals Optional. Number of decimals after the decimal separator after the r…
1102 public static function number_format_eu( $value, $decimals = 0 ) { argument
1103 return number_format( $value, $decimals, ',', ' ' );
/plugin/podcast/
H A Dhelper.php85 function gethumanfilesize( $bytes, $decimals = 2 ) { argument
88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
/plugin/pot/
H A Dsyntax.php131 $decimals = $mycargo[$potid]['settings']['decimals'];
142 $result = number_format($result,$decimals,$sepdec,$sepmil);
H A DREADME.md57 <pot currency=$ | decimals=2 > 5 + 10 </pot>
74 | decimals | | (0) how many numbers after the decimal point | |
82 | sepdec | | (.) | the sign which separates the decimals (0,00) |
92 …<pot set=1 | potid=example | decimals=2 | currency=€ | sepdec=, | sepmil=. | display=none > 1100.0…
116 …ue" to see more), this might give different results (e.g. because of the amount of decimals used ).
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php449 function BitrateText($bitrate, $decimals=0, $vbr=false) { argument
450 …trate).($vbr ? '; font-weight: bold;' : '').'">'.number_format($bitrate, $decimals).' kbps</span>';
H A Ddemo.mysqli.php84 function BitrateText($bitrate, $decimals=0) { argument
85 …return '<span style="color: #'.BitrateColor($bitrate).'">'.number_format($bitrate, $decimals).' kb…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D47.47.js.map1 …next: '@pop' }]\n ],\n // Recognize positives, negatives, decimals, imaginaries, and…
H A D46.46.js.map1 … [/\"/, 'string']\n ],\n // Recognize hex, negatives, decimals, imaginaries, lon…
H A D7.7.js.map1 …mm/yyyy',\n 'ddmmyy',\n 'deallocate',\n 'decimal_shift',\n 'decimals',\n 'declarati…
H A Dbundle.js.map1 …e cursor\n // Cannot compare cursorY directly as it may be a few decimals off due to zooomi…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml188 Floats are represented by numbers with decimals,
/plugin/pgn4web/pgn4web/
H A DREADME.txt249 - delay = refresh interval in minutes, decimals allowed (default 1)
299 - refreshMinutes = refresh interval in minutes, decimals allowed (default 1)
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md652 - embedded fonts: Panose string incorrectly output as decimals - changed to hexadecimal
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/jmol2/jmol/
H A DCHANGES.txt4149 # bug fix for decimals not represented properly in error messages
/plugin/ol3/
H A Dscript.js8 …e?t.clone():t).transform(e?i:o,e?o:i):t,e&&r&&void 0!==r.decimals){var a=Math.pow(10,r.decimals);n…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …ight * 100) / 100,\n };\n // 1in == 25.4mm; no need to round to 2 decimals for millimeters.\…