Home
last modified time | relevance | path

Searched refs:filesize_h (Results 1 – 25 of 26) sorted by relevance

12

/plugin/statdisplay/helper/
H A Dtable.php182 $this->cell(filesize_h($data['hits'][$by][$idx]['bytes']));
229 $this->cell(filesize_h($data['page']['all']['bytes']), 2);
264 $this->cell(filesize_h($this->log->avg($data['hits']['day'], 'bytes')));
265 $this->cell(filesize_h($this->log->max($data['hits']['day'], 'bytes')));
336 $this->cell(filesize_h($data['hits']['all']['bytes'])); // kBytes
388 $val = filesize_h($count);
/plugin/preservefilenames/
H A Daction_adorabelle.php77 $info .= filesize_h($item['size']);
170 $filesize = filesize_h($item['size']);
H A Daction_angua.php392 $info .= filesize_h($item['size']);
485 $filesize = filesize_h($item['size']);
/plugin/cleanup/
H A Dadmin.php62 …echo '<p>' . sprintf($this->getLang('sum'), count($this->helper->list), filesize_h($this->helper->…
/plugin/bureaucracy-au/helper/
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
H A Dactionmail.php124 …($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('…
/plugin/bureaucracyau/helper/
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
H A Dactionmail.php124 …($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('…
/plugin/bureaucracy/helper/
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
H A Dactionmail.php133 …($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this->getConf('…
/plugin/upgrade/
H A Dlegacy.php48 function filesize_h($size)
45 function filesize_h($size) global() function
H A Dhelper.php158 $this->log('success', $this->getLang('dl_done'), filesize_h(strlen($data)));
/plugin/prettyphoto/
H A Drenderer.php46 $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))).')';
/plugin/aichat/Storage/
H A DSQLiteStorage.php188 'db size' => filesize_h($size),
/plugin/statistics/
H A Dadmin.php332 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
344 echo sprintf($this->getLang('trafficsum'), $result[0]['cnt'], filesize_h($result[0]['filesize']));
505 echo filesize_h($v);
/plugin/owncloud/ajax/
H A Dfilelist.php68 $filesize = filesize_h(filesize($fullpath.'/'.$file));
/plugin/advanced/admin/
H A Dimport.php239 filesize_h($fileinfo->getSize())
H A Dexport.php194 $page_size = filesize_h($page['size']);
/plugin/aichat/
H A Dcli.php340 $this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]);
370 $this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]);
/plugin/medialist/
H A Dhelper.php194 $mediainfo .= filesize_h($item['size']);
/plugin/filelisting/
H A Dhelper.php152 $html = '<td data-sort="' . $file['size'] . '">' . filesize_h($file['size']) . '</td>';
/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/backup/
H A Dadmin.php112 echo filesize_h(filesize($full));
/plugin/button/
H A Dsyntax.php494 $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))) . ')';
/plugin/elwikiupgrade/
H A Dadmin.php329 self::_say($this->getLang('dl_done'), filesize_h(strlen($data)));

12