| actions_list | drupal/includes/actions.inc | Discover all action functions by invoking hook_action_info(). |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| drupal_get_js | drupal/includes/common.inc | Returns a themed presentation of all JavaScript code for the current page. |
| drupal_get_schema | drupal/includes/bootstrap.inc | Get the schema definition of a table, or the whole database schema. |
| drupal_mail | drupal/includes/mail.inc | Compose and optionally send an e-mail message. |
| drupal_prepare_form | drupal/includes/form.inc | Prepares a structured form array by adding required elements,
executing any hook_form_alter functions, and optionally inserting
a validation token to prevent tampering. |
| locale_block_view | drupal/modules/locale/locale.module | Implementation of hook_block_view(). |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| menu_rebuild | drupal/includes/menu.inc | (Re)populate the database tables used by various menu functions. |
| menu_router_build | drupal/includes/menu.inc | Collect, alter and store the menu definitions. |
| module_rebuild_cache | drupal/includes/module.inc | Rebuild the database cache of module files. |
| node_build_content | drupal/modules/node/node.module | Builds a structured array representing the node's content. |
| node_view | drupal/modules/node/node.module | Generate a display of the given node. |
| poll_choice_js | drupal/modules/poll/poll.module | Menu callback for AHAH additions. |
| system_theme_data | drupal/modules/system/system.module | Collect data about all currently available themes. |
| update_calculate_project_data | drupal/modules/update/update.compare.inc | Given the installed projects and the available release data retrieved from
remote servers, calculate the current status. |
| upload_js | drupal/modules/upload/upload.module | Menu-callback for JavaScript-based uploads. |
| user_build_content | drupal/modules/user/user.module | Builds a structured array representing the profile content. |
| _menu_link_translate | drupal/includes/menu.inc | This function is similar to _menu_translate() but does link-specific
preparation such as always calling to_arg functions |
| _system_theme_data | drupal/modules/system/system.module | Helper function to scan and collect theme .info data and their engines. |
| _theme_build_registry | drupal/includes/theme.inc | Rebuild the hook theme_registry cache. |