| aggregator_block_view | drupal/modules/aggregator/aggregator.module | Implementation of hook_block_view(). |
| aggregator_feed_items_load | drupal/modules/aggregator/aggregator.pages.inc | Load feed items |
| aggregator_page_categories | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_rss | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_sources | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| batch_example_batch_1 | contributions/docs/developer/examples/batch_example.module | Batch 1 : Load 100 times the node with the lowest nid |
| batch_example_op_2 | contributions/docs/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 | drupal/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_view | drupal/modules/blog/blog.module | Implementation of hook_block_view(). |
| blog_feed_last | drupal/modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | drupal/modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of a given user. |
| comment_get_recent | drupal/modules/comment/comment.module | Find the most recent comments that are available to the current user. |
| comment_new_page_count | drupal/modules/comment/comment.module | Calculate page number for first new comment. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_is_denied | drupal/includes/bootstrap.inc | Check to see if an IP address has been blocked. |
| forum_block_view | drupal/modules/forum/forum.module | Implementation of hook_block_view(). |
| forum_get_forums | drupal/modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_nodeapi_presave | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_presave(). |
| hook_update_index | drupal/modules/search/search.api.php | Update Drupal's full-text index for this module. |
| menu_edit_menu_validate | drupal/modules/menu/menu.admin.inc | Validates the human and machine-readable names when adding or editing a menu. |
| menu_get_item | drupal/includes/menu.inc | Get a router item. |
| menu_link_children_relative_depth | drupal/includes/menu.inc | Find the depth of an item's children relative to its depth. |
| menu_nodeapi_prepare | drupal/modules/menu/menu.module | Implementation of hook_nodeapi_prepare(). |
| node_feed | drupal/modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_update_index | drupal/modules/node/node.module | Implementation of hook_update_index(). |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| poll_block_view | drupal/modules/poll/poll.module | Implementation of hook_block_view(). |
| profile_admin_settings_autocomplete | drupal/modules/profile/profile.admin.inc | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_autocomplete | drupal/modules/profile/profile.pages.inc | Callback to allow autocomplete of profile text fields. |
| statistics_title_list | drupal/modules/statistics/statistics.module | Returns all time or today top or last viewed node(s). |
| taxonomy_autocomplete | drupal/modules/taxonomy/taxonomy.pages.inc | Helper function for autocompletion |
| taxonomy_select_nodes | drupal/modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| user_autocomplete | drupal/modules/user/user.pages.inc | Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. |
| user_block_view | drupal/modules/user/user.module | Implementation of hook_block_view(). |
| _blog_post_exists | drupal/modules/blog/blog.module | Helper function to determine if a user has blog posts already. |
| _comment_update_node_statistics | drupal/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. |
| _menu_update_parental_status | drupal/includes/menu.inc | Check and update the has_children status for the parent of a link. |
| _node_access_rebuild_batch_operation | drupal/modules/node/node.module | Batch operation for node_access_rebuild_batch. |