actions_do in includes/actions.inc
Perform a given list of actions by executing their callback functions.
drupal_cron_run in includes/common.inc
Executes a cron run when called
drupal_error_handler in includes/common.inc
Log errors as defined by administrator.
drupal_mail in includes/mail.inc
Compose and optionally send an e-mail message.
file_copy in includes/file.inc
Copies a file to a new location.
filter_form_validate in modules/filter/filter.module
Validation callback for filter elements in a form.
locale_translate_import_form_submit in includes/locale.inc
Process the locale import form submission.
system_update_6007 in modules/system/system.install
Change the severity column in the watchdog table to the new values.
_form_validate in includes/form.inc
Performs validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators.
_menu_router_build in includes/menu.inc
Helper function to build the router table based on the data from hook_menu.