| drupal_build_css_cache | drupal/includes/common.inc | Aggregate and optimize CSS files, putting them in the files directory. |
| drupal_build_js_cache | drupal/includes/common.inc | Aggregate JS files, putting them in the files directory. |
| drupal_clear_css_cache | drupal/includes/common.inc | Delete all cached CSS files. |
| drupal_clear_js_cache | drupal/includes/common.inc | Delete all cached JS files. |
| fileupload_file_download | contributions/docs/developer/examples/fileupload.module | Implementation of hook_file_download. |
| file_copy | drupal/includes/file.inc | Copy a file to a new location and adds a file record to the database. |
| file_download | drupal/includes/file.inc | Menu handler for private file transfers. |
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. |
| file_transfer | drupal/includes/file.inc | Transfer file using HTTP to client. Pipes a file through Drupal to the
client. |
| file_unmanaged_copy | drupal/includes/file.inc | Copy a file to a new location without calling any hooks or making any
changes to the database. |
| hook_file_download | drupal/modules/system/system.api.php | Control access to private file downloads and specify HTTP headers. |
| locale_js_alter | drupal/modules/locale/locale.module | Implementation of hook_js_alter(). |
| theme_upload_attachments | drupal/modules/upload/upload.module | Displays file attachments in table |
| upload_file_download | drupal/modules/upload/upload.module | Implementation of hook_file_download(). |
| upload_menu | drupal/modules/upload/upload.module | Implementation of hook_menu(). |
| user_admin_settings | drupal/modules/user/user.admin.inc | Form builder; Configure user settings for this site. |
| user_file_download | drupal/modules/user/user.module | Implementation of hook_file_download(). |
| _locale_rebuild_js | drupal/includes/locale.inc | (Re-)Creates the JavaScript translation file for a language. |