- admin_bar_preprocess_page in core/
modules/ admin_bar/ admin_bar.module - Implements hook_preprocess_page().
- ajax_command_open_dialog in core/
includes/ ajax.inc - Provides an AJAX command to open content in a dialog.
- ajax_example_render_link in modules/
examples/ ajax_example/ ajax_example_misc.inc - Demonstrates a clickable AJAX-enabled link using the 'use-ajax' class.
- ajax_test_dialog in core/
modules/ simpletest/ tests/ ajax_test.module - Menu callback: Renders a form elements and links with #ajax['dialog'].
- 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.
- backdrop_add_tabledrag in core/
includes/ common.inc - Assists in adding the tableDrag JavaScript behavior to a themed table.
- backdrop_process_attached in core/
includes/ common.inc - Adds attachments to a render() structure.
- basis_preprocess_page in core/
themes/ basis/ template.php - Prepares variables for page templates.
- CommonJavaScriptTestCase::testLibraryAlter in core/
modules/ simpletest/ tests/ common.test - Adds a JavaScript library to the page and alters it.
- CommonJavaScriptTestCase::testLibraryRender in core/
modules/ simpletest/ tests/ common.test - Adds a library to the page and tests for both its JavaScript and its CSS.
- CommonJavaScriptTestCase::testLibraryUnknown in core/
modules/ simpletest/ tests/ common.test - Tests non-existing libraries.
- dashboard_preprocess_layout in core/
modules/ dashboard/ dashboard.module - Implements hook_preprocess_layout().
- drupal_add_library in core/
includes/ drupal.inc - Adds multiple JavaScript or CSS files at the same time.
- 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::addLibrary in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Add Library information to the renderer.
- LocaleLibraryInfoAlterTest::testLibraryInfoAlter in core/
modules/ locale/ tests/ locale.test - Verifies that the datepicker can be localized.
- seven_preprocess_page in core/
themes/ seven/ template.php - Implements hook_preprocess_page().
- template_preprocess_views_view_table in core/
modules/ views/ templates/ views.theme.inc - Display a view as a table style.
- theme_email in core/
includes/ form.inc - Returns HTML for an email form element.
- theme_installer_browser_project_description in core/
modules/ installer/ installer.theme.inc - Builds the truncated description on the project list.
- theme_search in core/
includes/ form.inc - Returns HTML for a search form element.
- theme_status_messages in core/
includes/ theme.inc - Returns HTML for status and/or error messages, grouped by type.
- theme_table in core/
includes/ theme.inc - Returns HTML for a table.
- theme_tel in core/
includes/ form.inc - Returns HTML for a tel form element.
- theme_textfield in core/
includes/ form.inc - Returns HTML for a textfield form element.
- 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.
- theme_url in core/
includes/ form.inc - Returns HTML for a URL form element.
- theme_vertical_tabs in core/
includes/ form.inc - Returns HTML for an element's children fieldsets as vertical tabs.
- views_add_js in core/
modules/ views/ views.module - Include views .js files.
- views_exposed_form in core/
modules/ views/ views.module - Form builder for the exposed widgets form.
- _batch_progress_page in core/
includes/ batch.inc - Outputs a batch processing page.