Home
last modified time | relevance | path

Searched refs:filesize (Results 51 – 75 of 157) sorted by path

1234567

/plugin/farm/
H A Dinfos.animal.class.php37 if(@is_file($p.'/'.$i)) $s += filesize($p.'/'.$i);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php252 $iFileSize = @filesize( $sServerDir . $sFile ) ;
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php309 $assoc_s = fread($assoc_file, filesize($filename));
417 filesize($association_filename));
/plugin/filelist/
H A Dsyntax.php
/plugin/fileshare/
H A Dfilesharedownload.php11 header ( "Content-Length: " . filesize ( $downloadFile ) );
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php95 return filesize($this->getStreamName());
/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/flowplayer/player/
H A DREADME.txt15 - #628 opera browsers do not return filesize correctly for latest flash players so require to use l…
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php215 $leafvalue = chop(fread($fh, filesize($leaffilename)));
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php305 if ($fsize = @filesize($filename)) {
332 if ($fsize = filesize($filename))
/plugin/freesync/
H A Dhelper.php161 "lsize" => @filesize(wikiFN($pages[$idx])),
369 $file['size'] = filesize($filename);
/plugin/gdpr/action/
H A Ddelusers.php63 if (!file_exists($deleteUserCacheFile) || filesize($deleteUserCacheFile) === 0) {
228 if (filesize($changelogCacheFN) > 0) {
H A Doldips.php141 if ($cacheStartPosition > filesize($changelogFile)) {
/plugin/git/
H A Dhelper.php428 $contents = fread($handle, filesize($filename));
/plugin/git/syntax/
H A Dremotestatus.php215 $contents = fread($handle, filesize($filename));
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php177 if (filesize($file) == 0) {
/plugin/gtime/gtlib/util/
H A DGTUtil.php196 $length = filesize($file);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.fields.class.php4 var $filesize; variable in PreTreeFilterHTML2PSFields
7 function PreTreeFilterHTML2PSFields($filename=null, $filesize=null, $timestamp=null) { argument
9 $this->filesize = $filesize;
46 if (is_null($this->filesize)) {
49 $tree->words[0] = $this->filesize;
H A Dpdf.fpdf.makefont.php464 $file=fread($f,filesize($fontfile));
509 $s.='$originalsize='.filesize($fontfile).";\n";
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php361 $file=fread($f,filesize($fontfile));
405 $s.='$originalsize='.filesize($fontfile).";\n";
/plugin/htmlokay/conf/access/
H A Dget_inf.php22 echo "$filename size " . filesize($filename) . "\n";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php195 if (filesize($diffFile) < 10) {
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2003 if ((!is_file($this->zipname)) || (filesize($this->zipname) == 0)) {
2424 $p_header['size'] = filesize($p_filename);
4260 $v_size = filesize($this->zipname);
5063 $v_size = filesize($p_archive_filename);
H A Drepo.class.php38 $len = (int) filesize($zipfile);
/plugin/issuetracker/
H A Daction.php3560 $attachments_left=fread($iplog, filesize(DOKU_INC.$ip_block_path.'/'.$ip_addr));

1234567