| 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. |
| drupal_detect_database_types | drupal/includes/install.inc | Detect all supported databases that are compiled into PHP. |
| drupal_get_install_files | drupal/includes/install.inc | Get list of all .install files. |
| drupal_system_listing | drupal/includes/common.inc | Return an array of system file objects. |
| file_scan_directory | drupal/includes/file.inc | Finds all files that match a given mask in a given directory. |
| image_get_available_toolkits | drupal/includes/image.inc | Return a list of available toolkits. |
| install_find_locales | drupal/install.php | Find all .po files for the current profile. |
| install_find_profiles | drupal/install.php | Find all .profile files. |
| install_select_locale | drupal/install.php | Allow admin to select which locale to use for the current profile. |
| install_select_profile | drupal/install.php | Allow admin to select which profile to install. |
| locale_batch_by_component | drupal/includes/locale.inc | Prepare a batch to run when installing modules or enabling themes.
This batch will import translations for the newly added components
in all the languages already set up on the site. |
| locale_batch_by_language | drupal/includes/locale.inc | Prepare a batch to import translations for all enabled
modules in a given language. |
| simpletest_get_all_tests | drupal/modules/simpletest/simpletest.module | Get a list of all of the tests. |
| system_theme_data | drupal/modules/system/system.module | Collect data about all currently available themes. |
| _registry_rebuild | drupal/includes/registry.inc | @see registry_rebuild. |