26 calls to module_list()

bootstrap_invoke_all in drupal-6.x/includes/bootstrap.inc
Call all init or exit hooks without including all modules.
filter_list_all in drupal-6.x/modules/filter/filter.module
Build a list of all filters.
install_main in drupal-6.x/install.php
The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
menu_get_active_help in drupal-6.x/includes/menu.inc
Returns the help associated with the active menu item.
module_disable in drupal-6.x/includes/module.inc
Disable a given set of modules.
module_enable in drupal-6.x/includes/module.inc
Enable a given list of modules.
module_exists in drupal-6.x/includes/module.inc
Determine whether a given module exists.
module_implements in drupal-6.x/includes/module.inc
Determine which modules are implementing a hook.
module_iterate in drupal-6.x/includes/module.inc
Call a function repeatedly with each module in turn as an argument.
module_load_all in drupal-6.x/includes/module.inc
Load all the modules that have been enabled in the system table.
module_load_all_includes in drupal-6.x/includes/module.inc
Load an include file for each of the modules that have been enabled in the system table.
search_admin_settings in drupal-6.x/modules/search/search.admin.inc
Menu callback; displays the search module settings page.
search_cron in drupal-6.x/modules/search/search.module
Implementation of hook_cron().
system_install in drupal-6.x/modules/system/system.install
Implementation of hook_install().
system_modules_submit in drupal-6.x/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_requirements in drupal-6.x/modules/system/system.install
Implementation of hook_requirements().
system_update_6027 in drupal-6.x/modules/system/system.install
Add block cache.
update.php in drupal-6.x/update.php
Administrative page for handling updates from one Drupal version to another.
user_admin_perm in drupal-6.x/modules/user/user.admin.inc
Menu callback: administer permissions.
user_filters in drupal-6.x/modules/user/user.module
List user administration filters that can be applied.
user_module_invoke in drupal-6.x/modules/user/user.module
Invokes hook_user() in every module.
_block_rehash in drupal-6.x/modules/block/block.module
Update the 'blocks' DB table with the blocks currently exported by modules.
_drupal_maintenance_theme in drupal-6.x/includes/theme.maintenance.inc
Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.
_theme_process_registry in drupal-6.x/includes/theme.inc
Process a single invocation of the theme hook. $type will be one of 'module', 'theme_engine', 'base_theme_engine', 'theme', or 'base_theme' and it tells us some important information.
_user_categories in drupal-6.x/modules/user/user.module
Retrieve a list of all user setting/information categories and sort them by weight.
_user_forms in drupal-6.x/modules/user/user.module
Retrieve a list of all form elements for the specified category.