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