Lines Matching defs:size
441 //reduce size
1425 * Return the human readable size of a file
1427 * @param int $size A file size
1429 * @return string human readable size
1435 function filesize_h($size, $dec = 1)
1441 while ($size >= 1024 && ($i < $count - 1)) {
1442 $size /= 1024;
1446 return round($size, $dec) . "\xC2\xA0" . $sizes[$i]; //non-breaking space
1572 * -1 (infinite size) will be reported as -1
1575 * @param string $value PHP size shorthand
2020 * @param int $maxsize maximum allowed size for the SVG to be embedded