18 calls to drupal_get_js() in Drupal 7
- 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.
- DrupalRenderTestCase::testDrupalRenderChildrenAttached in modules/
simpletest/ tests/ common.test - Test #attached functionality in children elements.
- JavaScriptTestCase::testAlter in modules/
simpletest/ tests/ common.test - Test altering a JavaScript's weight via hook_js_alter().
- JavaScriptTestCase::testAttachedLibrary in modules/
simpletest/ tests/ common.test - Tests the addition of libraries through the #attached['library'] property.
- JavaScriptTestCase::testFooterHTML in modules/
simpletest/ tests/ common.test - Test drupal_get_js() with a footer scope.
- JavaScriptTestCase::testHeaderSetting in modules/
simpletest/ tests/ common.test - Test drupal_get_js() for JavaScript settings.
- JavaScriptTestCase::testJavaScriptAlwaysUseJQuery in modules/
simpletest/ tests/ common.test - Test the 'javascript_always_use_jquery' variable.
- JavaScriptTestCase::testLibraryAlter in modules/
simpletest/ tests/ common.test - Adds a JavaScript library to the page and alters it.
- JavaScriptTestCase::testLibraryRender in modules/
simpletest/ tests/ common.test - Adds a library to the page and tests for both its JavaScript and its CSS.
- JavaScriptTestCase::testLibraryUnknown in modules/
simpletest/ tests/ common.test - Tests non-existing libraries.
- JavaScriptTestCase::testRenderDifferentWeight in modules/
simpletest/ tests/ common.test - Test rendering the JavaScript with a file's weight above jQuery's.
- JavaScriptTestCase::testRenderExternal in modules/
simpletest/ tests/ common.test - Test rendering an external JavaScript file.
- JavaScriptTestCase::testRenderOrder in modules/
simpletest/ tests/ common.test - Test JavaScript ordering.
- LocaleLibraryInfoAlterTest::testLibraryInfoAlter in modules/
locale/ locale.test - Verifies that the datepicker can be localized.
- overlay_deliver_empty_page in modules/
overlay/ overlay.module - Prints an empty page.
- template_process_html in includes/
theme.inc - Process variables for html.tpl.php
- template_process_maintenance_page in includes/
theme.inc - Theme process function for theme_maintenance_field().