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