Home
last modified time | relevance | path

Searched refs:filesize (Results 101 – 125 of 157) sorted by relevance

1234567

/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php121 if (@filesize($lpszFileName) > 0) {
827 $this->m_lpData = @fread($fh, @filesize($lpszFileName));
855 $data = @fread($fh, @filesize($lpszFileName));
H A Dphpthumb.class.php832 $CacheDirOldFilesSize[$fullfilename] = @filesize($fullfilename);
840 foreach ($CacheDirOldFilesSize as $fullfilename => $filesize) {
843 if (($filesize == 0) && ($CacheDirOldFilesAge[$fullfilename] < $cutofftime)) {
2405 if (!@file_exists($IMtempfilename) || !@filesize($IMtempfilename)) {
3518 $this->getimagesizeinfo['filesize'] = @filesize($this->sourceFilename);
3830 $filesize = filesize($filename);
3832 $blockreads = ceil($filesize / $blocksize);
/plugin/owncloud/
H A Dhelper.php313 $size = (file_exists($path)) ? filesize_h(filesize($path)) : '--';
453 …if ($exists && $class != 'folder') $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))).')…
/plugin/epub/scripts/
H A Dcss3.php458 $size = @filesize($local);
/plugin/ckgedit/scripts/
H A Dcss6.php465 $size = @filesize($local);
/plugin/odt/action/
H A Dexport.php490 http_rangeRequest($fp, filesize($cachefile), 'application/vnd.oasis.opendocument.text');
/plugin/backup/
H A Dadmin.php112 echo filesize_h(filesize($full));
/plugin/button/
H A Dsyntax.php494 $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))) . ')';
/plugin/farm/
H A Dinfos.animal.class.php37 if(@is_file($p.'/'.$i)) $s += filesize($p.'/'.$i);
/plugin/git/
H A Dhelper.php428 $contents = fread($handle, filesize($filename));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php269 $this->size = $this->sftp->filesize($path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php588 $this->server->httpResponse->setHeader('Content-Length', filesize($assetPath));
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt73 ['filesize']=>integer() // filesize in bytes
284 ['filesize']=>integer() //
411 ['filesize']=>integer() //
606 ['filesize']=>integer() //
614 ['filesize']=>integer() //
/plugin/odp/
H A DZipLib.class.php270 $size = filesize($zip_name);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php593 $this->server->httpResponse->setHeader('Content-Length', filesize($assetPath));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php252 $iFileSize = @filesize( $sServerDir . $sFile ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php252 $iFileSize = @filesize( $sServerDir . $sFile ) ;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php262 filesize($file),
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2111 if ((!is_file($this->zipname)) || (filesize($this->zipname) == 0))
2539 $p_header['size'] = filesize($p_filename);
4400 $v_size = filesize($this->zipname);
5252 $v_size = filesize($p_archive_filename);
/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);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php251 $iFileSize = @filesize( $sServerDir . $sFile ) ;
/plugin/pubmed2020/
H A Dsyntax.php725 $s = fread($myfile, filesize(DOKU_PLUGIN.'pubmed/tests/PM15924077.nbib'));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php168 if (filesize($this->filename) == 0) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php695 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {
/plugin/jukebox/id3/
H A Dgetid3.php198 $this->info['filesize'] = filesize($filename);

1234567