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_advanced_commands_settings_callback |
modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'settings'. |
ajax_forms_test_ajax_commands_form |
modules/simpletest/tests/ajax_forms_test.module |
Form to display the Ajax Commands. |
ajax_forms_test_lazy_load_form |
modules/simpletest/tests/ajax_forms_test.module |
Form builder: Builds a form that triggers a simple AJAX callback. |
ajax_forms_test_lazy_load_form_ajax |
modules/simpletest/tests/ajax_forms_test.module |
AJAX callback for the ajax_forms_test_lazy_load_form() form. |
ajax_forms_test_lazy_load_form_submit |
modules/simpletest/tests/ajax_forms_test.module |
Form submit handler: Adds JavaScript and CSS that wasn't on the original form. |
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_forms_test_validation_form |
modules/simpletest/tests/ajax_forms_test.module |
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 |
modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for the 'drivertext' element of the validation form. |
ajax_forms_test_validation_form_submit |
modules/simpletest/tests/ajax_forms_test.module |
Submit handler for the validation form. |
ajax_get_form |
includes/ajax.inc |
Gets a form submitted via #ajax during an Ajax callback. |
ajax_prepare_response |
includes/ajax.inc |
Converts the return value of a page callback into an Ajax commands array. |
ajax_pre_render_element |
includes/ajax.inc |
Adds Ajax information about an element to communicate with JavaScript. |
ajax_process_form |
includes/ajax.inc |
Form element processing handler for the #ajax form property. |
ajax_render |
includes/ajax.inc |
Renders a commands array into JSON. |
ajax_set_verification_header |
includes/ajax.inc |
Sets a response header for ajax.js to trust the response body. |
ajax_test_dialog |
modules/simpletest/tests/ajax_test.module |
Menu callback: Renders a form elements and links with #ajax['dialog']. |
ajax_test_dialog_close |
modules/simpletest/tests/ajax_test.module |
Menu callback: Close the ajax dialog. |
ajax_test_dialog_contents |
modules/simpletest/tests/ajax_test.module |
Menu callback: Returns the contents for dialogs opened by ajax_test_dialog(). |
ajax_test_dialog_form |
modules/simpletest/tests/ajax_test.module |
Form builder: Renders buttons with #ajax['dialog']. |
ajax_test_dialog_form_callback_modal |
modules/simpletest/tests/ajax_test.module |
AJAX callback handler for ajax_test_dialog_form(). |
ajax_test_dialog_form_callback_nonmodal |
modules/simpletest/tests/ajax_test.module |
AJAX callback handler for ajax_test_dialog_form(). |
ajax_test_dialog_form_submit |
modules/simpletest/tests/ajax_test.module |
Non-AJAX behavior of the dialog buttons. |
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; Return an element suitable for use by ajax_deliver(). |
ajax_test_system_theme_info |
modules/simpletest/tests/ajax_test.module |
Implements hook_system_theme_info(). |
archiver_get_archiver |
includes/common.inc |
Creates the appropriate archiver for the specified file. |
archiver_get_extensions |
includes/common.inc |
Returns a string of supported archive extensions. |
archiver_get_info |
includes/common.inc |
Retrieves a list of all available archivers. |
arg |
includes/bootstrap.inc |
Returns a component of the current Backdrop path. |
authorize_access_allowed |
./authorize.php |
Determines if the current user is allowed to run authorize.php. |
authorize_access_denied_page |
./authorize.php |
Renders a 403 access denied page for authorize.php. |
_authorize_filetransfer_connection_settings |
includes/authorize.inc |
Generates the Form API array for a given connection backend's settings. |
_authorize_filetransfer_connection_settings_set_defaults |
includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
authorize_filetransfer_form |
includes/authorize.inc |
Form constructor for the file transfer authorization form. |
authorize_filetransfer_form_submit |
includes/authorize.inc |
Form submission handler for authorize_filetransfer_form(). |
authorize_filetransfer_form_validate |
includes/authorize.inc |
Form validation handler for authorize_filetransfer_form(). |
authorize_get_filetransfer |
includes/authorize.inc |
Gets a FileTransfer class for a specific transfer method and settings. |
authorize_run_operation |
includes/authorize.inc |
Runs the operation specified in $_SESSION['authorize_operation']. |
backdrop_access_denied |
includes/common.inc |
Delivers an "access denied" error to the browser. |
backdrop_add_css |
includes/common.inc |
Adds a cascading stylesheet to the stylesheet queue. |
backdrop_add_feed |
includes/common.inc |
Adds a feed URL for the current page. |
backdrop_add_html_head |
includes/common.inc |
Adds output to the HEAD tag of the HTML page. |
backdrop_add_html_head_link |
includes/common.inc |
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. |