/plugin/const/ |
H A 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/ |
H A D | helper.php | 85 function gethumanfilesize( $bytes, $decimals = 2 ) { argument 88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
|
/plugin/pot/ |
H A D | syntax.php | 131 $decimals = $mycargo[$potid]['settings']['decimals']; 142 $result = number_format($result,$decimals,$sepdec,$sepmil);
|
H A 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/ |
H A 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>';
|
H A 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/ |
H A D | 47.47.js.map | 1 …next: '@pop' }]\n ],\n // Recognize positives, negatives, decimals, imaginaries, and…
|
H A D | 46.46.js.map | 1 … [/\"/, 'string']\n ],\n // Recognize hex, negatives, decimals, imaginaries, lon…
|
H A D | 7.7.js.map | 1 …mm/yyyy',\n 'ddmmyy',\n 'deallocate',\n 'decimal_shift',\n 'decimals',\n 'declarati…
|
H A D | bundle.js.map | 1 …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 D | YtsTypeTransfers.yml | 188 Floats are represented by numbers with decimals,
|
/plugin/pgn4web/pgn4web/ |
H A 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/ |
H A D | CHANGELOG.md | 652 - embedded fonts: Panose string incorrectly output as decimals - changed to hexadecimal
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 4149 # bug fix for decimals not represented properly in error messages
|
/plugin/ol3/ |
H A 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/ |
H A D | viewer.js.map | 1 …ight * 100) / 100,\n };\n // 1in == 25.4mm; no need to round to 2 decimals for millimeters.\…
|