| actions_synchronize | drupal/includes/actions.inc | Synchronize actions that are provided by modules. |
| block_list | drupal/modules/block/block.module | Return all blocks in the specified region for the current user. |
| block_user_form | drupal/modules/block/block.module | Implementation of hook_user_form(). |
| blogapi_mt_validate_terms | drupal/modules/blogapi/blogapi.module | Blogging API helper - find allowed taxonomy terms for a node type. |
| book_nodeapi_load | drupal/modules/book/book.module | Implementation of hook_nodeapi_load(). |
| comment_nodeapi_load | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_load(). |
| forum_nodeapi_load | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_load(). |
| hook_load | drupal/modules/node/node.api.php | Load node-type-specific information. |
| hook_nodeapi_load | drupal/modules/node/node.api.php | Act on node objects when loaded. |
| hook_taxonomy_term_load | drupal/modules/taxonomy/taxonomy.api.php | Act on taxonomy terms when loaded. |
| locale_batch_by_language | drupal/includes/locale.inc | Prepare a batch to import translations for all enabled
modules in a given language. |
| taxonomy_select_nodes | drupal/modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_page | drupal/modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| user_access | drupal/modules/user/user.module | Determine whether the user has a given privilege. |
| user_role_permissions | drupal/modules/user/user.module | Determine the permissions for one or more roles. |
| _block_load_blocks | drupal/modules/block/block.module | Load blocks information from the database. |
| _menu_navigation_links_rebuild | drupal/includes/menu.inc | Helper function to build menu links for the items in the menu router. |