20 calls to drupal_json_output()
- database_test_db_query_temporary in drupal-7.x/
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 drupal-7.x/
modules/ simpletest/ tests/ database_test.module - Run a pager query and return the results.
- database_test_odd_pager_query in drupal-7.x/
modules/ simpletest/ tests/ database_test.module - Run a pager query and return the results.
- database_test_tablesort in drupal-7.x/
modules/ simpletest/ tests/ database_test.module - Run a tablesort query and return the results.
- database_test_tablesort_first in drupal-7.x/
modules/ simpletest/ tests/ database_test.module - Run a tablesort query with a second order_by after and return the results.
- file_ajax_progress in drupal-7.x/
modules/ file/ file.module - Menu callback for upload progress.
- form_test_form_state_values_clean_form_submit in drupal-7.x/
modules/ simpletest/ tests/ form_test.module - Form submit handler for form_state_values_clean() test form.
- form_test_select_submit in drupal-7.x/
modules/ simpletest/ tests/ form_test.module - Form submit handler for form_test_select().
- menu_parent_options_js in drupal-7.x/
modules/ menu/ menu.module - Page callback. Get all the available menus and menu items as a JavaScript array.
- profile_admin_settings_autocomplete in drupal-7.x/
modules/ profile/ profile.admin.inc - Retrieve a pipe delimited string of autocomplete suggestions for profile categories
- profile_autocomplete in drupal-7.x/
modules/ profile/ profile.pages.inc - Callback to allow autocomplete of profile text fields.
- system_date_time_lookup in drupal-7.x/
modules/ system/ system.admin.inc - Return the date for a given format string via Ajax.
- system_timezone in drupal-7.x/
modules/ system/ system.module - Menu callback; Retrieve a JSON object containing a suggested time zone name.
- taxonomy_autocomplete in drupal-7.x/
modules/ taxonomy/ taxonomy.pages.inc - Page callback: Outputs JSON for taxonomy autocomplete suggestions.
- user_autocomplete in drupal-7.x/
modules/ user/ user.pages.inc - Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
- _batch_do in drupal-7.x/
includes/ batch.inc - Does one execution pass with JavaScript and returns progress to the browser.
- _form_test_checkbox_submit in drupal-7.x/
modules/ simpletest/ tests/ form_test.module - Return the form values via JSON.
- _form_test_disabled_elements_submit in drupal-7.x/
modules/ simpletest/ tests/ form_test.module - Return the form values via JSON.
- _form_test_input_forgery_submit in drupal-7.x/
modules/ simpletest/ tests/ form_test.module - Return the form values via JSON.
- _form_test_submit_values_json in drupal-7.x/
modules/ simpletest/ tests/ form_test.module - Form submit handler to return form values as JSON.