| blog_block | drupal/modules/blog/blog.module | Implementation of hook_block(). |
| blog_block | drupal/modules/blog/blog.module | Implementation of hook_block(). |
| book_block | drupal/modules/book/book.module | Implementation of hook_block(). |
| book_block | drupal/modules/book/book.module | Implementation of hook_block(). |
| book_export | drupal/modules/book/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_export | drupal/modules/book/book.module | Menu callback; Generates various representation of a book page with
all descendants and prints the requested representation to output. |
| book_menu | drupal/modules/book/book.module | Implementation of hook_menu(). |
| book_menu | drupal/modules/book/book.module | Implementation of hook_menu(). |
| 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. |
| 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_render | drupal/modules/comment/comment.module | Renders comment(s). |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| db_num_rows | drupal/includes/database.pgsql.inc | Determine how many result rows were found by the preceding query. |
| db_num_rows | drupal/includes/database.pgsql.inc | Determine how many result rows were found by the preceding query. |
| db_num_rows | drupal/includes/database.pgsql.inc | Determine how many result rows were found by the preceding query. |
| db_table_exists | drupal/includes/database.pgsql.inc | Check if a table exists. |
| db_table_exists | drupal/includes/database.pgsql.inc | Check if a table exists. |
| db_table_exists | drupal/includes/database.pgsql.inc | Check if a table exists. |
| db_table_exists | drupal/includes/database.pgsql.inc | Check if a table exists. |
| db_table_exists | drupal/includes/database.pgsql.inc | Check if a table exists. |
| db_table_exists | drupal/includes/database.pgsql.inc | Check if a table exists. |
| drupal_client_ping | drupal/modules/drupal/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_client_ping | drupal/modules/drupal/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| flood_is_allowed | drupal/includes/common.inc | Check if the current visitor (hostname/IP) is allowed to proceed with the specified event.
The user is allowed to proceed if he did not trigger the specified event more than
$threshold times per hour. |
| flood_is_allowed | drupal/includes/common.inc | Check if the current visitor (hostname/IP) is allowed to proceed with the specified event.
The user is allowed to proceed if he did not trigger the specified event more than
$threshold times per hour. |
| forum_block | drupal/modules/forum/forum.module | Implementation of hook_block(). |
| forum_block | drupal/modules/forum/forum.module | Implementation of hook_block(). |
| locale_add_language_form_validate | drupal/includes/locale.inc | Validate the language addition form. |
| locale_add_language_form_validate | drupal/includes/locale.inc | Validate the language addition form. |
| 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_type_delete_confirm | drupal/modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_delete_confirm | drupal/modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_save | drupal/modules/node/node.module | Saves a node type to the database. |
| node_type_save | drupal/modules/node/node.module | Saves a node type to the database. |
| path_nodeapi | drupal/modules/path/path.module | Implementation of hook_nodeapi(). |
| path_nodeapi | drupal/modules/path/path.module | Implementation of hook_nodeapi(). |
| ping_cron | drupal/modules/ping/ping.module | Implementation of hook_cron(). |
| ping_cron | drupal/modules/ping/ping.module | Implementation of hook_cron(). |
| statistics_block | drupal/modules/statistics/statistics.module | Implementation of hook_block(). |
| statistics_block | drupal/modules/statistics/statistics.module | Implementation of hook_block(). |
| system_initialize_theme_blocks | drupal/modules/system/system.module | Assign an initial, default set of blocks for a theme. |
| system_initialize_theme_blocks | drupal/modules/system/system.module | Assign an initial, default set of blocks for a theme. |
| 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_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_render_nodes | drupal/modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| taxonomy_render_nodes | drupal/modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| user_get_authmaps | drupal/modules/user/user.module | Accepts an user object, $account, or a DA name and returns an associative
array of modules and DA names. Called at external login. |
| user_get_authmaps | drupal/modules/user/user.module | Accepts an user object, $account, or a DA name and returns an associative
array of modules and DA names. Called at external login. |
| user_load | drupal/modules/user/user.module | Fetch a user object. |
| user_load | drupal/modules/user/user.module | Fetch a user object. |
| _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 |