Home
last modified time | relevance | path

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

/plugin/const/
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/
Dhelper.php85 function gethumanfilesize( $bytes, $decimals = 2 ) { argument
88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
/plugin/pot/
Dsyntax.php131 $decimals = $mycargo[$potid]['settings']['decimals'];
142 $result = number_format($result,$decimals,$sepdec,$sepmil);
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/
Ddemo.browse.php449 function BitrateText($bitrate, $decimals=0, $vbr=false) { argument
450 …trate).($vbr ? '; font-weight: bold;' : '').'">'.number_format($bitrate, $decimals).' kbps</span>';
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/
D47.47.js.map1 …next: '@pop' }]\n ],\n // Recognize positives, negatives, decimals, imaginaries, and…
D46.46.js.map1 … [/\"/, 'string']\n ],\n // Recognize hex, negatives, decimals, imaginaries, lon…
D7.7.js.map1 …mm/yyyy',\n 'ddmmyy',\n 'deallocate',\n 'decimal_shift',\n 'decimals',\n 'declarati…
Dbundle.js.map1 …e cursor\n // Cannot compare cursorY directly as it may be a few decimals off due to zooomi…
/plugin/pgn4web/pgn4web/
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/
DCHANGELOG.md652 - embedded fonts: Panose string incorrectly output as decimals - changed to hexadecimal
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/dist/
Dsource-map.min.js.map1decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binar…
/plugin/asciidocjs/node_modules/source-map/dist/
Dsource-map.min.js.map1decimals:\n\t * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)\n\t * 2 becomes 4 (100 binar…
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js5367 var digits = Math.max(0, decimals(left), decimals(right));
5373 function decimals(operand) { function
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs5416 * function formatBytes(bytes, decimals = 2) {
5473 * function formatBytes(bytes, decimals = 2) {
/plugin/openlayersmap/ol/
Dol.js.map1decimals The maximum number of decimal digits.\n * @return {number} The input number with a limite…
/plugin/jmol2/jmol/
DCHANGES.txt4149 # bug fix for decimals not represented properly in error messages
/plugin/ol3/
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/
Dviewer.js.map1 …ight * 100) / 100,\n };\n // 1in == 25.4mm; no need to round to 2 decimals for millimeters.\…