| blogapi_blogger_edit_post | drupal/modules/blogapi/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | drupal/modules/blogapi/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| comment_admin_overview | drupal/modules/comment/comment.admin.inc | Form builder; Builds the comment overview form for the admin. |
| comment_form | drupal/modules/comment/comment.module | Generate the basic commenting form, for appending to a node or display on a separate page. |
| dblog_event | drupal/modules/dblog/dblog.admin.inc | Menu callback; displays details about a log message. |
| dblog_overview | drupal/modules/dblog/dblog.admin.inc | Menu callback; displays a listing of log messages. |
| filter_example_filter | contributions/docs/developer/examples/filter_example.module | Implementation of hook_filter(). |
| format_date | drupal/includes/common.inc | Format a date with the given configured format or a custom format string. |
| form_process_date | drupal/includes/form.inc | Roll out a single date element. |
| garland_node_submitted | drupal/themes/garland/template.php | Format the "Submitted by username on date/time" for each node. |
| hook_watchdog | drupal/modules/system/system.api.php | Log an event message |
| map_month | drupal/includes/form.inc | Helper function for usage with drupal_map_assoc to display month names. |
| node_admin_nodes | drupal/modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_feed | drupal/modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_form | drupal/modules/node/node.pages.inc | Generate the node add/edit form array. |
| node_revision_overview | drupal/modules/node/node.pages.inc | Generate an overview table of older revisions of a node. |
| node_revision_revert_confirm | drupal/modules/node/node.pages.inc | Ask for confirmation of the reversion to prevent against CSRF attacks. |
| node_show | drupal/modules/node/node.module | Generate a page displaying a single node. |
| phptemplate_comment_submitted | drupal/themes/garland/template.php | Format the "Submitted by username on date/time" for each comment. |
| statistics_access_log | drupal/modules/statistics/statistics.admin.inc | Menu callback; Displays recent page accesses. |
| statistics_recent_hits | drupal/modules/statistics/statistics.admin.inc | Menu callback; presents the "recent hits" page. |
| system_date_time_lookup | drupal/modules/system/system.admin.inc | Return the date for a given format string via Ajax. |
| system_date_time_settings | drupal/modules/system/system.admin.inc | Form builder; Configure the site date and time settings. |
| system_time_zones | drupal/modules/system/system.module | Generate an array of time zones and their local time&date. |
| template_preprocess_aggregator_item | drupal/modules/aggregator/aggregator.pages.inc | Process variables for aggregator-item.tpl.php. |
| template_preprocess_comment | drupal/modules/comment/comment.module | Process variables for comment.tpl.php. |
| template_preprocess_comment_folded | drupal/modules/comment/comment.module | Process variables for comment-folded.tpl.php. |
| template_preprocess_node | drupal/includes/theme.inc | Process variables for node.tpl.php |
| template_preprocess_search_result | drupal/modules/search/search.pages.inc | Process variables for search-result.tpl.php. |
| theme_comment_submitted | drupal/modules/comment/comment.module | Theme a "Submitted by ..." notice. |
| theme_node_submitted | drupal/modules/node/node.module | Format the "Submitted by username on date/time" for each node |
| theme_update_report | drupal/modules/update/update.report.inc | Theme project status report. |
| theme_update_version | drupal/modules/update/update.report.inc | Theme the version display of a project. |
| user_mail_tokens | drupal/modules/user/user.module | Return an array of token to value mappings for user e-mail messages. |
| user_pass_reset | drupal/modules/user/user.pages.inc | Menu callback; process one time login link and redirects to the user page on success. |
| _blogapi_mt_extra | drupal/modules/blogapi/blogapi.module | Handles extra information sent by clients according to MovableType's spec. |