Home
last modified time | relevance | path

Searched refs:cpg_format_bytes (Results 1 – 7 of 7) sorted by relevance

/dports/www/coppermine/cpg1.6.x-1.6.12/plugins/upload_swf/
H A Dcodebase.php64 $maxfilesize = sprintf($lang_upload_php['max_fsize'], cpg_format_bytes($maxfilesizebytes));
74 …ze = sprintf($lang_upload_php['restriction_filesize'], '<strong>' . cpg_format_bytes($maxfilesizeb…
/dports/www/coppermine/cpg1.6.x-1.6.12/plugins/upload_sgl/
H A Dcodebase.php42 $maxfilesize = sprintf($lang_upload_php['max_fsize'], cpg_format_bytes($maxfilesizebytes));
/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dviewlog.php34 $filesize = cpg_format_bytes($log['filesize']);
H A Dhelp.php97 …ze = sprintf($lang_upload_php['restriction_filesize'], '<strong>' . cpg_format_bytes($CONFIG['max_…
H A Dprofile.php513 $disk_usage_output = cpg_format_bytes($disk_usage);
H A Dusermgr.php428 $totalSpaceCount_fmt = cpg_format_bytes($totalSpaceCount);
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dfunctions.inc.php4023 $peak_memory_usage = cpg_format_bytes(memory_get_peak_usage());
4027 $table[] = array('Memory usage', cpg_format_bytes(memory_get_usage()), $peak_memory_usage);
5921 function cpg_format_bytes($bytes) function