- ajax_forms_test_lazy_load_form_submit in core/
modules/ simpletest/ tests/ ajax_forms_test.module - Form submit handler: Adds JavaScript and CSS that wasn't on the original form.
- backdrop_get_css in core/
includes/ common.inc - Returns a themed representation of all stylesheets to attach to the page.
- bartik_preprocess_maintenance_page in core/
themes/ bartik/ template.php - Prepares variables for maintenance page templates.
- basis_preprocess_maintenance_page in core/
themes/ basis/ template.php - Prepares variables for maintenance page templates.
- CommonCascadingStylesheetsTestCase::testAddExternal in core/
modules/ simpletest/ tests/ common.test - Tests adding an external stylesheet.
- CommonCascadingStylesheetsTestCase::testAddFile in core/
modules/ simpletest/ tests/ common.test - Tests adding a file stylesheet.
- CommonCascadingStylesheetsTestCase::testDefault in core/
modules/ simpletest/ tests/ common.test - Check default stylesheets as empty.
- CommonCascadingStylesheetsTestCase::testRenderExternal in core/
modules/ simpletest/ tests/ common.test - Tests rendering an external stylesheet.
- CommonCascadingStylesheetsTestCase::testRenderFile in core/
modules/ simpletest/ tests/ common.test - Tests rendering the stylesheets.
- CommonCascadingStylesheetsTestCase::testRenderInlineNoPreprocess in core/
modules/ simpletest/ tests/ common.test - Tests rendering inline stylesheets with preprocessing off.
- CommonCascadingStylesheetsTestCase::testRenderInlinePreprocess in core/
modules/ simpletest/ tests/ common.test - Tests rendering inline stylesheets with preprocessing on.
- CommonCascadingStylesheetsTestCase::testRenderOrder in core/
modules/ simpletest/ tests/ common.test - Test CSS ordering.
- CommonCascadingStylesheetsTestCase::testRenderOverride in core/
modules/ simpletest/ tests/ common.test - Test CSS override.
- CommonCascadingStylesheetsTestCase::testRenderStylesAttributes in core/
modules/ simpletest/ tests/ common.test - Test CSS Styles with attributes rendering.
- CommonCascadingStylesheetsTestCase::testReset in core/
modules/ simpletest/ tests/ common.test - Makes sure that resetting the CSS empties the cache.
- common_test_js_and_css_querystring in core/
modules/ simpletest/ tests/ common_test.module - Adds a JavaScript file and a CSS file with a query string appended.
- common_test_render_inline_full_page in core/
modules/ simpletest/ tests/ common_test.module - Render a page with inline CSS.
- DashboardUpdateBlock::getContent in core/
modules/ dashboard/ includes/ block.update.inc - Return the content of a block.
- dblog_init in core/
modules/ dblog/ dblog.module - Implements hook_init().
- drupal_add_css in core/
includes/ drupal.inc - Adds a cascading stylesheet to the stylesheet queue.
- hook_init in core/
modules/ system/ system.api.php - Perform setup tasks for non-cached page requests.
- installer_browser_installation_page in core/
modules/ installer/ installer.pages.inc - Menu callback; page to install projects.
- installer_browser_installation_theme_form in core/
modules/ installer/ installer.pages.inc - Form builder for theme install.
- js_example_js_weights in modules/
examples/ js_example/ js_example.module - Weights demonstration.
- LayoutRendererEditor::addMeta in core/
modules/ layout/ plugins/ renderers/ layout_renderer_editor.inc - Attach out-of-band page metadata (e.g., CSS and JS).
- LayoutRendererFlexible::addMeta in core/
modules/ layout/ plugins/ renderers/ layout_renderer_flexible.inc - Attach page metadata.
- LayoutRendererStandard::addCss in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Add CSS information to the renderer.
- locale_block_view in core/
modules/ locale/ locale.module - Implements hook_block_view().
- locale_language_switcher_session in core/
includes/ locale.inc - Return the session language switcher block.
- locale_translate_seek_screen in core/
modules/ locale/ locale.pages.inc - String search screen.
- simpletest_result_form in core/
modules/ simpletest/ simpletest.pages.inc - Test results form for $test_id.
- system_add_module_assets in core/
modules/ system/ system.module - Adds CSS and JavaScript files declared in module .info files.
- system_init in core/
modules/ system/ system.module - Implements hook_init().
- taxonomy_overview_vocabularies in core/
modules/ taxonomy/ taxonomy.admin.inc - Page callback at admin/structure/taxonomy to list all available vocabularies.
- telemetry_report in core/
modules/ telemetry/ telemetry.admin.inc - template_preprocess_date_views_pager in core/
modules/ date/ date.theme.inc - Preprocess function for Date pager template.
- template_preprocess_installer_browser_list in core/
modules/ installer/ installer.theme.inc - Add some variables for the projects list theme.
- template_preprocess_user_simplified_page in core/
modules/ user/ user.theme.inc - Preprocess variables for user-simplified-page.tpl.php.
- theme_path_bulk_update_form in core/
modules/ path/ path.admin.inc - Returns HTML for the Path bulk update page.
- theme_simpletest_test_table in core/
modules/ simpletest/ simpletest.theme.inc - Returns HTML for a test list generated by simpletest_test_form() into a table.
- theme_taxonomy_overview_terms in core/
modules/ taxonomy/ taxonomy.theme.inc - Returns HTML for a terms overview form as a sortable list of terms.
- theme_update_report in core/
modules/ update/ update.theme.inc - Returns HTML for the project status report.
- ViewsCacheTest::testHeaderStorage in core/
modules/ views/ tests/ views_cache.test - Tests css/js storage and restoring mechanism.
- views_add_css in core/
modules/ views/ views.module - Include views .css files.
- views_ajax_form_wrapper in core/
modules/ views/ includes/ ajax.inc - Wrapper around backdrop_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
- views_plugin_cache::cache_start in core/
modules/ views/ plugins/ views_plugin_cache.inc - Start caching javascript, css and other out of band info.
- views_plugin_cache::gather_headers in core/
modules/ views/ plugins/ views_plugin_cache.inc - Gather out of band data, compare it to what we started with and store the difference.
- views_plugin_cache::restore_headers in core/
modules/ views/ plugins/ views_plugin_cache.inc - Restore out of band data saved to cache. Copied from Panels.
- views_test_views_pre_render in core/
modules/ views/ tests/ views_test/ views_test.module - Implements hook_views_pre_render().
- views_ui_add_admin_css in core/
modules/ views_ui/ views_ui.admin.inc - Adds standard Views administration CSS to the current page.
- _backdrop_maintenance_theme in core/
includes/ theme.maintenance.inc - Sets up the theme system for the maintenance page.
- _backdrop_theme_initialize in core/
includes/ theme.inc - Initializes the theme system given already loaded information.
- _batch_page in core/
includes/ batch.inc - Renders the batch processing page based on the current state of the batch.
- _locale_translate_language_list in core/
modules/ locale/ locale.pages.inc - List languages in search result table