Search for d
Title | Object type | File name | Summary |
---|---|---|---|
ajax_command_update_build_id | function | includes/ |
Creates a Drupal Ajax 'update_build_id' command. |
ajax_deliver | function | includes/ |
Packages and sends the result of a page callback as an Ajax response. |
ajax_forms_test.module | file | modules/ |
Simpletest mock module for Ajax forms testing. |
ajax_forms_test_advanced_commands_add_css_callback | function | modules/ |
Ajax callback for 'add_css'. |
ajax_forms_test_advanced_commands_after_callback | function | modules/ |
Ajax callback for 'after'. |
ajax_forms_test_advanced_commands_alert_callback | function | modules/ |
Ajax callback for 'alert'. |
ajax_forms_test_advanced_commands_append_callback | function | modules/ |
Ajax callback for 'append'. |
ajax_forms_test_advanced_commands_before_callback | function | modules/ |
Ajax callback for 'before'. |
ajax_forms_test_advanced_commands_changed_asterisk_callback | function | modules/ |
Ajax callback for 'changed' with asterisk marking inner div. |
ajax_forms_test_advanced_commands_changed_callback | function | modules/ |
Ajax callback for 'changed'. |
ajax_forms_test_advanced_commands_css_callback | function | modules/ |
Ajax callback for 'css'. |
ajax_forms_test_advanced_commands_data_callback | function | modules/ |
Ajax callback for 'data'. |
ajax_forms_test_advanced_commands_html_callback | function | modules/ |
Ajax callback for 'html'. |
ajax_forms_test_advanced_commands_insert_callback | function | modules/ |
Ajax callback for 'insert'. |
ajax_forms_test_advanced_commands_invoke_callback | function | modules/ |
Ajax callback for 'invoke'. |
ajax_forms_test_advanced_commands_prepend_callback | function | modules/ |
Ajax callback for 'prepend'. |
ajax_forms_test_advanced_commands_remove_callback | function | modules/ |
Ajax callback for 'remove'. |
ajax_forms_test_advanced_commands_restripe_callback | function | modules/ |
Ajax callback for 'restripe'. |
ajax_forms_test_advanced_commands_settings_callback | function | modules/ |
Ajax callback for 'settings'. |
ajax_forms_test_ajax_commands_form | function | modules/ |
Form to display the Ajax Commands. |
ajax_forms_test_lazy_load_form | function | modules/ |
Form builder: Builds a form that triggers a simple AJAX callback. |
ajax_forms_test_lazy_load_form_ajax | function | modules/ |
AJAX callback for the ajax_forms_test_lazy_load_form() form. |
ajax_forms_test_lazy_load_form_submit | function | modules/ |
Form submit handler: Adds JavaScript and CSS that wasn't on the original form. |
ajax_forms_test_validation_form | function | modules/ |
This form and its related submit and callback functions demonstrate not validating another form element when a single Ajax element is triggered. |
ajax_forms_test_validation_form_callback | function | modules/ |
Ajax callback for the 'drivertext' element of the validation form. |
ajax_forms_test_validation_form_submit | function | modules/ |
Submit handler for the validation form. |
ajax_pre_render_element | function | includes/ |
Adds Ajax information about an element to communicate with JavaScript. |
ajax_render | function | includes/ |
Renders a commands array into JSON. |
ajax_set_verification_header | function | includes/ |
Sets a response header for ajax.js to trust the response body. |
ajax_test.module | file | modules/ |
Helper module for Ajax framework tests. |
ajax_test_render | function | modules/ |
Menu callback; Return an element suitable for use by ajax_deliver(). |
anonymous_user_unblock_test.module | file | modules/ |
Dummy module implementing hook_user_load(). |
anonymous_user_unblock_test_user_load | function | modules/ |
Implements hook_user_load(). |
ArchiverInterface::add | function | includes/ |
Adds the specified file or directory to the archive. |
ArchiverTar::add | function | modules/ |
|
ArchiverZip::add | function | modules/ |
|
Archive_Tar::add | function | modules/ |
This method add the files / directories that are listed in $p_filelist in the archive. If the archive does not exist it is created. The method return false and a PEAR error text. The files and directories listed are only added at the end of the… |
Archive_Tar::addModify | function | modules/ |
This method add the files / directories listed in $p_filelist at the end of the existing archive. If the archive does not yet exists it is created. The $p_filelist parameter can be an array of string, each string representing a filename or a directory… |
Archive_Tar::addString | function | modules/ |
This method add a single string as a file at the end of the existing archive. If the archive does not yet exists it is created. |
Archive_Tar::createModify | function | modules/ |
This method creates the archive file and add the files / directories that are listed in $p_filelist. If the file already exists and is writable, it is replaced by the new tar. It is a create and not an add. If the file exists and is read-only or is a… |
Archive_Tar::extractModify | function | modules/ |
This method extract all the content of the archive in the directory indicated by $p_path. When relevant the memorized path of the files/dir can be modified by removing the $p_remove_path path at the beginning of the file/dir path. While extracting a… |
Archive_Tar::loadExtension | function | modules/ |
OS independent PHP extension load. Remember to take care on the correct extension name for case sensitive OSes. |
Archive_Tar::_addFile | function | modules/ |
|
Archive_Tar::_addList | function | modules/ |
|
Archive_Tar::_addString | function | modules/ |
|
Archive_Tar::_append | function | modules/ |
|
Archive_Tar::_dirCheck | function | modules/ |
Check if a directory exists and create it (including parent dirs) if not. |
Archive_Tar::_openAppend | function | modules/ |
|
Archive_Tar::_openRead | function | modules/ |
|
Archive_Tar::_openReadWrite | function | modules/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.