| book_export | modules/book/book.pages.inc | Menu callback; Generates various representation of a book page and its children. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| file_download | includes/file.inc | Call modules that implement hook_file_download() to find out if a file is
accessible and what headers it should be transferred with. If a module
returns -1 drupal_access_denied() will be returned. If one or more modules
returned headers the download... |
| file_transfer | includes/file.inc | Transfer file using http to client. Pipes a file through Drupal to the
client. |
| filter_admin_delete | modules/filter/filter.admin.inc | Menu callback; confirm deletion of a format.
See alsofilter_admin_delete_submit() |
| locale_languages_delete_form | includes/locale.inc | User interface for the language deletion confirmation screen. |
| locale_languages_edit_form | includes/locale.inc | Editing screen for a particular language. |
| locale_translate_delete_page | includes/locale.inc | String deletion confirmation page. |
| profile_browse | modules/profile/profile.pages.inc | Menu callback; display a list of user information. |
| profile_field_delete | modules/profile/profile.admin.inc | Menu callback; deletes a field from all user profiles. |
| profile_field_form | modules/profile/profile.admin.inc | Menu callback: Generate a form to add/edit a user profile field.
See alsoprofile_field_form_validate() |
| statistics_access_log | modules/statistics/statistics.admin.inc | Menu callback; Displays recent page accesses. |
| system_main_admin_page | modules/system/system.admin.inc | Menu callback; Provide the administration overview page. |
| taxonomy_admin_term_edit | modules/taxonomy/taxonomy.admin.inc | Page to edit a vocabulary term. |
| taxonomy_term_page | modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |