| /plugin/const/ |
| D | class.evalmath.php | 1069 * @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/ |
| D | helper.php | 85 function gethumanfilesize( $bytes, $decimals = 2 ) { argument 88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
|
| /plugin/pot/ |
| D | syntax.php | 131 $decimals = $mycargo[$potid]['settings']['decimals']; 142 $result = number_format($result,$decimals,$sepdec,$sepmil);
|
| D | README.md | 57 <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/ |
| D | demo.browse.php | 449 function BitrateText($bitrate, $decimals=0, $vbr=false) { argument 450 …trate).($vbr ? '; font-weight: bold;' : '').'">'.number_format($bitrate, $decimals).' kbps</span>';
|
| D | demo.mysqli.php | 84 function BitrateText($bitrate, $decimals=0) { argument 85 …return '<span style="color: #'.BitrateColor($bitrate).'">'.number_format($bitrate, $decimals).' kb…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 47.47.js.map | 1 …next: '@pop' }]\n ],\n // Recognize positives, negatives, decimals, imaginaries, and…
|
| D | 46.46.js.map | 1 … [/\"/, 'string']\n ],\n // Recognize hex, negatives, decimals, imaginaries, lon…
|
| D | 7.7.js.map | 1 …mm/yyyy',\n 'ddmmyy',\n 'deallocate',\n 'decimal_shift',\n 'decimals',\n 'declarati…
|
| D | bundle.js.map | 1 …e cursor\n // Cannot compare cursorY directly as it may be a few decimals off due to zooomi…
|
| /plugin/pgn4web/pgn4web/ |
| D | README.txt | 249 - delay = refresh interval in minutes, decimals allowed (default 1) 299 - refreshMinutes = refresh interval in minutes, decimals allowed (default 1)
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | CHANGELOG.md | 652 - embedded fonts: Panose string incorrectly output as decimals - changed to hexadecimal
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/dist/ |
| D | source-map.min.js.map | 1 …decimals:\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/ |
| D | source-map.min.js.map | 1 …decimals:\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/ |
| D | compress.js | 5367 var digits = Math.max(0, decimals(left), decimals(right)); 5373 function decimals(operand) { function
|
| /plugin/asciidocjs/node_modules/async/dist/ |
| D | async.mjs | 5416 * function formatBytes(bytes, decimals = 2) { 5473 * function formatBytes(bytes, decimals = 2) {
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …decimals The maximum number of decimal digits.\n * @return {number} The input number with a limite…
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 4149 # bug fix for decimals not represented properly in error messages
|
| /plugin/ol3/ |
| D | script.js | 8 …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/ |
| D | viewer.js.map | 1 …ight * 100) / 100,\n };\n // 1in == 25.4mm; no need to round to 2 decimals for millimeters.\…
|