| color_scheme_form | modules/color/color.module | Form callback. Returns the configuration form. |
| comment_form | modules/comment/comment.module | Generate the basic commenting form, for appending to a node or display on a separate page. |
| drupal_add_js | includes/common.inc | Add a JavaScript file, setting or inline code to the page. |
| drupal_add_tabledrag | includes/common.inc | Assist in adding the tableDrag JavaScript behavior to a themed table. |
| drupal_get_js | includes/common.inc | Returns a themed presentation of all JavaScript code for the current page. |
| form_expand_ahah | includes/form.inc | Add AHAH information about a form element to the page to communicate with
javascript. If #ahah[path] is set on an element, this additional javascript is
added to the page header to attach the AHAH behaviors. See ahah.js for more
information. |
| install_tasks | install.php | Tasks performed after the database is initialized. |
| locale_update_js_files | modules/locale/locale.module | Update JavaScript translation file, if required, and add it to the page. |
| node_filter_form | modules/node/node.admin.inc | Return form for node administration filters. |
| openid_form_alter | modules/openid/openid.module | Implementation of hook_form_alter : adds OpenID login to the login forms. |
| system_clean_url_settings | modules/system/system.admin.inc | Form builder; Configure Clean URL settings.
See alsosystem_settings_form() |
| system_date_time_settings | modules/system/system.admin.inc | Form builder; Configure the site date and time settings.
See alsosystem_settings_form() |
| theme_fieldset | includes/form.inc | Format a group of form items. |
| theme_poll_choices | modules/poll/poll.module | Theme the admin poll form for choices. |
| theme_profile_admin_overview | modules/profile/profile.admin.inc | Theme the profile field overview into a drag and drop enabled table.
See alsoprofile_admin_overview() |
| theme_table | includes/theme.inc | Return a themed table. |
| theme_table_select_header_cell | includes/theme.inc | Returns a header cell for tables that have a select all functionality. |
| theme_taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Theme the terms overview as a sortable list of terms.
See alsotaxonomy_overview_terms() |
| theme_textarea | includes/form.inc | Format a textarea. |
| theme_textfield | includes/form.inc | Format a textfield. |
| user_admin_settings | modules/user/user.admin.inc | Form builder; Configure user settings for this site.
See alsosystem_settings_form() |
| user_filter_form | modules/user/user.admin.inc | Form builder; Return form for user administration filters.
See alsouser_filter_form_submit() |
| user_register | modules/user/user.module | Form builder; The user registration form.
See alsouser_register_validate() |
| _batch_progress_page_js | includes/batch.inc | Batch processing page with JavaScript support. |
| _book_add_form_elements | modules/book/book.module | Build the common elements of the book form for the node and outline forms. |
| _init_theme | includes/theme.inc | Initialize the theme system given already loaded information. This
function is useful to initialize a theme when no database is present. |
| _user_password_dynamic_validation | modules/user/user.module | Add javascript and string translations for dynamic password validation
(strength and confirmation checking). |