| block_admin_configure | modules/block.module | Menu callback; displays the block configuration form. |
| block_list | modules/block.module | Return all blocks in the specified region for the current user. |
| block_user | modules/block.module | Implementation of hook_user(). |
| blogapi_metaweblog_get_category_list | modules/blogapi.module | Blogging API callback. Returns a list of the taxonomy terms that can be
associated with a blog node. |
| blogapi_mt_get_post_categories | modules/blogapi.module | Blogging API callback. Returns a list of the taxonomy terms that are
assigned to a particular node. |
| bootstrap_invoke_all | includes/bootstrap.inc | Call all init or exit hooks without including all modules. |
| check_markup | modules/filter.module | Run all the enabled filters on a piece of text. |
| filter_admin_configure | modules/filter.module | Menu callback; display settings defined by filters. |
| filter_admin_format_form | modules/filter.module | Generate a filter format form. |
| filter_admin_format_form_submit | modules/filter.module | Process filter format form submissions. |
| filter_list_all | modules/filter.module | Build a list of all filters. |
| filter_list_format | modules/filter.module | Retrieve a list of filters for a certain format. |
| help_page | modules/help.module | Menu callback; prints a page listing general help for all modules. |
| legacy_blog_feed | modules/legacy.module | Menu callback; redirects users to new blog feed paths. |
| menu_get_active_help | includes/menu.inc | Returns the help associated with the active menu item. |
| module_invoke | includes/module.inc | Invoke a hook in a particular module. |
| node_access | modules/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_filters | modules/node.module | List node administration filters that can be applied. |
| node_filter_form | modules/node.module | Return form for node administration filters. |
| node_form_alter | modules/node.module | Implementation of hook_form_alter(). |
| node_search | modules/node.module | Implementation of hook_search(). |
| search_cron | modules/search.module | Implementation of hook_cron(). |
| search_data | modules/search.module | Perform a standard search on the given keys, and return the formatted results. |
| search_menu | modules/search.module | Implementation of hook_menu(). |
| search_preprocess | modules/search.module | Invokes hook_search_preprocess() in modules. |
| search_settings | modules/search.module | Menu callback; displays the search module settings page. |
| search_view | modules/search.module | Menu callback; presents the search form and/or search results. |
| statistics_exit | modules/statistics.module | Implementation of hook_exit(). |
| system_modules | modules/system.module | Menu callback; displays a listing of all modules. |
| system_site_settings | modules/system.module | Menu callback; displays a module's settings page. |
| system_theme_settings | modules/system.module | Menu callback; display theme configuration for entire site and individual themes. |
| throttle_exit | modules/throttle.module | Implementation of hook_exit(). |
| update_data | update.php | Perform one update and store the results which will later be displayed on
the finished page. |
| user_admin_perm | modules/user.module | Menu callback: administer permissions. |
| user_help | modules/user.module | Implementation of hook_help(). |
| _block_rehash | modules/block.module | Update the 'blocks' DB table with the blocks currently exported by modules. |
| _db_rewrite_sql | includes/database.inc | Helper function for db_rewrite_sql. |
| _element_info | includes/form.inc | Retrieve the default properties for the defined element type. |
| _filter_tips | modules/filter.module | Helper function for fetching filter tips. |
| _user_categories | modules/user.module | Retrieve a list of all user setting/information categories and sort them by weight. |
| _user_forms | modules/user.module | Retrieve a list of all form elements for the specified category. |