- admin_bar_links_icon in core/
modules/ admin_bar/ admin_bar.inc - Build icon menu links; mostly containing maintenance helpers.
- AJAXFrameworkTestCase::testAJAXRender in core/
modules/ simpletest/ tests/ ajax.test - Test that ajax_render() returns JavaScript settings generated during the page request.
- backdrop_add_icons in core/
includes/ common.inc - Adds icons to the page to make them available in JS and CSS files.
- backdrop_add_js in core/
includes/ common.inc - Adds a JavaScript file, setting, or inline code to the page.
- ckeditor_get_settings in core/
modules/ ckeditor/ ckeditor.module - Editor JS settings callback; Add CKEditor settings to the page for a format.
- color_css_alter in core/
modules/ color/ color.module - Implements hook_css_alter().
- color_save_configuration in core/
modules/ color/ color.module - Generates the necessary CSS and images based on a color palette.
- CommonJavaScriptTestCase::testAddFile in core/
modules/ simpletest/ tests/ common.test - Test adding a JavaScript file.
- CommonURLWebTestCase::testUrl in core/
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.
- DashboardTest::testDashboardLayout in core/
modules/ dashboard/ tests/ dashboard.test - Test the dashboard layout.
- FileURLRewritingTest::testPublicCreatedFileURL in core/
modules/ simpletest/ tests/ file.test - Test the generating of rewritten public created file URLs.
- FileURLRewritingTest::testShippedFileURL in core/
modules/ simpletest/ tests/ file.test - Test the generating of rewritten shipped file URLs.
- file_icon_url in core/
modules/ file/ file.module - Creates a URL to the icon for a file entity.
- file_test_file_url_alter in core/
modules/ simpletest/ tests/ file_test.module - Implements hook_file_url_alter().
- installer_authorize_update_batch_finished in core/
modules/ installer/ installer.authorize.inc - Batch callback: Performs actions when the authorized update batch is done.
- LayoutRendererStandard::addCss in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Add CSS information to the renderer.
- LocalePathFunctionalTest::testPathLanguageConfiguration in core/
modules/ locale/ tests/ locale.test - Test if a language can be associated with a URL alias.
- LocaleUILanguageNegotiationTest::testUrlLanguageFallback in core/
modules/ locale/ tests/ locale.test - Test URL language detection when the requested URL has no language.
- LocaleUrlRewritingTest::checkUrl in core/
modules/ locale/ tests/ locale.test - Check URL rewriting for the given language.
- PathTestCase::testAdminAlias in core/
modules/ path/ tests/ path.test - Tests alias functionality through the admin interfaces.
- RedirectFunctionalTest::testPathChangeRedirects in core/
modules/ redirect/ tests/ redirect.test - Tests renaming automatic aliases in a circular loop.
- redirect_parse_url in core/
modules/ redirect/ redirect.module - Parse URLs into component parts: fragment, query, protocol, and URL.
- redirect_url in core/
modules/ redirect/ redirect.module - Build the URL of a redirect for display purposes only.
- search_index in core/
modules/ search/ search.module - Update the full-text search index for a particular item.
- system_jump_menu_submit in core/
modules/ system/ system.module - Submit handler for the jump menu.
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- template_preprocess_header in core/
includes/ theme.inc - Preprocess variables for header.tpl.php
- template_preprocess_maintenance_page in core/
includes/ theme.inc - Prepares variables for maintenance-page templates.
- TokenURLTestCase::testURLTokens in core/
modules/ simpletest/ tests/ token.test - update_info_page in core/
update.php - Provides an overview of the Backdrop site update.
- update_results_page in core/
update.php - Displays results of the update script with any accompanying errors.
- url in core/
includes/ common.inc - Generates an internal or external URL.
- UrlAlterFunctionalTest::assertUrlOutboundAlter in core/
modules/ simpletest/ tests/ path.test - Assert that an outbound path is altered to an expected value.
- views_handler_field::render_text in core/
modules/ views/ handlers/ views_handler_field.inc - Perform an advanced text render for the item.
- views_handler_field_file_icon::renderImg in core/
modules/ file/ views/ views_handler_field_file_icon.inc - Render the icon as img tag.
- views_plugin_style_jump_menu::render in core/
modules/ views/ plugins/ views_plugin_style_jump_menu.inc - Render the display in this style.
- _color_rewrite_stylesheet in core/
modules/ color/ color.module - Rewrites the stylesheet to match the colors in the palette.