Home
last modified time | relevance | path

Searched refs:filesize (Results 26 – 50 of 157) sorted by relevance

1234567

/plugin/htmlokay/conf/access/
H A Dget_inf.php22 echo "$filename size " . filesize($filename) . "\n";
/plugin/captcha/
H A DIpCounter.php39 return (int)@filesize($this->store);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php193 $hR->setHeader('Content-Length', filesize($tempLocation));
271 '{DAV:}getcontentlength' => filesize($tempLocation),
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php356 list($dummy, $date, $time, $ampm, $filesize, $shortname, $filename) = $matches;
357 if ((strtoupper($filesize) == '<DIR>') && (strtolower($filename) == strtolower($value))) {
413 * @param int $filesize
420 public function openfile($filename, $filesize=null, $fp=null) { argument
468 $this->info['filesize'] = (!is_null($filesize) ? $filesize : filesize($filename));
525 * @param int $filesize
531 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { argument
533 if (!$this->openfile($filename, $filesize, $fp)) {
/plugin/fileshare/
H A Dfilesharedownload.php11 header ( "Content-Length: " . filesize ( $downloadFile ) );
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php31 …'ETag' => ['"' . sha1(fileinode($filename ) . filesize($filename) . filemtime($filename…
53 …'ETag' => ['"' . sha1(fileinode($filename ) . filesize($filename) . filemtime($filename…
74 …'ETag' => ['"' . sha1(fileinode($filename ) . filesize($filename) . filemtime($filename…
/plugin/gdpr/action/
H A Ddelusers.php63 if (!file_exists($deleteUserCacheFile) || filesize($deleteUserCacheFile) === 0) {
228 if (filesize($changelogCacheFN) > 0) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php196 $hR->setHeader('Content-Length', filesize($tempLocation));
274 '{DAV:}getcontentlength' => filesize($tempLocation),
/plugin/mathpublish/
H A Dimg.php24 http_rangeRequest($fp, filesize($cache), 'image/png');
/plugin/tindexmenu/inc/
H A Drepo.class.php33 $len = (int) filesize($zipfile);
/plugin/indexmenu/inc/
H A Drepo.class.php38 $len = (int) filesize($zipfile);
/plugin/siteexport/inc/
H A DpatchCSSmgr.php25 $contents = fread($fp, filesize($path));
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php40 'size' => filesize($file_path),
/plugin/dokutexit/
H A Drenderer.php96 header("Content-Length: ".filesize($filename));
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php145 return filesize($this->path);
/plugin/combo/ComboStrap/
H A DFile.php53 return filesize($this->path);
H A DFsWikiUtility.php193 'size' => filesize(wikiFN($startPath)),
/plugin/jsonrpc/
H A Djsonrpc.php148 $info['size'] = filesize($file);
184 $page['size'] = @filesize(wikiFN($pages[$idx]));
549 $change['size'] = @filesize(wikiFN($recent['id']));
579 $change['size'] = @filesize(mediaFN($recent['id']));
/plugin/nsexport/packer/
H A Dpacker.php72 header('Content-Length: ' . filesize($filename));
/plugin/prettyphoto/
H A Drenderer.php46 $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))).')';
/plugin/git/syntax/
H A Dremotestatus.php215 $contents = fread($handle, filesize($filename));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.zip.php22 $getid3->info['filesize'] = filesize($filename);
/plugin/simpleforward/
H A Daction.php93 header('Content-Length: ' . filesize($file));
/plugin/panoview/
H A Dtiles.php73 http_rangeRequest($fp, filesize($data['cache']), 'image/jpeg');
/plugin/mantis/lib/
H A Dnusoapmime.php155 $data = fread($fd, filesize($att['filename']));
396 $data = fread($fd, filesize($att['filename']));

1234567