| aggregator_block | drupal/modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_block | drupal/modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_page_categories | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_categories | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_rss | drupal/modules/aggregator/aggregator.module | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_rss | drupal/modules/aggregator/aggregator.module | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_sources | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_page_sources | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| 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>. |
| 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 | drupal/modules/blog/blog.module | Implementation of hook_block(). |
| blog_block | drupal/modules/blog/blog.module | Implementation of hook_block(). |
| blog_feed_last | drupal/modules/blog/blog.module | Displays an RSS feed containing recent blog entries of all users. |
| blog_feed_last | drupal/modules/blog/blog.module | Displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | drupal/modules/blog/blog.module | Displays an RSS feed containing recent blog entries of a given user. |
| blog_feed_user | drupal/modules/blog/blog.module | Displays an RSS feed containing recent blog entries of a given user. |
| chatroom_chat_get_from_id | contributions/modules/chatroom/chatroom.module | Returns a chat room object for $chat_id. |
| chatroom_chat_get_from_id | contributions/modules/chatroom/chatroom.module | Returns a chat room object for $chat_id. |
| chatroom_chat_get_latest_msgs | contributions/modules/chatroom/chatroom.module | Get all messages for chat room after last message. |
| chatroom_chat_get_latest_msgs | contributions/modules/chatroom/chatroom.module | Get all messages for chat room after last message. |
| chatroom_chat_is_registered_user | contributions/modules/chatroom/updates.inc | Check if the user is registered in this chat. |
| chatroom_chat_is_registered_user | contributions/modules/chatroom/updates.inc | Check if the user is registered in this chat. |
| chatroom_chat_register_user | contributions/modules/chatroom/chatroom.module | Handles update or insert for user when loading a chat room. |
| chatroom_chat_register_user | contributions/modules/chatroom/chatroom.module | Handles update or insert for user when loading a chat room. |
| chatroom_create_chat_form_validate | contributions/modules/chatroom/chatroom.module | validates attempt to create chat - checks this name is not already in use |
| chatroom_create_chat_form_validate | contributions/modules/chatroom/chatroom.module | validates attempt to create chat - checks this name is not already in use |
| chatroom_get_active_chats | contributions/modules/chatroom/chatroom.module | gets a list of active chats |
| chatroom_get_active_chats | contributions/modules/chatroom/chatroom.module | gets a list of active chats |
| chatroom_get_chatroom_list | contributions/modules/chatroom/chatroom.module | returns the list of available chat rooms |
| chatroom_get_chatroom_list | contributions/modules/chatroom/chatroom.module | returns the list of available chat rooms |
| chatroom_is_banned_user | contributions/modules/chatroom/chatroom.module | Checks if the user is banned from the chat room - returns false if not. |
| chatroom_is_banned_user | contributions/modules/chatroom/chatroom.module | Checks if the user is banned from the chat room - returns false if not. |
| comment_get_recent | drupal/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... |
| comment_get_recent | drupal/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 | drupal/includes/database.pgsql.inc | Runs a limited-range query in the active database. |
| db_query_range | drupal/includes/database.pgsql.inc | Runs a limited-range query in the active database. |
| db_query_range | drupal/includes/database.pgsql.inc | Runs a limited-range query in the active database. |
| drupal_is_denied | drupal/includes/bootstrap.inc | Perform an access check for a given mask and rule type. Rules are usually
created via admin/user/rules page. |
| drupal_is_denied | drupal/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 | drupal/modules/forum/forum.module | Implementation of hook_block(). |
| forum_block | drupal/modules/forum/forum.module | Implementation of hook_block(). |
| forum_get_forums | drupal/modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_get_forums | drupal/modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_submit | drupal/modules/forum/forum.module | Implementation of hook_submit(). |
| forum_submit | drupal/modules/forum/forum.module | Implementation of hook_submit(). |
| hook_update_index | contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| hook_update_index | contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| hook_update_index | contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| hook_update_index | contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| hook_update_index | contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| node_feed | drupal/modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| 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(). |
| node_update_index | drupal/modules/node/node.module | Implementation of hook_update_index(). |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| profile_admin_settings_autocomplete | drupal/modules/profile/profile.module | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_admin_settings_autocomplete | drupal/modules/profile/profile.module | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_autocomplete | drupal/modules/profile/profile.module | Callback to allow autocomplete of profile text fields. |
| profile_autocomplete | drupal/modules/profile/profile.module | 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). |
| statistics_title_list | drupal/modules/statistics/statistics.module | Returns all time or today top or last viewed node(s). |
| system_update_159 | drupal/modules/system/system.install | Retrieve data out of the old_revisions table and put into new revision
system. |
| system_update_159 | drupal/modules/system/system.install | Retrieve data out of the old_revisions table and put into new revision
system. |
| system_update_178 | drupal/modules/system/system.install | Update base paths for relative URLs in node and comment content. |
| system_update_178 | drupal/modules/system/system.install | Update base paths for relative URLs in node and comment content. |
| system_update_179 | drupal/modules/system/system.install | Update base paths for relative URLs in custom blocks, profiles and various variables. |
| system_update_179 | drupal/modules/system/system.install | Update base paths for relative URLs in custom blocks, profiles and various variables. |
| taxonomy_autocomplete | drupal/modules/taxonomy/taxonomy.module | Helper function for autocompletion |
| taxonomy_autocomplete | drupal/modules/taxonomy/taxonomy.module | Helper function for autocompletion |
| taxonomy_select_nodes | drupal/modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_select_nodes | drupal/modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| user_autocomplete | drupal/modules/user/user.module | Retrieve a pipe delimited string of autocomplete suggestions for existing users |
| user_autocomplete | drupal/modules/user/user.module | Retrieve a pipe delimited string of autocomplete suggestions for existing users |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| _chatroom_variable_get | contributions/modules/chatroom/chatroom.module | Replacement for variable_get because configuration variables are not loaded in session bootstrap |
| _chatroom_variable_get | contributions/modules/chatroom/chatroom.module | Replacement for variable_get because configuration variables are not loaded in session bootstrap |
| _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. |
| _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. |
| _forum_new | drupal/modules/forum/forum.module | Finds the first unread node for a given forum. |
| _forum_new | drupal/modules/forum/forum.module | Finds the first unread node for a given forum. |