Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

ajax_command_redirect in includes/ajax.inc
Provides an AJAX command to set the window.location, loading that URL.
ajax_pre_render_element in includes/ajax.inc
Adds Ajax information about an element to communicate with JavaScript.
backdrop_add_feed in includes/common.inc
Adds a feed URL for the current page.
backdrop_common_theme in includes/common.inc
Provides theme registration for themes across .inc files.
backdrop_override_server_variables in includes/bootstrap.inc
Sets appropriate server variables needed for command line scripts to work.
BackdropWebTestCase::backdropPostAJAX in modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BackdropWebTestCase::checkForMetaRefresh in modules/simpletest/backdrop_web_test_case.php
Check for meta refresh tag and if found call backdropGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
BackdropWebTestCase::handleForm in modules/simpletest/backdrop_web_test_case.php
Handle form input related to backdropPost(). Ensure that the specified fields exist and attempt to create POST data in the correct manner for the particular field type.
BackdropWebTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
batch_process in includes/form.inc
Processes the batch.
_batch_progress_page in includes/batch.inc
Outputs a batch processing page.
BootstrapOverrideServerVariablesTestCase::testBackdropOverrideServerVariablesProvidedURL in modules/simpletest/tests/bootstrap.test
Test providing a direct URL to to backdrop_override_server_variables().
ckeditor_image_upload in modules/ckeditor/ckeditor.pages.inc
Menu callback; Saves images uploaded via copy/paste into the editor.
comment_form in modules/comment/comment.module
Form constructor for the basic commenting form.
comment_token_info in modules/comment/comment.tokens.inc
Implements hook_token_info().
comment_tokens in modules/comment/comment.tokens.inc
Implements hook_tokens().
CommonURLWebTestCase::testUrl in modules/simpletest/tests/common.test
Test url() with/without query, with/without fragment, absolute on/off and assert all that works when clean URLs are on and off.
DashboardNewsBlock::form in modules/dashboard/includes/block.news.inc
DashboardNewsBlock::getContent in modules/dashboard/includes/block.news.inc
Return the content of a block.
entity_token_info_alter in modules/entity/entity.tokens.inc
Implements hook_token_info_alter().
entity_tokens in modules/entity/entity.tokens.inc
Implements hook_tokens().
FeedIconTest::testFeedIconEscaping in modules/simpletest/tests/common.test
Check that special characters are correctly escaped. Test for issue #1211668.
FileDownloadTest::checkUrl in modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileManagedFileElementTestCase::testManagedFileParentsHash in modules/file/tests/file.test
Tests file_ajax_upload() parents_hash.
FormElementTestCase::testPlaceHolderText in modules/simpletest/tests/form.test
Tests placeholder text for elements that support placeholders.
FormsTestCase::testRequiredFields in modules/simpletest/tests/form.test
Check several empty values for required forms elements.
_form_test_disabled_elements in modules/simpletest/tests/form_test.module
Build a form to test disabled elements.
form_test_placeholder_test in modules/simpletest/tests/form_test.module
Builds a form to test the placeholder attribute.
form_test_url in modules/simpletest/tests/form_test.module
Form constructor for testing #type 'url' elements.
FormUrlTestCase::testFormUrl in modules/simpletest/tests/form.test
Tests that #type 'url' fields are properly validated and trimmed.
hook_theme in modules/system/system.api.php
Register a module (or theme's) theme implementations.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in modules/image/tests/image.test
Test image_style_url().
install_configure_form_submit in includes/install.core.inc
Form submission handler for install_configure_form().
InstallerBrowserAdministrationTestCase::setUp in modules/installer/tests/installer.test
Sets up a Backdrop site for running functional and integration tests.
_installer_browser_execute_query in modules/installer/installer.browser.inc
Helper function to execute queries for projects. Connects once to get the total count of projects, and then a second time to get all the projects in a repository.
installer_browser_get_server_list in modules/installer/installer.browser.inc
Gets the list of servers to use for fetching results.
installer_manager_download_project in modules/installer/installer.manager.inc
Downloads a project given a project url.
installer_manager_install_form in modules/installer/installer.manager.inc
Form constructor for the install form of the Installer module.
installer_manager_install_modal_callback in modules/installer/installer.manager.inc
AJAX callback to update the add/remove queue on bulk add.
installer_update_1001 in modules/installer/installer.install
Add Silkscreen Project repository
LinkAttributeCrudTest::testFormatters in modules/link/tests/link.attribute.test
Test the link_plain formatter and it's output.
link_field_info in modules/link/link.module
Implements hook_field_info().
link_field_instance_settings_form in modules/link/link.module
Implements hook_field_instance_settings_form().
link_field_is_empty in modules/link/link.module
Implements hook_field_is_empty().
link_field_process in modules/link/link.module
Processes the link type element before displaying the field.
link_field_schema in modules/link/link.install
Implements hook_field_schema().
link_field_validate in modules/link/link.module
Implements hook_field_validate().
link_field_widget_error in modules/link/link.module
Implements hook_field_widget_error().
_link_parse_url in modules/link/link.module
Because parse_url doesn't work with relative URLs.
_link_process in modules/link/link.module
Prepares the item attributes and URL for storage.
_link_sanitize in modules/link/link.module
Clean up user-entered values for a link field according to field settings.
_link_validate in modules/link/link.module
Validates that the link field has been entered properly.
LinkValidateTest::testXss in modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::validateUrl in modules/link/tests/link.validate.test
Checks if a URL is valid through the UI.
menu_tokens in modules/menu/menu.tokens.inc
Implements hook_tokens() on behalf of menu.module.
node_token_info in modules/node/node.tokens.inc
Implements hook_token_info().
node_tokens in modules/node/node.tokens.inc
Implements hook_tokens().
redirect_element_validate_redirect in modules/redirect/redirect.admin.inc
Element validate handler; validate the redirect of an URL redirect.
redirect_parse_url in modules/redirect/redirect.module
Parse URLs into component parts: fragment, query, protocol, and URL.
RedirectTestHelper::addRedirect in modules/redirect/tests/redirect.test
Add an URL redirection.
search-results.tpl.php in modules/search/templates/search-results.tpl.php
Default theme implementation for displaying search results.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in modules/simpletest/tests/simpletest.test
Test BackdropWebTestCase::getAbsoluteUrl().
system_element_info in modules/system/system.module
Implements hook_element_info().
system_token_info in modules/system/system.tokens.inc
Implements hook_token_info().
system_tokens in modules/system/system.tokens.inc
Implements hook_tokens().
taxonomy_token_info in modules/taxonomy/taxonomy.tokens.inc
Implements hook_token_info().
taxonomy_tokens in modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
template_preprocess_search_results in modules/search/search.theme.inc
Process variables for search-results.tpl.php.
template_preprocess_views_view_row_search in modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
theme_feed_icon in includes/theme.inc
Returns HTML for a feed icon.
theme_link_field in modules/link/link.theme.inc
Formats a link field widget.
theme_link_formatter_link_absolute in modules/link/link.theme.inc
Formats a link as an absolute URL.
theme_link_formatter_link_default in modules/link/link.theme.inc
Formats a link.
theme_link_formatter_link_domain in modules/link/link.theme.inc
Formats a link using the URL's domain for it's link text.
theme_link_formatter_link_label in modules/link/link.theme.inc
Formats a link using the field's label as link text.
theme_link_formatter_link_plain in modules/link/link.theme.inc
Formats a link (or its title) as plain text.
theme_link_formatter_link_separate in modules/link/link.theme.inc
Formats a link as separate title and URL elements.
theme_link_formatter_link_short in modules/link/link.theme.inc
Formats a link using "Link" as the link text.
theme_link_formatter_link_url in modules/link/link.theme.inc
Formats a link using an alternate display URL for its link text.
theme_more_help_link in includes/theme.inc
Returns HTML for a "more help" link.
theme_more_link in includes/theme.inc
Returns HTML for a "more" link, like those used in blocks.
theme_node_recent_block in modules/node/node.theme.inc
Returns HTML for a list of recent content.
theme_test_init in modules/simpletest/tests/theme_test.module
Implements hook_init().
TokenCommentTestCase::testCommentTokens in modules/simpletest/tests/token.test
TokenMenuTestCase::testMenuTokens in modules/simpletest/tests/token.test
TokenTaxonomyTestCase::testTaxonomyTokens in modules/simpletest/tests/token.test
Test the additional taxonomy term tokens.
TokenURLTestCase::testURLTokens in modules/simpletest/tests/token.test
user_token_info in modules/user/user.tokens.inc
Implements hook_token_info().
user_tokens in modules/user/user.tokens.inc
Implements hook_tokens().
ViewsBlock::prepare in modules/views/includes/views.block.inc
Do any processing prior to getTitle() and getContent() being called.
views_handler_field_url::render in modules/views/handlers/views_handler_field_url.inc
Render the field.
views_handler::sanitize_value in modules/views/includes/handlers.inc
Sanitize the value for output.
views_plugin_display_block::options_form in modules/views/plugins/views_plugin_display_block.inc
Provide the default form for setting options.
views_plugin_style_rss::attach_to in modules/views/plugins/views_plugin_style_rss.inc
views_token_info in modules/views/views.tokens.inc
Implements hook_token_info().
views_tokens in modules/views/views.tokens.inc
Implements hook_tokens().