- AJAXFrameworkTestCase::testLazyLoad in core/
modules/ simpletest/ tests/ ajax.test - Test that new JavaScript and CSS files added during an AJAX request are returned.
- ajax_render in core/
includes/ ajax.inc - Renders a commands array into JSON.
- CommonBackdropRenderTestCase::testBackdropRenderChildrenAttached in core/
modules/ simpletest/ tests/ common.test - Test #attached functionality in children elements.
- 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::testAlter in core/
modules/ simpletest/ tests/ common.test - Test altering a JavaScript's weight via hook_js_alter().
- CommonJavaScriptTestCase::testAttachedLibrary in core/
modules/ simpletest/ tests/ common.test - Tests the addition of libraries through the #attached['library'] property.
- CommonJavaScriptTestCase::testAttributes in core/
modules/ simpletest/ tests/ common.test - Tests adding JavaScript files with additional attributes.
- CommonJavaScriptTestCase::testDeprecatedBrowserConditionalComments in core/
modules/ simpletest/ tests/ common.test - Test deprecated conditional comments are no longer output.
- 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::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.
- 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::testVersionQueryString in core/
modules/ simpletest/ tests/ common.test - Test JavaScript versioning.
- drupal_get_js in core/
includes/ drupal.inc - Returns a themed presentation of all JavaScript code for the current page.
- LocaleLibraryInfoAlterTest::testLibraryInfoAlter in core/
modules/ locale/ tests/ locale.test - Verifies that the datepicker can be localized.
- maintenance-page.tpl.php in core/
themes/ bartik/ templates/ maintenance-page.tpl.php - Implementation to display a single Backdrop page while offline.
- maintenance-page.tpl.php in core/
themes/ seven/ templates/ maintenance-page.tpl.php - maintenance-page.tpl.php in core/
modules/ system/ templates/ maintenance-page.tpl.php - Default theme implementation to display a single Backdrop page while offline.
- page.tpl.php in core/
modules/ system/ templates/ page.tpl.php - Default theme implementation to display the basic html structure of a single Backdrop page.