| aggregator_block | drupal/modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_block | drupal/modules/aggregator/aggregator.module | Implementation of hook_block(). |
| 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_old_msg_limit | contributions/modules/chatroom/chatroom.module | Get the number of old messages to show when entering a chat |
| chatroom_chat_old_msg_limit | contributions/modules/chatroom/chatroom.module | Get the number of old messages to show when entering a 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_update_2 | contributions/modules/chatroom/chatroom.install | Implementation of hook_update_N(). |
| chatroom_update_2 | contributions/modules/chatroom/chatroom.install | Implementation of hook_update_N(). |
| comment_multiple_delete_confirm | drupal/modules/comment/comment.module | List the selected comments and verify that the admin really wants to delete
them. |
| comment_multiple_delete_confirm | drupal/modules/comment/comment.module | List the selected comments and verify that the admin really wants to delete
them. |
| comment_nodeapi | drupal/modules/comment/comment.module | Implementation of hook_nodeapi(). |
| comment_nodeapi | drupal/modules/comment/comment.module | Implementation of hook_nodeapi(). |
| comment_num_new | drupal/modules/comment/comment.module | get number of new comments for current user and specified node |
| comment_num_new | drupal/modules/comment/comment.module | get number of new comments for current user and specified node |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| comment_save | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| db_check_setup | drupal/includes/database.pgsql.inc | Verify if the database is set up correctly. |
| db_check_setup | drupal/includes/database.pgsql.inc | Verify if the database is set up correctly. |
| db_next_id | drupal/includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| db_next_id | drupal/includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| db_next_id | drupal/includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| db_next_id | drupal/includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| db_next_id | drupal/includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| db_next_id | drupal/includes/database.pgsql.inc | Return a new unique ID in the given sequence. |
| db_result | drupal/includes/database.pgsql.inc | Return an individual result field from the previous query. |
| db_result | drupal/includes/database.pgsql.inc | Return an individual result field from the previous query. |
| db_result | drupal/includes/database.pgsql.inc | Return an individual result field from the previous query. |
| db_version | drupal/includes/database.pgsql.inc | Returns the version of the database server currently in use. |
| db_version | drupal/includes/database.pgsql.inc | Returns the version of the database server currently in use. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_get_filename | drupal/includes/bootstrap.inc | Returns and optionally sets the filename for a system item (module,
theme, etc.). The filename, whether provided, cached, or retrieved
from the database, is only returned if the file exists. |
| drupal_get_filename | drupal/includes/bootstrap.inc | Returns and optionally sets the filename for a system item (module,
theme, etc.). The filename, whether provided, cached, or retrieved
from the database, is only returned if the file exists. |
| 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. |
| drupal_lookup_path | drupal/includes/path.inc | Given an alias, return its Drupal system URL if one exists. Given a Drupal
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE. |
| drupal_lookup_path | drupal/includes/path.inc | Given an alias, return its Drupal system URL if one exists. Given a Drupal
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE. |
| fileupload_file_download | contributions/docs/developer/examples/fileupload.module | Implementation of hook_file_download. |
| fileupload_file_download | contributions/docs/developer/examples/fileupload.module | Implementation of hook_file_download. |
| fileupload_file_download | contributions/docs/developer/examples/fileupload.module | Implementation of hook_file_download. |
| fileupload_update | contributions/docs/developer/examples/fileupload.module | Implementation of hook_update(). |
| fileupload_update | contributions/docs/developer/examples/fileupload.module | Implementation of hook_update(). |
| fileupload_update | contributions/docs/developer/examples/fileupload.module | Implementation of hook_update(). |
| filter_admin_format_form_submit | drupal/modules/filter/filter.module | Process filter format form submissions. |
| filter_admin_format_form_submit | drupal/modules/filter/filter.module | Process filter format form submissions. |
| filter_format_allowcache | drupal/modules/filter/filter.module | Check if text in a certain input format is allowed to be cached. |
| filter_format_allowcache | drupal/modules/filter/filter.module | Check if text in a certain input format is allowed to be cached. |
| forum_submit | drupal/modules/forum/forum.module | Implementation of hook_submit(). |
| forum_submit | drupal/modules/forum/forum.module | Implementation of hook_submit(). |
| forum_validate | drupal/modules/forum/forum.module | Implementation of hook_validate(). |
| forum_validate | drupal/modules/forum/forum.module | Implementation of hook_validate(). |
| hook_file_download | contributions/docs/developer/hooks/core.php | Allow file downloads. |
| hook_file_download | contributions/docs/developer/hooks/core.php | Allow file downloads. |
| hook_file_download | contributions/docs/developer/hooks/core.php | Allow file downloads. |
| hook_file_download | contributions/docs/developer/hooks/core.php | Allow file downloads. |
| hook_file_download | contributions/docs/developer/hooks/core.php | Allow file downloads. |
| hook_search | contributions/docs/developer/hooks/core.php | Define a custom search routine. |
| install_verify_drupal | drupal/install.php | Verify if Drupal is installed. |
| install_verify_drupal | drupal/install.php | Verify if Drupal is installed. |
| menu_reset_item | drupal/modules/menu/menu.module | Menu callback; reset a single modified item. |
| menu_reset_item | drupal/modules/menu/menu.module | Menu callback; reset a single modified item. |
| node_access | drupal/modules/node/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_access | drupal/modules/node/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_access_view_all_nodes | drupal/modules/node/node.module | Determine whether the user has a global viewing grant for all nodes. |
| node_access_view_all_nodes | drupal/modules/node/node.module | Determine whether the user has a global viewing grant for all nodes. |
| node_comment_mode | drupal/modules/node/node.module | Retrieve the comment mode for the given node ID (none, read, or read/write). |
| node_comment_mode | drupal/modules/node/node.module | Retrieve the comment mode for the given node ID (none, read, or read/write). |
| node_configure | drupal/modules/node/node.module | Menu callback; presents general node configuration options. |
| node_configure | drupal/modules/node/node.module | Menu callback; presents general node configuration options. |
| node_menu | drupal/modules/node/node.module | Implementation of hook_menu(). |
| node_menu | drupal/modules/node/node.module | Implementation of hook_menu(). |
| node_page_default | drupal/modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_page_default | drupal/modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_revision_delete | drupal/modules/node/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_revision_delete | drupal/modules/node/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_search | drupal/modules/node/node.module | Implementation of hook_search(). |
| node_search | drupal/modules/node/node.module | Implementation of hook_search(). |
| 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. |
| path_form_alter | drupal/modules/path/path.module | Implementation of hook_form_alter(). |
| path_form_alter | drupal/modules/path/path.module | Implementation of hook_form_alter(). |
| path_form_validate | drupal/modules/path/path.module | Verify that a new URL alias is valid |
| path_form_validate | drupal/modules/path/path.module | Verify that a new URL alias is valid |
| path_nodeapi | drupal/modules/path/path.module | Implementation of hook_nodeapi(). |
| path_nodeapi | drupal/modules/path/path.module | Implementation of hook_nodeapi(). |
| path_set_alias | drupal/modules/path/path.module | Set an aliased path for a given Drupal path, preventing duplicates. |
| path_set_alias | drupal/modules/path/path.module | Set an aliased path for a given Drupal path, preventing duplicates. |
| poll_block | drupal/modules/poll/poll.module | Implementation of hook_block(). |
| poll_block | drupal/modules/poll/poll.module | Implementation of hook_block(). |
| 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. |
| profile_field_form_validate | drupal/modules/profile/profile.module | Validate profile_field_form submissions. |
| profile_field_form_validate | drupal/modules/profile/profile.module | Validate profile_field_form submissions. |
| search_update_totals | drupal/modules/search/search.module | This function is called on shutdown to ensure that search_total is always
up to date (even if cron times out or otherwise fails). |
| search_update_totals | drupal/modules/search/search.module | This function is called on shutdown to ensure that search_total is always
up to date (even if cron times out or otherwise fails). |
| sess_count | drupal/includes/session.inc | Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both. |
| sess_count | drupal/includes/session.inc | Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both. |
| system_install | drupal/modules/system/system.install | Implementation of hook_install(). |
| system_install | drupal/modules/system/system.install | Implementation of hook_install(). |
| 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. |
| theme_chatroom_block_chat_online_list | contributions/modules/chatroom/chatroom.module | Get a list of on-line users in a given chat. |
| theme_chatroom_block_chat_online_list | contributions/modules/chatroom/chatroom.module | Get a list of on-line users in a given chat. |
| theme_chatroom_chat_archive | contributions/modules/chatroom/chatroom.module | Get HTML for chat archive page. |
| theme_chatroom_chat_archive | contributions/modules/chatroom/chatroom.module | Get HTML for chat archive page. |
| upload_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by a user's uploaded files. |
| upload_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by a user's uploaded files. |
| upload_total_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by uploaded files. |
| upload_total_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by uploaded files. |
| user_multiple_role_edit | drupal/modules/user/user.module | Callback function for admin mass adding/deleting a user role. |
| user_multiple_role_edit | drupal/modules/user/user.module | Callback function for admin mass adding/deleting a user role. |
| user_save | drupal/modules/user/user.module | Save changes to a user account or add a new user. |
| user_save | drupal/modules/user/user.module | Save changes to a user account or add a new user. |
| _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_get_vid | drupal/modules/forum/forum.module | Returns the vocabulary id for forum navigation. |
| _forum_get_vid | drupal/modules/forum/forum.module | Returns the vocabulary id for forum navigation. |
| _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. |
| _forum_topics_unread | drupal/modules/forum/forum.module | Calculate the number of nodes the user has not yet read and are newer
than NODE_NEW_LIMIT. |
| _forum_topics_unread | drupal/modules/forum/forum.module | Calculate the number of nodes the user has not yet read and are newer
than NODE_NEW_LIMIT. |