Home
last modified time | relevance | path

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

/dokuwiki/inc/Subscriptions/
H A DMediaSubscriptionSender.php28 'SIZE' => filesize_h(filesize($file)),
/dokuwiki/inc/
H A Dinfoutils.php195 msg('PHP is limited to less than 16MB RAM (' . filesize_h($mem) . ').
198 msg('PHP is limited to less than 20MB RAM (' . filesize_h($mem) . '),
201 msg('PHP is limited to less than 32MB RAM (' . filesize_h($mem) . '),
204 msg('More than 32MB RAM (' . filesize_h($mem) . ') available.', 1);
H A Dhtml.php1051 $value = filesize_h(abs($sizechange));
H A Dcommon.php1433 function filesize_h($size, $dec = 1)
1418 function filesize_h($size, $dec = 1) { global() function
H A Dmedia.php1599 printf($lang['maxuploadsize'], filesize_h(media_getuploadsize()));
/dokuwiki/inc/Ui/Media/
H A DDisplay.php110 return filesize_h($this->mediaFile->getFileSize());
/dokuwiki/lib/exe/
H A Dmediamanager.php76 filesize_h(php_to_byte(ini_get('upload_max_filesize')))
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php371 $value = filesize_h(abs($this->val('sizechange')));
/dokuwiki/inc/parser/
H A Dxhtml.php1232 if ($exists) $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))) . ')';