Home
last modified time | relevance | path

Searched refs:filesize (Results 76 – 100 of 157) sorted by relevance

1234567

/plugin/statdisplay/helper/
H A Dlog.php55 $max = @filesize($this->logfile);
71 $size = filesize($this->logfile);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1015 function FileSizeNiceDisplay($filesize, $precision=2) { argument
1016 if ($filesize < 1000) {
1020 $filesize /= 1024;
1023 if ($filesize >= 1000) {
1024 $filesize /= 1024;
1027 if ($filesize >= 1000) {
1028 $filesize /= 1024;
1031 return number_format($filesize, $precision).' '.$sizeunit;
1100 set_time_limit(max(filesize($file) / 1000000, 30));
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php105 return filesize($path->toAbsolutePath()->toAbsoluteId());
/plugin/xslfo/
H A Daction.php256 http_rangeRequest($fp, filesize($file), 'application/pdf');
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php82 $file->setSize(filesize($path));
95 * @return int the filesize. always 0 for directories
/plugin/freesync/
H A Dhelper.php161 "lsize" => @filesize(wikiFN($pages[$idx])),
369 $file['size'] = filesize($filename);
/plugin/ckgdoku/action/
H A Dmeta.php96 $size = filesize($fn);
114 $size = filesize($fn);
166 $this->ajax_debug(filesize ($fn) . ';' .filemtime($fn) );
/plugin/ckgedit/action/
H A Dmeta.php122 $size = filesize($fn);
140 $size = filesize($fn);
192 $this->ajax_debug(filesize ($fn) . ';' .filemtime($fn) );
/plugin/cleanup/
H A Dhelper.php96 $size = filesize($file);
/plugin/medialist/
H A Dhelper.php266 'size' => filesize($fn),
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php95 return filesize($this->getStreamName());
/plugin/aichat/
H A DEmbeddings.php140 filesize(wikiFN($page)) < 150 || // skip very small pages
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar83 header('Content-Length: ' . filesize($a));
97 header('Content-Length: ' . filesize($a));
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php215 $leafvalue = chop(fread($fh, filesize($leaffilename)));
/plugin/ajaxpeon/
H A Dhelper.php103 $txtstr = fread($hwordf,filesize($dirfile.'.txt'));
/plugin/ebookexport/
H A Daction.php198 $size = filesize($zipfile);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php62 $this->fileSize = @filesize($database);
/plugin/gtime/gtlib/util/
H A DGTUtil.php196 $length = filesize($file);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1735 $filesize = false;
1741 $filesize = $file->Size();
1752 $filesize = (float) $output;
1755 return $filesize;
/plugin/preservefilenames/
H A Daction_anteater.php160 http_rangeRequest($fp, filesize($file), $mime);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php124 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
/plugin/mindmap/
H A Dsyntax.php478 'size' => filesize(mediaFN($mid)),
/plugin/projects/lib/
H A Dproject_file.php71 filesize($media_path) > $media_file_revision_limit) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php86 $size = filesize(__FILE__);
/plugin/structodt/
H A Dhelper.php156 http_rangeRequest($fp, filesize($tmp_file), $mime);

1234567