| contributions/ cck_field_perms/ cck_field_perms.module | save the incoming values |
| acl_add_user | contributions/ acl/ acl.module | Add the specified UID to an ACL. |
| acl_create_new_acl | contributions/ acl/ acl.module | Create a new ACL. |
| acl_delete_acl | contributions/ acl/ acl.module | Delete an existing ACL. |
| acl_disable | contributions/ acl/ acl.module | Implementation of hook_disable |
| acl_edit_form | contributions/ acl/ acl.module | Provide a form to edit the ACL that can be embedded in other
forms. |
| acl_edit_form_after_build | contributions/ acl/ acl.module | Process a form that had our buttons on it. |
| acl_elements | contributions/ acl/ acl.module | Provide a special button type that doesn't get its #name blasted. |
| acl_get_id_by_name | contributions/ acl/ acl.module | Gets the id of an acl |
| acl_has_users | contributions/ acl/ acl.module | Determines if an acl has some assigned users |
| acl_install | contributions/ acl/ acl.install | |
| acl_nodeapi | contributions/ acl/ acl.module | Implementation of hook_nodeapi |
| acl_node_access_explain | contributions/ acl/ acl.module | Implementation of hook_node_access_explain |
| acl_node_access_records | contributions/ acl/ acl.module | Implementation of hook_node_access_grants (from node_access) |
| acl_node_add_acl | contributions/ acl/ acl.module | Provide access control to a node based upon an ACL id. |
| acl_node_clear_acls | contributions/ acl/ acl.module | Clear all of a module's ACL's from a node. |
| acl_node_grants | contributions/ acl/ acl.module | Implementation of hook_node_grants |
| acl_node_remove_acl | contributions/ acl/ acl.module | Remove an ACL completely from a node. |
| acl_remove_user | contributions/ acl/ acl.module | Remove the specified UID from an ACL. |
| acl_save_form | contributions/ acl/ acl.module | Write the results of a form. |
| acl_update_1 | contributions/ acl/ acl.install | Fixes table prefix |
| acl_update_2 | contributions/ acl/ acl.install | Fixes primary keys |
| acl_update_4 | contributions/ acl/ acl.install | Put back acl_node(nid) index for deleting nodes and clean up {acl_node}. |
| acl_update_5 | contributions/ acl/ acl.install | Clean up {acl_user}. |
| acl_user | contributions/ acl/ acl.module | Implementation of hook_user |
| admin_menu_add_item | contributions/ admin_menu/ admin_menu.module | Add a custom menu item. |
| admin_menu_adjust_items | contributions/ admin_menu/ admin_menu.inc | Add some hard-coded features for better user experience. |
| admin_menu_admin_menu | contributions/ admin_menu/ admin_menu.module | Implementation of hook_admin_menu(). |
| admin_menu_build | contributions/ admin_menu/ admin_menu.inc | Build the administration menu tree. |
| admin_menu_clear_cache | contributions/ admin_menu/ admin_menu.module | Clear the cached admin menu tree. |
| admin_menu_copy_items | contributions/ admin_menu/ admin_menu.inc | Recursively copy menu items from a source parent menu item to a target item. |
| admin_menu_footer | contributions/ admin_menu/ admin_menu.module | Implementation of hook_footer(). |
| admin_menu_form_alter | contributions/ admin_menu/ admin_menu.module | Implementation of hook_form_alter(). |
| admin_menu_help | contributions/ admin_menu/ admin_menu.module | Implementation of hook_help(). |
| admin_menu_item_url | contributions/ admin_menu/ admin_menu.module | Adjust the menu item path. |
| admin_menu_menu | contributions/ admin_menu/ admin_menu.module | Implementation of hook_menu(). |
| admin_menu_move_item | contributions/ admin_menu/ admin_menu.inc | Moves the child pointer of a menu item to a new parent. |
| admin_menu_panels_cache | contributions/ admin_menu/ admin_menu.module | Implementation of hook_panels_cache(). |
| admin_menu_perm | contributions/ admin_menu/ admin_menu.module | Implementation of hook_perm(). |
| admin_menu_remove_item | contributions/ admin_menu/ admin_menu.inc | Removes the child pointer for a menu item. |
| admin_menu_theme_settings | contributions/ admin_menu/ admin_menu.module | Form builder function for module settings. |
| admin_menu_toggle_modules | contributions/ admin_menu/ admin_menu.module | Menu callback to enable/disable developer modules. |
| admin_menu_uninstall | contributions/ admin_menu/ admin_menu.install | Implementation of hook_uninstall(). |
| admin_menu_update_5202 | contributions/ admin_menu/ admin_menu.install | #224605: Rebuild cached menu for users. |
| aggregator_admin_overview | 5/ modules/ aggregator/ aggregator.module | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | 5/ modules/ aggregator/ aggregator.module | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | 5/ modules/ aggregator/ aggregator.module | |
| aggregator_admin_remove_feed_submit | 5/ modules/ aggregator/ aggregator.module | Remove all items from a feed and redirect to the overview page. |
| aggregator_admin_settings | 5/ modules/ aggregator/ aggregator.module | |
| aggregator_block | 5/ modules/ aggregator/ aggregator.module | Implementation of hook_block(). |