- admin_bar_preprocess_page in core/
modules/ admin_bar/ admin_bar.module - Implements hook_preprocess_page().
- admin_bar_suppress in core/
modules/ admin_bar/ admin_bar.module - Suppress display of administration bar.
- 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.
- ajax_render in core/
includes/ ajax.inc - Renders a commands array into JSON.
- ajax_test_render in core/
modules/ simpletest/ tests/ ajax_test.module - Menu callback; Return an element suitable for use by ajax_deliver().
- backdrop_add_icons in core/
includes/ common.inc - Adds icons to the page to make them available in JS and CSS files.
- backdrop_add_tabledrag in core/
includes/ common.inc - Assists in adding the tableDrag JavaScript behavior to a themed table.
- backdrop_get_js in core/
includes/ common.inc - Returns a themed presentation of all JavaScript code for the current page.
- backdrop_theme_initialize in core/
includes/ theme.inc - Initializes the theme system by loading the theme.
- color.inc in core/
themes/ bartik/ color/ color.inc - CommonJavaScriptTestCase::testAddExternal in core/
modules/ simpletest/ tests/ common.test - Tests adding an external JavaScript File.
- CommonJavaScriptTestCase::testAddFile in core/
modules/ simpletest/ tests/ common.test - Test adding a JavaScript file.
- CommonJavaScriptTestCase::testAddInline in core/
modules/ simpletest/ tests/ common.test - Test adding inline scripts.
- CommonJavaScriptTestCase::testAddSetting in core/
modules/ simpletest/ tests/ common.test - Test adding settings.
- CommonJavaScriptTestCase::testAggregatedAttributes in core/
modules/ simpletest/ tests/ common.test - Tests that attributes are maintained when JS aggregation is enabled.
- CommonJavaScriptTestCase::testAggregation in core/
modules/ simpletest/ tests/ common.test - Test JavaScript grouping and aggregation.
- CommonJavaScriptTestCase::testAggregationOrder in core/
modules/ simpletest/ tests/ common.test - Tests JavaScript aggregation when files are added to a different scope.
- CommonJavaScriptTestCase::testAlter in core/
modules/ simpletest/ tests/ common.test - Test altering a JavaScript's weight via hook_js_alter().
- CommonJavaScriptTestCase::testAttributes in core/
modules/ simpletest/ tests/ common.test - Tests adding JavaScript files with additional attributes.
- CommonJavaScriptTestCase::testDefault in core/
modules/ simpletest/ tests/ common.test - Test default JavaScript is empty.
- CommonJavaScriptTestCase::testDeprecatedBrowserConditionalComments in core/
modules/ simpletest/ tests/ common.test - Test deprecated conditional comments are no longer output.
- CommonJavaScriptTestCase::testDifferentGroup in core/
modules/ simpletest/ tests/ common.test - Test adding a JavaScript file with a different group.
- CommonJavaScriptTestCase::testDifferentWeight in core/
modules/ simpletest/ tests/ common.test - Test adding a JavaScript file with a different weight.
- CommonJavaScriptTestCase::testFooterHTML in core/
modules/ simpletest/ tests/ common.test - Test backdrop_get_js() with a footer scope.
- CommonJavaScriptTestCase::testHeaderSetting in core/
modules/ simpletest/ tests/ common.test - Test backdrop_get_js() for JavaScript settings.
- CommonJavaScriptTestCase::testNoCache in core/
modules/ simpletest/ tests/ common.test - Test backdrop_add_js() sets preprocess to false when cache is set to false.
- CommonJavaScriptTestCase::testRenderDifferentWeight in core/
modules/ simpletest/ tests/ common.test - Test rendering the JavaScript with a file's weight above jQuery's.
- CommonJavaScriptTestCase::testRenderExternal in core/
modules/ simpletest/ tests/ common.test - Test rendering an external JavaScript file.
- CommonJavaScriptTestCase::testRenderOrder in core/
modules/ simpletest/ tests/ common.test - Test JavaScript ordering.
- CommonJavaScriptTestCase::testReset in core/
modules/ simpletest/ tests/ common.test - Test to see if resetting the JavaScript empties the cache.
- CommonJavaScriptTestCase::testVersionQueryString in core/
modules/ simpletest/ tests/ common.test - Test JavaScript versioning.
- 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.
- drupal_add_js in core/
includes/ drupal.inc - Adds a JavaScript file, setting, or inline code to the page.
- file_ajax_upload in core/
modules/ file/ file.module - Ajax callback: Processes file uploads and deletions.
- installer_browser_installation_select_versions_form in core/
modules/ installer/ installer.pages.inc - Form builder for the select versions form.
- installer_browser_page in core/
modules/ installer/ installer.pages.inc - Page to display the projects.
- install_configure_form in core/
includes/ install.core.inc - Form constructor for a form to configure the new site.
- 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.
- menu_form_node_type_form_alter in core/
modules/ menu/ menu.module - Implements hook_form_FORM_ID_alter().
- path_patterns_form in core/
modules/ path/ path.admin.inc - Form builder; Configure the URL alias patterns.
- system_add_module_assets in core/
modules/ system/ system.module - Adds CSS and JavaScript files declared in module .info files.
- system_performance_settings in core/
modules/ system/ system.admin.inc - Form builder; Configure site performance settings.
- system_urls_settings in core/
modules/ system/ system.admin.inc - Form builder; Configure clean URL settings.
- system_user_timezone in core/
modules/ system/ system.module - Add the time zone field to the user edit and register forms.
- template_preprocess_views_view in core/
modules/ views/ templates/ views.theme.inc - Preprocess the primary theme implementation for a view.
- template_preprocess_views_view_table in core/
modules/ views/ templates/ views.theme.inc - Display a view as a table style.
- ThemeTableUnitTest::testThemeTableNoStickyHeaders in core/
modules/ simpletest/ tests/ theme.test - If $sticky is FALSE, no tableheader.js should be included.
- ThemeTableUnitTest::testThemeTableStickyHeaders in core/
modules/ simpletest/ tests/ theme.test - Tableheader.js provides 'sticky' table headers, and is included by default.
- 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_status_report in core/
modules/ system/ system.theme.inc - Returns HTML for the status report.
- theme_table in core/
includes/ theme.inc - Returns HTML for a table.
- theme_tableselect in core/
includes/ form.inc - Returns HTML for a table with radio buttons or checkboxes.
- 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_token_tree in core/
modules/ system/ system.theme.inc - Provide a 'tree' display of nested tokens.
- theme_token_tree_link in core/
modules/ system/ system.theme.inc - Theme a link to a token tree either as a regular link or a dialog.
- user_admin_settings in core/
modules/ user/ user.admin.inc - Form builder; Configure user settings for this site.
- ViewsCacheTest::testHeaderStorage in core/
modules/ views/ tests/ views_cache.test - Tests css/js storage and restoring mechanism.
- views_add_js in core/
modules/ views/ views.module - Include views .js files.
- 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_ajax_form in core/
modules/ views_ui/ views_ui.admin.inc - Generic entry point to handle forms.
- _backdrop_theme_initialize in core/
includes/ theme.inc - Initializes the theme system given already loaded information.
- _batch_progress_page in core/
includes/ batch.inc - Outputs a batch processing page.
- _form_options_validate in core/
modules/ field/ modules/ options/ options.element.inc - Logic function for form_options_validate(). Do not call directly.