Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| image_style_form_add_validate | function | modules/ |
Validate handler for adding a new image effect to an image style. |
| image_style_form_override_submit | function | modules/ |
Submit handler for overriding a module-defined style. |
| image_style_form_submit | function | modules/ |
Submit handler for saving an image style. |
| image_style_list | function | modules/ |
Menu callback; Listing of all current image styles. |
| image_style_load | function | modules/ |
Loads a style by style name or ID. |
| image_style_name_validate | function | modules/ |
Element validate function to ensure unique, URL safe style names. |
| image_style_options | function | modules/ |
Gets an array of image styles suitable for using as select list options. |
| image_style_path | function | modules/ |
Returns the URI of an image when using a style. |
| image_style_path_token | function | modules/ |
Generates a token to protect an image style derivative. |
| image_style_revert_form | function | modules/ |
Confirmation form to revert a database style to its default. |
| image_style_revert_form_submit | function | modules/ |
Submit handler to convert an overridden style to its default. |
| image_style_save | function | modules/ |
Saves an image style. |
| image_style_transform_dimensions | function | modules/ |
Determines the dimensions of the styled image. |
| image_style_url | function | modules/ |
Returns the URL for an image derivative given a style and image path. |
| image_system_file_system_settings_submit | function | modules/ |
Form submission handler for system_file_system_settings(). |
| image_test.info | file | modules/ |
name = "Image test" description = "Support module for image toolkit tests." package = Testing version = VERSION core = 7.x hidden = TRUE |
| image_test.module | file | modules/ |
Helper module for the image tests. |
| image_test_crop | function | modules/ |
Image tookit's crop operation. |
| image_test_desaturate | function | modules/ |
Image tookit's desaturate operation. |
| image_test_get_all_calls | function | modules/ |
Get an array with the all the calls to the toolkits since image_test_reset() was called. |
| image_test_get_info | function | modules/ |
Image toolkit's get_info operation. |
| image_test_image_toolkits | function | modules/ |
Implements hook_image_toolkits(). |
| image_test_load | function | modules/ |
Image tookit's load operation. |
| image_test_reset | function | modules/ |
Reset/initialize the history of calls to the toolkit functions. |
| image_test_resize | function | modules/ |
Image tookit's resize operation. |
| image_test_rotate | function | modules/ |
Image tookit's rotate operation. |
| image_test_save | function | modules/ |
Image tookit's save operation. |
| image_test_settings | function | modules/ |
Image tookit's settings operation. |
| image_uninstall | function | modules/ |
Implements hook_uninstall(). |
| image_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| import1.css | file | modules/ |
ul, select { font: 1em/160% Verdana, sans-serif; color: #494949; } .ui-icon{background-image: url(images/icon.png);} /* Test data URI images with different quote styles. */ .data .double-quote { /* http://stackoverflow.com/a/13139830/11023 */ … |
| import2.css | file | modules/ |
p, select { font: 1em/160% Verdana, sans-serif; color: #494949; } |
| ImportOPMLTestCase | class | modules/ |
Tests importing feeds from OPML functionality for the Aggregator module. |
| ImportOPMLTestCase::getInfo | function | modules/ |
|
| ImportOPMLTestCase::openImportForm | function | modules/ |
Opens OPML import form. |
| ImportOPMLTestCase::submitImportForm | function | modules/ |
Submits form with invalid, empty, and valid OPML files. |
| ImportOPMLTestCase::testOPMLImport | function | modules/ |
Tests the import of an OPML file. |
| ImportOPMLTestCase::validateImportFormFields | function | modules/ |
Submits form filled with invalid fields. |
| InfoFileParserTestCase | class | modules/ |
|
| InfoFileParserTestCase::getInfo | function | modules/ |
|
| InfoFileParserTestCase::testDrupalParseInfoFormat | function | modules/ |
Test drupal_parse_info_format(). |
| InsertQuery | class | includes/ |
General class for an abstracted INSERT query. |
| InsertQuery::$defaultFields | property | includes/ |
An array of fields that should be set to their database-defined defaults. |
| InsertQuery::$fromQuery | property | includes/ |
A SelectQuery object to fetch the rows that should be inserted. |
| InsertQuery::$insertFields | property | includes/ |
An array of fields on which to insert. |
| InsertQuery::$insertValues | property | includes/ |
A nested array of values to insert. |
| InsertQuery::$table | property | includes/ |
The table on which to insert. |
| InsertQuery::execute | function | includes/ |
Executes the insert query. |
| InsertQuery::fields | function | includes/ |
Adds a set of field->value pairs to be inserted. |
| InsertQuery::from | function | includes/ |
Sets the fromQuery on this InsertQuery object. |
Pagination
- Previous page
- Page 90
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.