Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
image_rotate_effect drupal-7.x/modules/image/image.effects.inc Image effect callback; Rotate an image resource. 1 1
image_rotate_form drupal-7.x/modules/image/image.admin.inc Form structure for the image rotate form. 1
image_save drupal-7.x/includes/image.inc Closes the image and saves the changes to a file. 4
image_scale drupal-7.x/includes/image.inc Scales an image while maintaining aspect ratio. 3 7
image_scale_and_crop drupal-7.x/includes/image.inc Scales an image to the exact width and height given. 2 2
image_scale_and_crop_effect drupal-7.x/modules/image/image.effects.inc Image effect callback; Scale and crop an image resource. 1 1
image_scale_dimensions drupal-7.x/modules/image/image.effects.inc Image dimensions callback; Scale. 1
image_scale_effect drupal-7.x/modules/image/image.effects.inc Image effect callback; Scale an image resource. 1 1
image_scale_form drupal-7.x/modules/image/image.admin.inc Form structure for the image scale form. 1
image_schema drupal-7.x/modules/image/image.install Implements hook_schema().
image_styles drupal-7.x/modules/image/image.module Gets an array of all styles and their settings. 6 9
image_style_add_form drupal-7.x/modules/image/image.admin.inc Form builder; Form for adding a new image style. 1
image_style_add_form_submit drupal-7.x/modules/image/image.admin.inc Submit handler for adding a new image style.
image_style_create_derivative drupal-7.x/modules/image/image.module Creates a new image derivative based on an image style. 4
image_style_delete drupal-7.x/modules/image/image.module Deletes an image style. 1
image_style_delete_form drupal-7.x/modules/image/image.admin.inc Form builder; Form for deleting an image style. 1
image_style_delete_form_submit drupal-7.x/modules/image/image.admin.inc Submit handler to delete an image style.
image_style_deliver drupal-7.x/modules/image/image.module Page callback: Generates a derivative, given a style and image path. 1
image_style_effects drupal-7.x/modules/image/image.module Loads all the effects for an image style. 1 2
image_style_flush drupal-7.x/modules/image/image.module Flushes cached media for a style. 5
image_style_form drupal-7.x/modules/image/image.admin.inc Form builder; Edit an image style name and effects order. 1
image_style_form_add_submit drupal-7.x/modules/image/image.admin.inc Submit handler for adding a new image effect to an image style. 1
image_style_form_add_validate drupal-7.x/modules/image/image.admin.inc Validate handler for adding a new image effect to an image style. 1
image_style_form_override_submit drupal-7.x/modules/image/image.admin.inc Submit handler for overriding a module-defined style. 1
image_style_form_submit drupal-7.x/modules/image/image.admin.inc Submit handler for saving an image style. 1
image_style_list drupal-7.x/modules/image/image.admin.inc Menu callback; Listing of all current image styles. 2
image_style_load drupal-7.x/modules/image/image.module Loads a style by style name or ID. 10 2
image_style_name_validate drupal-7.x/modules/image/image.admin.inc Element validate function to ensure unique, URL safe style names.
image_style_options drupal-7.x/modules/image/image.module Gets an array of image styles suitable for using as select list options. 6
image_style_path drupal-7.x/modules/image/image.module Returns the URI of an image when using a style. 8
image_style_path_token drupal-7.x/modules/image/image.module Generates a token to protect an image style derivative. 2
image_style_revert_form drupal-7.x/modules/image/image.admin.inc Confirmation form to revert a database style to its default. 1
image_style_revert_form_submit drupal-7.x/modules/image/image.admin.inc Submit handler to convert an overridden style to its default.
image_style_save drupal-7.x/modules/image/image.module Saves an image style. 7
image_style_transform_dimensions drupal-7.x/modules/image/image.module Determines the dimensions of the styled image. 1
image_style_url drupal-7.x/modules/image/image.module Returns the URL for an image derivative given a style and image path. 10
image_system_file_system_settings_submit drupal-7.x/modules/image/image.module Form submission handler for system_file_system_settings(). 1
image_test_crop drupal-7.x/modules/simpletest/tests/image_test.module Image tookit's crop operation.
image_test_desaturate drupal-7.x/modules/simpletest/tests/image_test.module Image tookit's desaturate operation.
image_test_get_all_calls drupal-7.x/modules/simpletest/tests/image_test.module Get an array with the all the calls to the toolkits since image_test_reset() was called. 13
image_test_get_info drupal-7.x/modules/simpletest/tests/image_test.module Image toolkit's get_info operation.
image_test_image_toolkits drupal-7.x/modules/simpletest/tests/image_test.module Implements hook_image_toolkits().
image_test_load drupal-7.x/modules/simpletest/tests/image_test.module Image tookit's load operation.
image_test_reset drupal-7.x/modules/simpletest/tests/image_test.module Reset/initialize the history of calls to the toolkit functions. 1
image_test_resize drupal-7.x/modules/simpletest/tests/image_test.module Image tookit's resize operation.
image_test_rotate drupal-7.x/modules/simpletest/tests/image_test.module Image tookit's rotate operation.
image_test_save drupal-7.x/modules/simpletest/tests/image_test.module Image tookit's save operation.
image_test_settings drupal-7.x/modules/simpletest/tests/image_test.module Image tookit's settings operation.
image_theme drupal-7.x/modules/image/image.module Implements hook_theme().
image_toolkit_invoke drupal-7.x/includes/image.inc Invokes the given method using the currently selected toolkit. 7

Páginas