admin_bar_deliver in modules/admin_bar/admin_bar.module
Delivery callback for client-side HTTP caching.
admin_bar_js_cache in modules/admin_bar/admin_bar.module
Menu callback; Output administration bar for HTTP caching via AJAX request.
ajax_deliver in includes/ajax.inc
Packages and sends the result of a page callback as an Ajax response.
ajax_set_verification_header in includes/ajax.inc
Sets a response header for ajax.js to trust the response body.
authorize_access_denied_page in ./authorize.php
Renders a 403 access denied page for authorize.php.
backdrop_deliver_html_page in includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
_backdrop_exception_handler in includes/bootstrap.inc
Provides custom PHP exception handling.
backdrop_json_deliver in includes/common.inc
Packages and sends the result of a page callback to the browser as JSON.
backdrop_json_output in includes/common.inc
Returns data in JSON format.
_backdrop_log_error in includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
backdrop_serve_page_from_cache in includes/bootstrap.inc
Sets HTTP headers in preparation for a cached page response.
backdrop_set_length_headers in includes/bootstrap.inc
Set headers for content-length and content-range.
drupal_add_http_header in includes/drupal.inc
Sets an HTTP response header for the current page.
existing_interest_cohort_policy in modules/simpletest/tests/common_test.module
Page callback. Used when testing existing interest-cohort policy.
existing_permissions_policy_header in modules/simpletest/tests/common_test.module
Page callback. Used when testing existing Permissions-Policy header.
fast_404 in includes/bootstrap.inc
Returns a simple 404 Not Found page.
file_download_page in modules/file/file.pages.inc
Menu callback; download a single file entity.
file_transfer in includes/file.inc
Transfers a file to the client using HTTP.
image_style_deliver in modules/image/image.module
Menu callback; Given a style and image path, generate a derivative.
_locale_export_po in includes/gettext.inc
Writes a generated PO or POT file to the output.
menu_execute_active_handler in includes/menu.inc
Execute the page callback associated with the current path.
node_feed in modules/node/node.module
Page callback: Generates and prints an RSS feed.
redirect_goto in modules/redirect/redirect.module
Redirect callback; perform an URL redirect.
system_test_set_header in modules/simpletest/tests/system_test.module
system_transliterate_ajax in modules/system/system.admin.inc
Ajax callback; Returns the transliterated version for a given string.
template_preprocess_views_view_rss in modules/views/templates/views.theme.inc
Preprocess an RSS feed
theme_install_page in includes/theme.maintenance.inc
Returns HTML for the installation page.
theme_update_page in includes/theme.maintenance.inc
Returns HTML for the update page.
update_access_denied_page in ./update.php
Renders a 403 access denied page for update.php.
update_callback_service_unavailable in modules/update/tests/update_test/update_test.module
Page callback: Displays an Error 503 (Service unavailable) page.
views_plugin_cache::restore_headers in modules/views/plugins/views_plugin_cache.inc
Restore out of band data saved to cache. Copied from Panels.