39 calls to db_query_range()

aggregator_block in drupal-6.x/modules/aggregator/aggregator.module
Implementation of hook_block().
aggregator_page_categories in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the categories used by the aggregator.
aggregator_page_rss in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sources in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the feeds used by the aggregator.
blogapi_blogger_get_recent_posts in drupal-6.x/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%2EgetRece... returns a bandwidth-friendly list</a>.
blog_block in drupal-6.x/modules/blog/blog.module
Implementation of hook_block().
blog_feed_last in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_user in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays an RSS feed containing recent blog entries of a given user.
book_update_6000 in drupal-6.x/modules/book/book.install
Drupal 5.x to 6.x update.
comment_get_recent in drupal-6.x/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…
do_search in drupal-6.x/modules/search/search.module
Do a query on the full-text search index for a word or words.
drupal_is_denied in drupal-6.x/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 in drupal-6.x/modules/forum/forum.module
Implementation of hook_block().
forum_get_forums in drupal-6.x/modules/forum/forum.module
Returns a list of all forums for a given taxonomy id
forum_nodeapi in drupal-6.x/modules/forum/forum.module
Implementation of hook_nodeapi().
hook_update_index in documentation-6.x/developer/hooks/core.php
Update Drupal's full-text index for this module.
hook_update_N in documentation-6.x/developer/hooks/install.php
Perform a single update.
menu_edit_menu_validate in drupal-6.x/modules/menu/menu.admin.inc
Validates the human and machine-readable names when adding or editing a menu.
menu_get_item in drupal-6.x/includes/menu.inc
Get a router item.
menu_link_children_relative_depth in drupal-6.x/includes/menu.inc
Find the depth of an item's children relative to its depth.
menu_nodeapi in drupal-6.x/modules/menu/menu.module
Implementation of hook_nodeapi().
node_access in drupal-6.x/modules/node/node.module
Determine whether the current user may perform the given operation on the specified node.
node_feed in drupal-6.x/modules/node/node.module
A generic function for generating RSS feeds from a set of nodes.
node_update_index in drupal-6.x/modules/node/node.module
Implementation of hook_update_index().
pager_query in drupal-6.x/includes/pager.inc
Perform a paged database query.
profile_admin_settings_autocomplete in drupal-6.x/modules/profile/profile.admin.inc
Retrieve a pipe delimited string of autocomplete suggestions for profile categories
profile_autocomplete in drupal-6.x/modules/profile/profile.pages.inc
Callback to allow autocomplete of profile text fields.
statistics_title_list in drupal-6.x/modules/statistics/statistics.module
Returns all time or today top or last viewed node(s).
system_update_6021 in drupal-6.x/modules/system/system.install
Migrate the menu items from the old menu system to the new menu_links table.
taxonomy_autocomplete in drupal-6.x/modules/taxonomy/taxonomy.pages.inc
Helper function for autocompletion
taxonomy_select_nodes in drupal-6.x/modules/taxonomy/taxonomy.module
Finds all nodes that match selected taxonomy conditions.
user_autocomplete in drupal-6.x/modules/user/user.pages.inc
Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
user_block in drupal-6.x/modules/user/user.module
Implementation of hook_block().
_blog_post_exists in drupal-6.x/modules/blog/blog.module
Helper function to determine if a user has blog posts already.
_comment_update_node_statistics in drupal-6.x/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 in drupal-6.x/modules/forum/forum.module
Finds the first unread node for a given forum.
_menu_find_router_path in drupal-6.x/includes/menu.inc
Find the router path which will serve this path.
_menu_update_parental_status in drupal-6.x/includes/menu.inc
Check and update the has_children status for the parent of a link.
_node_access_rebuild_batch_operation in drupal-6.x/modules/node/node.module
Batch operation for node_access_rebuild_batch.