Home
last modified time | relevance | path

Searched refs:number_format (Results 26 – 41 of 41) sorted by relevance

12

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.monkey.php179 $info['audio']['encoder'] = 'MAC v'.number_format($thisfile_monkeysaudio['version'], 2);
H A Dmodule.tag.apetag.php299 …sfile_ape_items_current['offset'].' is too large to process inline ('.number_format($thisfile_ape_…
H A Dmodule.audio.optimfrog.php411 $EncoderVersion = number_format(((($EncoderID & 0xF0) >> 4) + 4500) / 1000, 3);
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 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.audio.ogg.php677 …$this->warning('Invalid Ogg comment size (comment #'.$i.', claims to be '.number_format($ThisFileI…
H A Dmodule.audio-video.riff.php1753 …et '.$this->ftell().' is unexpectedly larger than 1MB (claims to be '.number_format($chunksize).' …
/plugin/rater/
H A Dsyntax.php546 … '<span>&nbsp;'.number_format($calc_result,2,'.','').'% &nbsp;</span>'.NL;
558 … '<span>&nbsp;'.number_format($calc_result,2,'.','').'% &nbsp;</span>'.NL;
782 if($rater_votes>0) $rater_rating=number_format(($rater_sum/$rater_votes), 2, '.', '');
/plugin/farm/
H A Dadmin.php192 return number_format($s, ($s >= 100 || $e == '') ? 0 : 1).$e.$this->getLang('size_unit');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
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;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php575 return number_format((float) $number, $decimal, $decimalPoint, $thousandSep);
/plugin/qrcode2/
H A Dphpqrcode.php285 …echo '<tr><th style="text-align:right">till '.$markerId.': </th><td>'.number_format($thisTime-$las…
295 …r-top:2px solid black"><th style="text-align:right">TOTAL: </th><td>'.number_format($lastTime-$sta…
/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/photogallery/phpThumb/
H A Dphpthumb.filters.php508 if (number_format($amount, 4) == '1.0000') {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG652 * added a number_format filter
/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]);

12