Lines Matching defs:size
433 //reduce size
1391 * Return the human readable size of a file
1393 * @param int $size A file size
1395 * @return string human readable size
1401 function filesize_h($size, $dec = 1)
1407 while ($size >= 1024 && ($i < $count - 1)) {
1408 $size /= 1024;
1412 return round($size, $dec) . "\xC2\xA0" . $sizes[$i]; //non-breaking space
1538 * -1 (infinite size) will be reported as -1
1541 * @param string $value PHP size shorthand
1986 * @param int $maxsize maximum allowed size for the SVG to be embedded