| aggregator_refresh | modules/aggregator.module | Checks a news feed for new items. |
| blogapi_blogger_edit_post | modules/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | modules/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_convert_to_utf8 | includes/common.inc | Convert data to UTF-8 |
| drupal_directory_ping | modules/drupal.module | Callback function from drupal_xmlrpc() called when another site pings this one. |
| drupal_notify | modules/drupal.module | Sends a ping to the Drupal directory server. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_xml_parser_create | includes/common.inc | Prepare a new XML parser. |
| error_handler | includes/common.inc | Log errors as defined by administrator
Error levels:
1 = Log errors to database.
2 = Log errors to database and to screen. |
| file_check_directory | includes/file.inc | Check that directory exists and is writable. |
| hook_ping | developer/hooks/core.php | Ping another server. |
| image_toolkit_invoke | includes/image.inc | Invokes the given method using the currently selected toolkit. |
| locale_admin_import | modules/locale.module | Page handler for the translation import screen |
| locale_admin_manage_delete_screen | modules/locale.module | User interface for the language deletion confirmation screen |
| node_delete | modules/node.module | Ask for confirmation, and delete the node. |
| node_submit | modules/node.module | Accepts a submission of new or changed node content. |
| ping_ping | modules/ping.module | Implementation of hook_ping(). |
| search_view | modules/search.module | Menu callback; presents the search form and/or search results. |
| throttle_exit | modules/throttle.module | Implementation of hook_exit(). |
| user_logout | modules/user.module | Menu callback; logs the current user out, and redirects to the home page. |
| watchdog | includes/bootstrap.inc | Log a system message. |
| _locale_add_language | includes/locale.inc | Helper function to add a language |
| _locale_export_po | includes/locale.inc | Exports a Portable Object (Template) file for a language |
| _locale_import_po | includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |