26 calls to list_themes()

BlockTestCase::testCustomBlock in drupal/modules/block/block.test
Test creating custom block, moving it to a specific region and then deleting it.
block_add_block_form_submit in drupal/modules/block/block.admin.inc
Form submission handler for block_add_block_form().
block_admin_configure in drupal/modules/block/block.admin.inc
Form constructor for the block configuration form.
block_help in drupal/modules/block/block.module
Implements hook_help().
block_menu in drupal/modules/block/block.module
Implements hook_menu().
drupal_find_theme_templates in drupal/includes/theme.inc
Allows themes and/or theme engines to easily discover overridden templates.
drupal_theme_access in drupal/includes/theme.inc
Determines if a theme is available to use.
drupal_theme_initialize in drupal/includes/theme.inc
Initializes the theme system by loading the theme.
SystemInfoAlterTestCase::testSystemInfoAlter in drupal/modules/system/system.test
Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
system_help in drupal/modules/system/system.module
Implements hook_help().
system_menu in drupal/modules/system/system.module
Implements hook_menu().
system_region_list in drupal/modules/system/system.module
Get a list of available regions from a specified theme.
system_theme_default in drupal/modules/system/system.admin.inc
Menu callback; Set the default theme.
system_theme_disable in drupal/modules/system/system.admin.inc
Menu callback; Disables a theme.
system_theme_enable in drupal/modules/system/system.admin.inc
Menu callback; Enables a theme.
system_theme_settings in drupal/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
template_preprocess_maintenance_page in drupal/includes/theme.inc
Process variables for maintenance-page.tpl.php.
ThemeTestCase::testListThemes in drupal/modules/simpletest/tests/theme.test
Test the list_themes() function.
theme_disable in drupal/includes/theme.inc
Disables a given list of themes.
theme_enable in drupal/includes/theme.inc
Enables a given list of themes.
theme_get_setting in drupal/includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
_color_html_alter in drupal/modules/color/color.module
Replaces style sheets with color-altered style sheets.
_color_rewrite_stylesheet in drupal/modules/color/color.module
Rewrites the stylesheet to match the colors in the palette.
_color_theme_select_form_alter in drupal/modules/color/color.module
Helper for hook_form_FORM_ID_alter() implementations.
_drupal_maintenance_theme in drupal/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_overlay_region_list in drupal/modules/overlay/overlay.module
Returns a list of page regions related to the overlay.