| aggregator_admin_edit_category | drupal/modules/aggregator.module | Menu callback; displays the category edit form, or saves changes and
redirects to the overview page. |
| aggregator_admin_edit_feed | drupal/modules/aggregator.module | Menu callback; displays the feed edit form. |
| aggregator_refresh | drupal/modules/aggregator.module | Checks a news feed for new items. |
| block_admin | drupal/modules/block.module | Menu callback; displays the block overview page. |
| block_admin_configure | drupal/modules/block.module | Menu callback; displays the block configuration form. |
| block_box_add | drupal/modules/block.module | Menu callback; displays the block creation form. |
| block_box_delete | drupal/modules/block.module | Menu callback; confirm and delete custom blocks. |
| book_admin | drupal/modules/book.module | Menu callback; displays the book administration page. |
| book_nodeapi | drupal/modules/book.module | Implementation of hook_nodeapi(). |
| book_outline | drupal/modules/book.module | Implementation of function book_outline()
Handles all book outline operations. |
| comment_delete | drupal/modules/comment.module | Menu callback; delete a comment. |
| comment_matrix_settings | drupal/modules/comment.module | Menu callback; presents the moderation vote matrix. |
| comment_role_settings | drupal/modules/comment.module | Menu callback; allows admin to set default scores for different roles. |
| comment_threshold_settings | drupal/modules/comment.module | Menu callback; displays settings for thresholds at which comments are displayed. |
| comment_vote_settings | drupal/modules/comment.module | Menu callback; displays page for assigning names to vote values. |
| do_search | drupal/modules/search.module | Do a query on the full-text search index for a word or words. |
| drupal_auth | drupal/modules/drupal.module | Implementation of hook_auth(). |
| drupal_check_token | drupal/includes/common.inc | Check the form token if there is POST data for an authenticated user to defend against cross site request forgeries. |
| drupal_get_messages | drupal/includes/bootstrap.inc | Return all messages that have been set. |
| file_check_directory | drupal/includes/file.inc | Check that directory exists and is writable. |
| file_copy | drupal/includes/file.inc | Copies a file to a new location. This is a powerful function that in many ways
performs like an advanced version of copy().
Checks if $source and $dest are valid and readable/writable.
Performs a file copy if $source is not equal to $dest.
If file... |
| file_move | drupal/includes/file.inc | Moves a file to a new location.
Checks if $source and $dest are valid and readable/writable.
Performs a file move if $source is not equal to $dest.
If file already exists in $dest either the call will error out, replace the
file or rename the file... |
| file_save_data | drupal/includes/file.inc | Save a string to the specified destination |
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. The source file is validated as a
proper upload and handled as such. |
| filter_admin_add | drupal/modules/filter.module | Add a new input format. |
| filter_admin_delete | drupal/modules/filter.module | Menu callback; confirm deletion of a format. |
| filter_admin_filters_save | drupal/modules/filter.module | Save enabled/disabled status for filters in a format. |
| filter_admin_order_save | drupal/modules/filter.module | Save the weights of filters in a format. |
| filter_admin_save | drupal/modules/filter.module | Save input formats on the overview page. |
| form_set_error | drupal/includes/common.inc | File an error against the form element with the specified name. |
| locale_admin_import | drupal/modules/locale.module | Page handler for the translation import screen |
| locale_admin_manage_add | drupal/modules/locale.module | Page handler for the language addition screen |
| locale_admin_manage_delete_screen | drupal/modules/locale.module | User interface for the language deletion confirmation screen |
| menu_delete_item | drupal/modules/menu.module | Menu callback; delete a single custom item. |
| menu_disable_item | drupal/modules/menu.module | Menu callback; hide a menu item. |
| menu_edit_item_save | drupal/modules/menu.module | Save changes to a menu item into the database. |
| menu_reset | drupal/modules/menu.module | Menu callback; clear the database, resetting the menu to factory defaults. |
| menu_reset_item | drupal/modules/menu.module | Menu callback; reset a single modified item. |
| node_admin_nodes | drupal/modules/node.module | Generate the content administration overview. |
| node_page | drupal/modules/node.module | Menu callback; dispatches control to the appropriate operation handler. |
| node_revision_delete | drupal/modules/node.module | Delete the revision with specified revision number. |
| node_revision_rollback | drupal/modules/node.module | Roll back to the revision with the specified revision number. |
| node_submit | drupal/modules/node.module | Accepts a submission of new or changed node content. |
| page_get_cache | drupal/includes/bootstrap.inc | Retrieve the current page from the cache. |
| path_admin_delete | drupal/modules/path.module | Menu callback; handles deletion of an URL alias. |
| path_save | drupal/modules/path.module | Verify that a new URL alias is valid, and save it to the database. |
| poll_vote | drupal/modules/poll.module | Callback for processing a vote |
| profile_admin_add | drupal/modules/profile.module | Menu callback; adds a new field to all user profiles. |
| profile_admin_delete | drupal/modules/profile.module | Menu callback; deletes a field from all user profiles. |
| profile_admin_edit | drupal/modules/profile.module | Menu callback; displays the profile field editing form. |
| queue_nodeapi | drupal/modules/queue.module | Implementation of hook_nodeapi(). |
| search_admin | drupal/modules/search.module | Menu callback; displays the search module settings page. |
| upload_munge_filename | drupal/modules/upload.module | Munge the filename as needed for security purposes. |
| user_admin_access_add | drupal/modules/user.module | Menu callback: add an access rule |
| user_admin_access_check | drupal/modules/user.module | Menu callback: check an access rule |
| user_admin_access_delete | drupal/modules/user.module | Menu callback: delete an access rule |
| user_admin_access_edit | drupal/modules/user.module | Menu callback: edit an access rule |
| user_admin_perm | drupal/modules/user.module | Menu callback: administer permissions. |
| user_admin_role | drupal/modules/user.module | Menu callback: administer roles. |
| _aggregator_page_list | drupal/modules/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |
| _locale_add_language | drupal/includes/locale.inc | Helper function to add a language |
| _locale_import_parse_plural_forms | drupal/includes/locale.inc | Parses a Plural-Forms entry from a Gettext Portable Object file header |
| _locale_import_po | drupal/includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |
| _locale_import_read_po | drupal/includes/locale.inc | Parses Gettext Portable Object file into an array |
| _locale_string_save | drupal/includes/locale.inc | Action handler for string editing |
| _upload_image | drupal/modules/upload.module | Check an upload, if it is an image, make sure it fits within the
maximum dimensions allowed. |