| block_admin_configure | modules/block.module | Menu callback; displays the block configuration form. |
| 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_outline | modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| contact_mail_user | modules/contact.module | Personal contact page. |
| db_connect | includes/database.pgsql.inc | Initialize a database connection. |
| db_set_active | includes/database.inc | Activate a database for future queries. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_get_title | includes/path.inc | Get the title of the current page, for display on the page and in the title bar. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_set_title | includes/path.inc | Set the title of the current page, for display on the page and in the title bar. |
| drupal_site_offline | includes/common.inc | Generates a site off-line message |
| node_add | modules/node.module | Present a node submission form or a set of links to such forms. |
| node_page | modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_preview | modules/node.module | Generate a node preview. |
| 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. |
| path_admin_edit | modules/path.module | Menu callback; handles pages for creating and editing URL aliases. |
| poll_results | modules/poll.module | Callback for the 'results' tab for polls you can vote on |
| profile_browse | modules/profile.module | Menu callback; display a list of user information. |
| profile_field_form | modules/profile.module | Menu callback: Generate a form to add/edit a user profile field. |
| statistics_top_pages | modules/statistics.module | Menu callback; presents the "top pages" page. |
| statistics_top_referrers | modules/statistics.module | Menu callback; presents the "referrer" page. |
| statistics_top_visitors | modules/statistics.module | Menu callback; presents the "top visitors" page. |
| taxonomy_overview_terms | modules/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_term_page | modules/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| theme_forum_display | modules/forum.module | Format the forum body. |
| tracker_track_user | modules/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| update_do_update_page | update.php | Perform updates for the JS version and return progress. |
| update_progress_page_nojs | update.php | Perform updates for the non-JS version and return the status page. |