| color_scheme_form_submit | drupal/modules/color/color.module | Submit handler for color change form. |
| drupal_get_css | drupal/includes/common.inc | Returns a themed representation of all stylesheets that should be attached to the page. |
| drupal_get_js | drupal/includes/common.inc | Returns a themed presentation of all JavaScript code for the current page. |
| fileupload_submit | contributions/docs/developer/examples/fileupload.module | Implementation of hook_submit(). |
| fileupload_view | contributions/docs/developer/examples/fileupload.module | Implementation of hook_view. |
| file_check_directory | drupal/includes/file.inc | Check that the directory exists and is writable. |
| file_create_path | drupal/includes/file.inc | Make sure the destination is a complete path and resides in the file system
directory, if it is not prepend the file system directory. |
| file_create_url | drupal/includes/file.inc | Create the download path to a file. |
| file_directory_temp | drupal/includes/file.inc | Determine the default temporary directory. |
| simpletest_clean_temporary_directories | drupal/modules/simpletest/simpletest.module | Find all left over temporary directories and remove them. |
| system_file_system_settings | drupal/modules/system/system.admin.inc | Form builder; Configure the site file handling. |
| system_performance_settings | drupal/modules/system/system.admin.inc | Form builder; Configure site performance settings. |
| system_theme_settings | drupal/modules/system/system.admin.inc | Form builder; display theme configuration for entire site and individual themes. |
| upload_menu | drupal/modules/upload/upload.module | Implementation of hook_menu(). |
| upload_node_form_submit | drupal/modules/upload/upload.module | Save new uploads and store them in the session to be associated to the node
on upload_save. |
| user_admin_settings | drupal/modules/user/user.admin.inc | Form builder; Configure user settings for this site. |