XOOPS
2.6.0
|
Go to the source code of this file.
Functions | |
base_url () | |
check_files_extensions_on_path ($path, $ext) | |
check_files_extensions_on_phar ($phar, &$files, $basepath, $ext) | |
config_loading ($current_path, $fld) | |
create_folder ($path=false, $path_thumbs=false) | |
create_img ($imgfile, $imgthumb, $newwidth, $newheight="") | |
create_img_gd ($imgfile, $imgthumb, $newwidth, $newheight="") | |
debugger ($input, $trace=FALSE, $halt=FALSE) | |
deleteDir ($dir) | |
duplicate_file ($old_path, $name) | |
endsWith ($haystack, $needle) | |
filescount ($path) | |
fix_dirname ($str) | |
fix_filename ($str, $transliteration) | |
fix_get_params ($str) | |
fix_path ($path, $transliteration) | |
fix_strtolower ($str) | |
fix_strtoupper ($str) | |
foldersize ($path) | |
get_file_by_url ($url) | |
image_check_memory_usage ($img, $max_breedte, $max_hoogte) | |
is_function_callable ($name) | |
is_really_writable ($dir) | |
makeSize ($size) | |
new_thumbnails_creation ($targetPath, $targetFile, $name, $current_path, $relative_image_creation, $relative_path_from_current_pos, $relative_image_creation_name_to_prepend, $relative_image_creation_name_to_append, $relative_image_creation_width, $relative_image_creation_height, $fixed_image_creation, $fixed_path_from_filemanager, $fixed_image_creation_name_to_prepend, $fixed_image_creation_to_append, $fixed_image_creation_width, $fixed_image_creation_height) | |
rcopy ($source, $destination, $is_rec=FALSE) | |
rename_file ($old_path, $name, $transliteration) | |
rename_folder ($old_path, $name, $transliteration) | |
rrename ($source, $destination, $is_rec=FALSE) | |
rrename_after_cleaner ($source) | |
check_files_extensions_on_path | ( | $path, | |
$ext | |||
) |
check_files_extensions_on_phar | ( | $phar, | |
& | $files, | ||
$basepath, | |||
$ext | |||
) |
config_loading | ( | $current_path, | |
$fld | |||
) |
Definition at line 228 of file utils.php.
References $current_path, $parent, and fix_dirname().
Definition at line 119 of file utils.php.
References $path.
Referenced by new_thumbnails_creation().
create_img | ( | $imgfile, | |
$imgthumb, | |||
$newwidth, | |||
$newheight = "" |
|||
) |
Definition at line 54 of file utils.php.
References image_check_memory_usage().
Referenced by new_thumbnails_creation().
create_img_gd | ( | $imgfile, | |
$imgthumb, | |||
$newwidth, | |||
$newheight = "" |
|||
) |
Definition at line 43 of file utils.php.
References image_check_memory_usage().
debugger | ( | $input, | |
$trace = FALSE , |
|||
$halt = FALSE |
|||
) |
duplicate_file | ( | $old_path, | |
$name | |||
) |
endsWith | ( | $haystack, | |
$needle | |||
) |
Definition at line 270 of file utils.php.
Referenced by new_thumbnails_creation().
fix_dirname | ( | $str | ) |
Definition at line 191 of file utils.php.
Referenced by config_loading(), JUpload\receive_uploaded_files(), and rename_folder().
fix_filename | ( | $str, | |
$transliteration | |||
) |
Definition at line 163 of file utils.php.
References $transliteration.
Referenced by fix_path(), rename_file(), and rename_folder().
fix_path | ( | $path, | |
$transliteration | |||
) |
Definition at line 210 of file utils.php.
References $info, $path, $transliteration, and fix_filename().
fix_strtolower | ( | $str | ) |
Definition at line 203 of file utils.php.
Referenced by imageLib\__construct(), imageLib\getCropPlacing(), imageLib\resizeImage(), and JUpload\tobytes().
image_check_memory_usage | ( | $img, | |
$max_breedte, | |||
$max_hoogte | |||
) |
Definition at line 242 of file utils.php.
Referenced by create_img(), and create_img_gd().
is_function_callable | ( | $name | ) |
is_really_writable | ( | $dir | ) |
Definition at line 326 of file utils.php.
References $dir, and DIRECTORY_SEPARATOR.
new_thumbnails_creation | ( | $targetPath, | |
$targetFile, | |||
$name, | |||
$current_path, | |||
$relative_image_creation, | |||
$relative_path_from_current_pos, | |||
$relative_image_creation_name_to_prepend, | |||
$relative_image_creation_name_to_append, | |||
$relative_image_creation_width, | |||
$relative_image_creation_height, | |||
$fixed_image_creation, | |||
$fixed_path_from_filemanager, | |||
$fixed_image_creation_name_to_prepend, | |||
$fixed_image_creation_to_append, | |||
$fixed_image_creation_width, | |||
$fixed_image_creation_height | |||
) |
Definition at line 275 of file utils.php.
References $all_ok, $current_path, $fixed_image_creation, $fixed_image_creation_height, $fixed_image_creation_width, $fixed_path_from_filemanager, $info, $name, $path, $relative_image_creation, $relative_image_creation_height, $relative_image_creation_width, $relative_path_from_current_pos, create_folder(), create_img(), and endsWith().
rcopy | ( | $source, | |
$destination, | |||
$is_rec = FALSE |
|||
) |
Definition at line 368 of file utils.php.
References $file, $files, and DIRECTORY_SEPARATOR.
rename_file | ( | $old_path, | |
$name, | |||
$transliteration | |||
) |
Definition at line 24 of file utils.php.
References $info, $name, $transliteration, and fix_filename().
rename_folder | ( | $old_path, | |
$name, | |||
$transliteration | |||
) |
Definition at line 34 of file utils.php.
References $name, $transliteration, fix_dirname(), and fix_filename().
rrename | ( | $source, | |
$destination, | |||
$is_rec = FALSE |
|||
) |
Definition at line 404 of file utils.php.
References $file, $files, and DIRECTORY_SEPARATOR.