| aggregator_block | modules/aggregator.module | Implementation of hook_block(). |
| aggregator_page_categories | modules/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_rss | modules/aggregator.module | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_sources | modules/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| blogapi_blogger_get_recent_posts | modules/blogapi.module | Blogging API callback. Returns the latest few postings in a user's blog. $bodies TRUE
<a href="http://movabletype.org/docs/mtmanual_programmatic.html#item_mt%2EgetRecentPostTitles">
returns a bandwidth-friendly list</a>. |
| blog_block | modules/blog.module | Implementation of hook_block(). |
| blog_feed_last | modules/blog.module | Displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | modules/blog.module | Displays an RSS feed containing recent blog entries of a given user. |
| db_query_range | includes/database.pgsql.inc | Runs a limited-range query in the active database. |
| forum_block | modules/forum.module | Implementation of hook_block(). |
| forum_get_forums | modules/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_submit | modules/forum.module | Implementation of hook_submit(). |
| hook_update_index | developer/hooks/core.php | Update Drupal's full-text index for this module. |
| node_feed | modules/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_update_index | modules/node.module | Implementation of hook_update_index(). |
| pager_query | includes/pager.inc | Perform a paged database query. |
| statistics_title_list | modules/statistics.module | Returns all time or today top or last viewed node(s). |
| system_update_159 | database/updates.inc | Retrieve data out of the old_revisions table and put into new revision
system. |
| system_update_178 | database/updates.inc | Update base paths for relative URLs in node and comment content. |
| system_update_179 | database/updates.inc | Update base paths for relative URLs in custom blocks, profiles and various variables. |
| taxonomy_autocomplete | modules/taxonomy.module | Helper function for autocompletion |
| taxonomy_select_nodes | modules/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| user_autocomplete | modules/user.module | Retrieve a pipe delimited string of autocomplete suggestions for existing users |
| user_block | modules/user.module | Implementation of hook_block(). |
| _comment_update_node_statistics | modules/comment.module | Updates the comment statistics for a given node. This should be called any
time a comment is added, deleted, or updated. |
| _forum_new | modules/forum.module | Finds the first unread node for a given forum. |