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