| archive_calendar | modules/archive.module | Generates a monthly calendar, for display in the archive block. |
| blogapi_blogger_edit_post | modules/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | modules/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| comment_admin_overview | modules/comment.module | Menu callback; present an administrative comment listing. |
| 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. |
| map_month | includes/form.inc | Helper function for usage with drupal_map_assoc to display month names. |
| node_revisions | modules/node.module | Menu callback for revisions related activities. |
| node_revision_overview | modules/node.module | Generate an overview table of older revisions of a node. |
| node_revision_revert | modules/node.module | Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered
(via the node_save() call) when a revision is reverted. |
| phptemplate_comment | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_comment function to be passed
into a pluggable template engine. |
| statistics_recent_hits | modules/statistics.module | Menu callback; presents the "recent hits" page. |
| theme_aggregator_page_item | modules/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_search_item | modules/search.module | Format a single result entry of a search query. This function is normally
called by theme_search_page() or hook_search_page(). |
| user_pass_reset | modules/user.module | Menu callback; process one time login link and redirects to the user page on success. |
| watchdog_event | modules/watchdog.module | Menu callback; displays details about a log message. |
| watchdog_overview | modules/watchdog.module | Menu callback; displays a listing of log messages. |
| _blogapi_mt_extra | modules/blogapi.module | Handles extra information sent by clients according to MovableType's spec. |