- ajax_example_node_by_author_node_autocomplete_callback in modules/
examples/ ajax_example/ ajax_example_autocomplete.inc - Autocomplete callback for nodes by title but limited by author.
- ajax_example_progressbar_progress in modules/
examples/ ajax_example/ ajax_example_progressbar.inc - Get the progress bar execution status as JSON.
- ajax_example_simple_user_autocomplete_callback in modules/
examples/ ajax_example/ ajax_example_autocomplete.inc - This is just a copy of user_autocomplete().
- ajax_example_unique_node_autocomplete_callback in modules/
examples/ ajax_example/ ajax_example_autocomplete.inc - Autocomplete callback for nodes by title.
- backdrop_json_deliver in core/
includes/ common.inc - Packages and sends the result of a page callback to the browser as JSON.
- color_save_preview_settings in core/
modules/ color/ color.module - Callback function to handle saving preview settings to the user's session.
- database_test_db_query_temporary in core/
modules/ simpletest/ tests/ database_test.module - Run a db_query_temporary and output the table name and its number of rows.
- database_test_even_pager_query in core/
modules/ simpletest/ tests/ database_test.module - Run a pager query and return the results.
- database_test_odd_pager_query in core/
modules/ simpletest/ tests/ database_test.module - Run a pager query and return the results.
- database_test_tablesort in core/
modules/ simpletest/ tests/ database_test.module - Run a tablesort query and return the results.
- database_test_tablesort_first in core/
modules/ simpletest/ tests/ database_test.module - Run a tablesort query with a second order_by after and return the results.
- drupal_json_output in core/
includes/ drupal.inc - Prints data to the page in JSON format.
- entityreference_autocomplete_callback_get_matches in core/
modules/ entityreference/ entityreference.module - Return JSON based on given field, instance and string.
- form_test_color_submit in core/
modules/ simpletest/ tests/ form_test.module - Form submission handler for form_test_color().
- form_test_email_submit in core/
modules/ simpletest/ tests/ form_test.module - Form submission handler for form_test_email().
- form_test_form_state_values_clean_form_submit in core/
modules/ simpletest/ tests/ form_test.module - Form submit handler for form_state_values_clean() test form.
- form_test_h5datetime_submit in core/
modules/ simpletest/ tests/ form_test.module - Form submission handler for form_test_h5datetime().
- form_test_no_access_h5date_h5time_submit in core/
modules/ simpletest/ tests/ form_test.module - Form submission handler for form_test_disabled_h5datetime().
- form_test_select_submit in core/
modules/ simpletest/ tests/ form_test.module - Form submit handler for form_test_select().
- form_test_storage_legacy_handler in core/
modules/ simpletest/ tests/ form_test.module - Emulate legacy AHAH-style ajax callback.
- form_test_url_submit in core/
modules/ simpletest/ tests/ form_test.module - Form submission handler for form_test_url().
- node_autocomplete in core/
modules/ node/ node.pages.inc - Autocomplete callback for nodes by title.
- path_autocomplete in core/
modules/ system/ system.module - Menu callback; Autocomplete callback for paths.
- system_token_browser_output in core/
modules/ system/ system.pages.inc - Token browser JSON endpoint delivery callback.
- views_ajax_autocomplete_taxonomy in core/
modules/ views/ includes/ ajax.inc - Page callback for views taxonomy autocomplete.
- views_ajax_autocomplete_user in core/
modules/ views/ includes/ ajax.inc - Page callback for views user autocomplete
- _batch_do in core/
includes/ batch.inc - Does one execution pass with JavaScript and returns progress to the browser.
- _form_test_checkbox_submit in core/
modules/ simpletest/ tests/ form_test.module - Return the form values via JSON.
- _form_test_disabled_elements_submit in core/
modules/ simpletest/ tests/ form_test.module - Return the form values via JSON.
- _form_test_input_forgery_submit in core/
modules/ simpletest/ tests/ form_test.module - Return the form values via JSON.
- _form_test_submit_values_json in core/
modules/ simpletest/ tests/ form_test.module - Form submit handler to return form values as JSON.