| aggregator_feed_items_load | modules/aggregator/aggregator.pages.inc | Load feed items by passing a SQL query. |
| blog_page_last | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of a given user. |
| comment_admin_overview | modules/comment/comment.admin.inc | Form builder; Builds the comment overview form for the admin. |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| dblog_overview | modules/dblog/dblog.admin.inc | Menu callback; displays a listing of log messages. |
| dblog_top | modules/dblog/dblog.admin.inc | Menu callback; generic function to display a page of the most frequent
dblog events of a specified type. |
| do_search | modules/search/search.module | Do a query on the full-text search index for a word or words. |
| node_admin_nodes | modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| pager_query | includes/pager.inc | Perform a paged database query. |
| path_admin_overview | modules/path/path.admin.inc | Return a listing of all defined URL aliases.
When filter key passed, perform a standard search on the given key,
and return the list of matching URL aliases. |
| poll_page | modules/poll/poll.pages.inc | Menu callback to provide a simple list of all polls available. |
| poll_votes | modules/poll/poll.pages.inc | Callback for the 'votes' tab for polls you can see other votes on |
| profile_browse | modules/profile/profile.pages.inc | Menu callback; display a list of user information. |
| statistics_recent_hits | modules/statistics/statistics.admin.inc | Menu callback; presents the "recent hits" page. |
| statistics_top_pages | modules/statistics/statistics.admin.inc | Menu callback; presents the "top pages" page. |
| statistics_top_referrers | modules/statistics/statistics.admin.inc | Menu callback; presents the "referrer" page. |
| statistics_top_visitors | modules/statistics/statistics.admin.inc | Menu callback; presents the "top visitors" page. |
| system_actions_manage | modules/system/system.module | Menu callback. Display an overview of available and configured actions. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_select_nodes | modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| tracker_page | modules/tracker/tracker.pages.inc | Menu callback. Prints a listing of active nodes on the site. |
| user_admin_account | modules/user/user.admin.inc | Form builder; User administration page.
See alsouser_admin_account_validate() |
| user_search | modules/user/user.module | Implementation of hook_search(). |
| _locale_translate_seek | includes/locale.inc | Perform a string search and display results in a table |