| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_page_categories | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_rss | modules/aggregator/aggregator.pages.inc | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_sources | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| batch_example_batch_1 | developer/examples/batch_example.module | Batch 1 : Load 100 times the node with the lowest nid |
| batch_example_op_2 | developer/examples/batch_example.module | Batch operation for batch 2 : load all nodes, 5 by five
This is a multipart operation, using the |
| blogapi_blogger_get_recent_posts | modules/blogapi/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/blog.module | Implementation of hook_block(). |
| blog_feed_last | modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of a given user. |
| book_update_6000 | modules/book/book.install | Drupal 5.x to 6.x update. |
| comment_get_recent | modules/comment/comment.module | Find a number of recent comments. This is done in two steps.
1. Find the n (specified by $number) nodes that have the most recent
comments. This is done by querying node_comment_statistics which has
an index on last_comment_timestamp, and is thus a... |
| db_query_range | includes/database.pgsql.inc | Runs a limited-range query in the active database. |
| do_search | modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_is_denied | includes/bootstrap.inc | Perform an access check for a given mask and rule type. Rules are usually
created via admin/user/rules page. |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_get_forums | modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_nodeapi | modules/forum/forum.module | Implementation of hook_nodeapi(). |
| hook_update_index | developer/hooks/core.php | Update Drupal's full-text index for this module. |
| menu_edit_menu_validate | modules/menu/menu.admin.inc | Validates the human and machine-readable names when adding or editing a menu. |
| menu_get_item | includes/menu.inc | Get a router item. |
| menu_link_children_relative_depth | includes/menu.inc | Find the depth of an item's children relative to its depth. |
| menu_nodeapi | modules/menu/menu.module | Implementation of hook_nodeapi(). |
| node_feed | modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_update_index | modules/node/node.module | Implementation of hook_update_index(). |
| pager_query | includes/pager.inc | Perform a paged database query. |
| profile_admin_settings_autocomplete | modules/profile/profile.admin.inc | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_autocomplete | modules/profile/profile.pages.inc | Callback to allow autocomplete of profile text fields. |
| statistics_title_list | modules/statistics/statistics.module | Returns all time or today top or last viewed node(s). |
| system_update_6021 | modules/system/system.install | Migrate the menu items from the old menu system to the new menu_links table. |
| taxonomy_autocomplete | modules/taxonomy/taxonomy.pages.inc | Helper function for autocompletion |
| taxonomy_select_nodes | modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| user_autocomplete | modules/user/user.pages.inc | Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| _blog_post_exists | modules/blog/blog.module | Helper function to determine if a user has blog posts already. |
| _comment_update_node_statistics | modules/comment/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/forum.module | Finds the first unread node for a given forum. |
| _menu_update_parental_status | includes/menu.inc | Check and update the has_children status for the parent of a link. |
| _node_access_rebuild_batch_operation | modules/node/node.module | Batch operation for node_access_rebuild_batch. |