Home
last modified time | relevance | path

Searched refs:number_format (Results 1 – 25 of 41) sorted by path

12

/plugin/calc/
H A Dsyntax.php143 $out=number_format($tmp[0], 0, $this->getLang('calc_sepdec'), $this->getLang('calc_sepmil'));
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …an is_infinite bindec hexdec octdec decbin decoct dechex base_convert number_format fmod ip2long l…
/plugin/const/
H A Dclass.evalmath.php1087 public static function number_format( $value, $decimals = 0 ) { function in EvalMath_Functions
1088 return number_format( $value, $decimals, '.', ',' );
1103 return number_format( $value, $decimals, ',', ' ' );
/plugin/data-graph/
H A Dsyntax.php193 …print("|" . $line["k"] . "| ". number_format($line["s"], $format) . $metrics ." | " . num…
200 …print("| (SUM) **all systems** | " . $sum . $metrics . " | " . number_format(($sum / $system…
/plugin/datagraph/
H A Dsyntax.php193 …print("|" . $line["k"] . "| ". number_format($line["s"], $format) . $metrics ." | " . num…
200 …print("| (SUM) **all systems** | " . $sum . $metrics . " | " . number_format(($sum / $system…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php9526 $this->logger->debug(sprintf('Peak Memory usage %s MB', number_format(memory_get_peak_usage(true) / (1024 * 1024), 2)), ['context' => LogContext::STATISTICS]);
9527 $this->logger->debug(sprintf('PDF file size %s kB', number_format(strlen($this->buffer) / 1024)), ['context' => LogContext::STATISTICS]);
/plugin/farm/
H A Dadmin.php192 return number_format($s, ($s >= 100 || $e == '') ? 0 : 1).$e.$this->getLang('size_unit');
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG652 * added a number_format filter
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst25 number_format
H A Dnumber_format.rst1 ``number_format``
5 The ``number_format`` filter was added in Twig 1.5
7 The ``number_format`` filter formats numbers. It is a wrapper around PHP's
8 `number_format`_ function:
12 {{ 200.35|number_format }}
19 {{ 9800.333|number_format(2, '.', ',') }}
26 {{ -9800.333|number_format(2, '.', ',') }} {# outputs : -9 #}
27 {{ (-9800.333)|number_format(2, '.', ',') }} {# outputs : -9,800.33 #}
46 The defaults set for ``number_format`` can be over-ridden upon each call using the
56 .. _`number_format`: https://secure.php.net/number_format target
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php575 return number_format((float) $number, $decimal, $decimalPoint, $thousandSep);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnumber_format.test2 "number_format" filter
4 {{ 20|number_format }}
5 {{ 20.25|number_format }}
6 {{ 20.25|number_format(2) }}
7 {{ 20.25|number_format(2, ',') }}
8 {{ 1020.25|number_format(2, ',') }}
9 {{ 1020.25|number_format(2, ',', '.') }}
H A Dnumber_format_default.test2 "number_format" filter with defaults.
4 {{ 20|number_format }}
5 {{ 20.25|number_format }}
6 {{ 20.25|number_format(1) }}
7 {{ 20.25|number_format(2, ',') }}
8 {{ 1020.25|number_format }}
9 {{ 1020.25|number_format(2, ',') }}
10 {{ 1020.25|number_format(2, ',', '.') }}
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php124 echo 'File parsed in '.number_format($endtime - $starttime, 3).' seconds.<br>';
218 echo 'Directory scanned in '.number_format($endtime - $starttime, 2).' seconds.<br>';
280 echo '<td align="right">&nbsp;'.number_format($fileinfo['filesize']).'</td>';
342 …echo '<td align="right">&nbsp;'.(isset($fileinfo['filesize']) ? number_format($fileinfo['filesize'…
377 …echo '<td align="right">'.number_format($TotalScannedFilesize / max($TotalScannedKnownFiles, 1)).'…
381number_format($TotalScannedKnownFiles).'</td><td>&nbsp;&nbsp;&nbsp;</td><th align="right">Errors:<…
385 echo '<td align="right">'.number_format($TotalScannedFilesize).'</td>';
450 …: #'.BitrateColor($bitrate).($vbr ? '; font-weight: bold;' : '').'">'.number_format($bitrate, $dec…
525 …$returnstring .= '<tr><td><b>width</b></td><td>'.number_format($imagechunkcheck[0]).' px</td></tr>…
526 …$returnstring .= '<tr><td><b>height</b></td><td>'.number_format($imagechunkcheck[1]).' px</td></tr…
[all …]
H A Ddemo.dirscan.php236 $t = number_format(($End - $Start) / 60, 2);
H A Ddemo.mp3header.php106 …$returnstring .= '<tr><td><b>width</b></td><td>'.number_format($imagechunkcheck[0]).' px</td></tr>…
107 …$returnstring .= '<tr><td><b>height</b></td><td>'.number_format($imagechunkcheck[1]).' px</td></tr…
108 …$returnstring .= '<tr><td><b>size</b></td><td>'.number_format(strlen($variable)).' bytes</td></tr>…
747 return number_format($contentminutes).':'.str_pad($contentseconds, 2, 0, STR_PAD_LEFT);
1031 return number_format($filesize, $precision).' '.$sizeunit;
H A Ddemo.mysqli.php399 echo 'Deleted <b>'.number_format($DupesDeleted).'</b> duplicate filenames<hr>';
463 …echo '<br>'.date('H:i:s').' ['.number_format(++$rowcounter).' / '.number_format($totaltoprocess).'…
638number_format($MissingTrackVolumeFilesAdjusted).' of them (could not find info for '.number_format
704 …echo '<hr><b>'.number_format($totalremoved).' of '.number_format($totalchecked).' files in databas…
808 echo '<td align="right">'.number_format($Count).'</td>';
851 echo '<b>'.number_format($EmptyGenreCounter).'</b> files with empty genres';
933 echo '<b>'.number_format($TrackZeroCounter).'</b> files with track "zero"';
1326 …echo 'Found <b>'.number_format($NotOKfiles).'</b> files with unsynchronized tags, and auto-fixed '…
1735 …echo number_format($uniquefiles).' files with '.number_format($uniquetitles).' unique <i>aritst + …
1943 echo '<TD ALIGN="RIGHT">'.number_format($row['num']).'</td>';
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php506 …'.round(PHP_INT_MAX / 1073741824).'GB, but filesystem reports it as '.number_format($real_filesize…
509 …han '.round(PHP_INT_MAX / 1073741824).'GB (filesystem reports it as '.number_format($real_filesize…
H A Dmodule.archive.gzip.php52 …this->error('File is too large ('.number_format($info['filesize']).' bytes) to read into memory (l…
H A Dmodule.audio-video.riff.php1753 …et '.$this->ftell().' is unexpectedly larger than 1MB (claims to be '.number_format($chunksize).' …
H A Dmodule.audio.dss.php71 …->warning('playtime_ms ('.number_format($info['dss']['playtime_ms'] / 1000, 3).') does not match p…
H A Dmodule.audio.monkey.php179 $info['audio']['encoder'] = 'MAC v'.number_format($thisfile_monkeysaudio['version'], 2);
H A Dmodule.audio.mp3.php687 …ng header missing VBR_bytes, assuming MPEG audio portion of file is '.number_format($used_filesize…
1346 …dio frames to scan, only scanned first '.$max_frames_scan.' frames ('.number_format($pct_data_scan…
1609 …nned '.$frames_scanned.' frames in '.$max_scan_segments.' segments ('.number_format($pct_data_scan…
H A Dmodule.audio.mpc.php483 return number_format($encoderversion / 100, 2);
488 return number_format($encoderversion / 100, 2).' beta';
493 return number_format($encoderversion / 100, 2).' alpha';
H A Dmodule.audio.ogg.php677 …$this->warning('Invalid Ogg comment size (comment #'.$i.', claims to be '.number_format($ThisFileI…

12