You are here

Functions in Image Resize Filter 6

Primary tabs

Namesort descending Location Description Direct uses Strings
image_resize_filter_delete_all ./image_resize_filter.module Delete the entire set of cached images. 3
image_resize_filter_delete_derivatives ./image_resize_filter.module Delete all generated image when the original file is removed. 2
image_resize_filter_delete_recursive ./image_resize_filter.module Recursive deletion function for clearing out resized images directory. 1
image_resize_filter_delete_temp_file ./image_resize_filter.module A short-cut function to delete temporary remote images. 2
image_resize_filter_file_delete ./image_resize_filter.module Implementation of hook_file_delete().
image_resize_filter_file_download ./image_resize_filter.module Implementation of hook_file_download().
image_resize_filter_file_system_settings_submit ./image_resize_filter.module Additional #submit handler for the system_file_system_settings form. 1
image_resize_filter_filter ./image_resize_filter.module Implementation of hook_filter().
image_resize_filter_form ./image_resize_filter.module The form for configuring the Image Resize Filter. 1
image_resize_filter_form_system_file_system_settings_alter ./image_resize_filter.module Implementation of hook_form_[form_id]_alter().
image_resize_filter_get_images ./image_resize_filter.module Parsing function to locate all images in a piece of text that need replacing. 1
image_resize_filter_help ./image_resize_filter.module Implementation of hook_help().
image_resize_filter_image_tag ./image_resize_filter.module Generate a themed image tag based on an image array. 1
image_resize_filter_install ./image_resize_filter.install Implementation of hook_install().
image_resize_filter_nodeapi ./image_resize_filter.module Implementation of hook_nodeapi().
image_resize_filter_pathinfo ./image_resize_filter.module Utility function to return path information. 2
image_resize_filter_process_images ./image_resize_filter.module Processing function for image resize filter. Replace img src properties with a URL to a resized image. 1
image_resize_filter_requirements ./image_resize_filter.install Implementation of hook_requirements().
image_resize_filter_theme ./image_resize_filter.module Implementation of hook_theme().
image_resize_filter_uninstall ./image_resize_filter.install Implementation of hook_uninstall().
image_resize_filter_update_6100 ./image_resize_filter.install Remove the old files sub-directory. Paths to resized images are now shorter.
image_resize_filter_update_6101 ./image_resize_filter.install Remove the "Image resize difference" option. It was confusing and didn't actually do anything.
image_resize_filter_update_6102 ./image_resize_filter.install Clear out all resized images to give them proper names if they were missing.
theme_image_resize_filter_form ./image_resize_filter.module Theme callback to theme the Image Resize Filter form.
theme_image_resize_filter_image ./image_resize_filter.module Generate a themed image tag based on an image array.

Other projects