9 calls to drupal_add_js() in Drupal 5
- color_scheme_form in modules/
color/ color.module - Form callback. Returns the configuration form.
- drupal_get_js in includes/
common.inc - Returns a themed presentation of all JavaScript code for the current page. References to JavaScript files are placed in a certain order: first, all 'core' files, then all 'module' and finally all 'theme' JavaScript…
- theme_fieldset in includes/
form.inc - Format a group of form items.
- theme_table_select_header_cell in includes/
theme.inc - Returns a header cell for tables that have a select all functionality.
- theme_textarea in includes/
form.inc - Format a textarea.
- theme_textfield in includes/
form.inc - Format a textfield.
- update_progress_page in ./
update.php - update_selection_page in ./
update.php - upload_form_alter in modules/
upload/ upload.module