| archive_page | modules/archive.module | Menu callback; lists all nodes posted on a given date. |
| blogapi_blogger_edit_post | modules/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_get_post | modules/blogapi.module | Blogging API callback. Returns a specified blog node. |
| blogapi_mt_set_post_categories | modules/blogapi.module | Blogging API callback. Assigns taxonomy terms to a particular node. |
| blogap_mti_publish_post | modules/blogapi.module | Blogging API callback. Publishes the given node |
| blog_form | modules/blog.module | Implementation of hook_form(). |
| blog_page_last | modules/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| book_admin_edit | modules/book.module | Display an administrative view of the hierarchy of a book. |
| book_admin_orphan | modules/book.module | Menu callback; displays a listing of all orphaned book pages. |
| book_export_html | modules/book.module | This function is called by book_export() to generate HTML for export. |
| book_outline | modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| book_outline_submit | modules/book.module | Handles book outline form submissions. |
| book_recurse | modules/book.module | Traverses the book tree. Applies the $visit_pre() callback to each
node, is called recursively for each child of the node (in weight,
title order). Finally appends the output of the $visit_post()
callback to the output before returning the generated... |
| comment_menu | modules/comment.module | Implementation of hook_menu(). |
| hook_search | developer/hooks/core.php | Define a custom search routine. |
| hook_update_index | developer/hooks/core.php | Update Drupal's full-text index for this module. |
| node_delete | modules/node.module | Delete a node. |
| node_delete_confirm | modules/node.module | Menu callback -- ask for confirmation of node deletion |
| node_feed | modules/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_load | modules/node.module | Load a node object from the database. |
| node_menu | modules/node.module | Implementation of hook_menu(). |
| node_page | modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_page_default | modules/node.module | Generate a listing of promoted nodes. |
| node_revisions | modules/node.module | Menu callback for revisions related activities. |
| node_revision_delete | modules/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| 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. |
| node_save | modules/node.module | Save a node object into the database. |
| node_search | modules/node.module | Implementation of hook_search(). |
| node_update_index | modules/node.module | Implementation of hook_update_index(). |
| phptemplate_page | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_page function to be passed
into a pluggable template engine. |
| poll_block | modules/poll.module | Implementation of hook_block(). |
| poll_menu | modules/poll.module | Implementation of hook_menu(). |
| poll_results | modules/poll.module | Callback for the 'results' tab for polls you can vote on |
| poll_vote | modules/poll.module | Callback for processing a vote |
| profile_block | modules/profile.module | Implementation of hook_block(). |
| taxonomy_render_nodes | modules/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |