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