| ajax_forms_test_advanced_commands_before_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'before'. |
| ajax_forms_test_advanced_commands_changed_asterisk_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'changed' with asterisk marking inner div. |
| ajax_forms_test_advanced_commands_changed_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'changed'. |
| ajax_forms_test_advanced_commands_css_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'css'. |
| ajax_forms_test_advanced_commands_data_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'data'. |
| ajax_forms_test_advanced_commands_html_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'html'. |
| ajax_forms_test_advanced_commands_prepend_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'prepend'. |
| ajax_forms_test_advanced_commands_remove_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'remove'. |
| ajax_forms_test_advanced_commands_restripe_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback for 'restripe'. |
| ajax_forms_test_ajax_commands_form | modules/simpletest/tests/ajax_forms_test.module | Form to display the AJAX Commands. |
| ajax_forms_test_menu | modules/simpletest/tests/ajax_forms_test.module | Implements hook_menu(). |
| ajax_forms_test_simple_form | modules/simpletest/tests/ajax_forms_test.module | A basic form used to test form_state['values'] during callback. |
| ajax_forms_test_simple_form_checkbox_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback triggered by checkbox. |
| ajax_forms_test_simple_form_select_callback | modules/simpletest/tests/ajax_forms_test.module | AJAX callback triggered by select. |
| ajax_form_callback | includes/ajax.inc | Menu callback; handles AJAX requests for the #ajax Form API property. |
| ajax_get_form | includes/ajax.inc | Get a form submitted via #ajax during an AJAX callback. |
| ajax_process_form | includes/ajax.inc | Add AJAX information about a form element to the page to communicate with JavaScript. |
| ajax_render | includes/ajax.inc | Render a commands array into JSON. |
| ajax_test_error | modules/simpletest/tests/ajax_test.module | Menu callback; Returns AJAX element with #error property set. |
| ajax_test_menu | modules/simpletest/tests/ajax_test.module | Implements hook_menu(). |
| ajax_test_render | modules/simpletest/tests/ajax_test.module | Menu callback; Returns $_GET['commands'] suitable for use by ajax_deliver(). |
| archiver_get_archiver | includes/common.inc | Create the appropriate archiver for the specified file. |
| archiver_get_info | includes/common.inc | Retrieves a list of all available archivers. |
| arg | includes/path.inc | Return a component of the current Drupal path. |
| authorize_access_allowed | ./authorize.php | Determine if the current user is allowed to run authorize.php. |
| authorize_access_denied_page | ./authorize.php | Render a 403 access denied page for authorize.php |
| authorize_filetransfer_form | includes/authorize.inc | Build the form for choosing a FileTransfer type and supplying credentials. |
| authorize_filetransfer_form_submit | includes/authorize.inc | Submit callback when a file transfer is being authorized. |
| authorize_filetransfer_form_validate | includes/authorize.inc | Validate callback for the filetransfer authorization form. |
| authorize_get_filetransfer | includes/authorize.inc | Get a FileTransfer class for a specific transfer method and settings. |
| authorize_run_operation | includes/authorize.inc | Run the operation specified in $_SESSION['authorize_operation'] |
| backtrace_error_handler | sites/all/modules/devel/devel.module | |
| base_path | includes/common.inc | Return the base URL path (i.e., directory) of the Drupal installation. |
| batch_get | includes/form.inc | Retrieves the current batch. |
| batch_load | includes/batch.inc | Loads a batch from the database. |
| batch_process | includes/form.inc | Processes the batch. |
| batch_set | includes/form.inc | Opens a new batch. |
| batch_test_chained_form | modules/simpletest/tests/batch_test.module | Form with chained submit callbacks. |
| batch_test_chained_form_submit_1 | modules/simpletest/tests/batch_test.module | Submit handler #1 for the chained form. |
| batch_test_chained_form_submit_2 | modules/simpletest/tests/batch_test.module | Submit handler #2 for the chained form. |
| batch_test_chained_form_submit_3 | modules/simpletest/tests/batch_test.module | Submit handler #3 for the chained form. |
| batch_test_chained_form_submit_4 | modules/simpletest/tests/batch_test.module | Submit handler #4 for the chained form. |
| batch_test_menu | modules/simpletest/tests/batch_test.module | Implement hook_menu(). |
| batch_test_mock_form | modules/simpletest/tests/batch_test.module | A simple form with a textfield and submit button. |
| batch_test_mock_form_submit | modules/simpletest/tests/batch_test.module | Submit handler for the batch_test_mock form. |
| batch_test_multistep_form | modules/simpletest/tests/batch_test.module | Multistep form. |
| batch_test_multistep_form_submit | modules/simpletest/tests/batch_test.module | Submit handler for the multistep form. |
| batch_test_nested_drupal_form_submit | modules/simpletest/tests/batch_test.module | Menu callback: programmatically submits a form within a batch. |
| batch_test_no_form | modules/simpletest/tests/batch_test.module | Menu callback: fire a batch process without a form submission. |
| batch_test_programmatic | modules/simpletest/tests/batch_test.module | Menu callback: programmatically submits the 'Chained' form. |