Home
last modified time | relevance | path

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

1234567

/plugin/swiftmail/Swift/
H A DFile.php187 return filesize($this->path);
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php76 'size' => filesize($media_src),
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php76 'size' => filesize($media_src),
/plugin/poldek/
H A Dhelper.php55 …$cache_ok = $cache_exists && filesize($pkg_cache->cache) && !preg_grep('/^error:/', file($pkg_cach…
/plugin/xfortune/
H A Dhelper.php93 $dim = filesize($file);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php51 filesize($newPath) .
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php140 'size' => filesize($conf['tmpdir'].'/'.$tmpFilename),
/plugin/qna/
H A Daction.php39 if (!@file_exists($inUse) || @filesize($inUse) != @filesize($fromConf)) {
/plugin/unusedmedias/admin/
H A Dlist.php54 $data['size'] = (@file_exists($file)) ? filesize($file) : 0;
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php177 if (filesize($file) == 0) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php51 filesize($newPath) .
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php305 if ($fsize = @filesize($filename)) {
332 if ($fsize = filesize($filename))
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php361 $file=fread($f,filesize($fontfile));
405 $s.='$originalsize='.filesize($fontfile).";\n";
/plugin/odt/helper/
H A Dcssimport.php1240 $contents = fread($handle, filesize($filename));
1264 $filesize = filesize($filename);
1265 $contents = fread($handle, $filesize);
1285 $rep_end = $filesize - 1;
/plugin/cleanoldips/
H A Daction.php142 if ($cacheStartPosition > filesize($changelogFile)) {
/plugin/gdpr/action/
H A Doldips.php141 if ($cacheStartPosition > filesize($changelogFile)) {
/plugin/preservefilenames/
H A Daction_angua.php485 $filesize = filesize_h($item['size']);
486 echo '<dd class="filesize">'.$filesize.'</dd>'.NL;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php73 $iFileSize = @filesize( $sServerDir . $sFile ) ;
/plugin/combo/action/
H A Dcacheexpiration.php83 if (filesize($data->cache) === 0) {
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css364 #mediamanager__page .filelist .thumbs li .filesize,
423 #mediamanager__page .filelist .rows li .filesize,
434 [dir=rtl] #mediamanager__page .filelist .rows li .filesize,
447 #mediamanager__page .filelist .rows li .filesize {
/plugin/statistics/
H A Daction.php155 $size = @filesize($event->data['file']);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php309 $assoc_s = fread($assoc_file, filesize($filename));
417 filesize($association_filename));
/plugin/webdav/core/
H A DUtils.php167 $item['size'] = filesize($item['path']);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php464 $file=fread($f,filesize($fontfile));
509 $s.='$originalsize='.filesize($fontfile).";\n";
/plugin/archivegenerator/
H A Dadmin.php376 if (filesize($source) > 50 * 1024 * 1024) {
378 hsc($source)) . ' ' . filesize_h(filesize($source)));

1234567