Home
last modified time | relevance | path

Searched defs:active_theme (Results 1 – 13 of 13) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Theme/
H A DThemeInitializationInterface.php48 public function loadActiveTheme(ActiveTheme $active_theme);
H A DThemeManagerInterface.php64 public function setActiveTheme(ActiveTheme $active_theme);
H A DThemeInitialization.php136 public function loadActiveTheme(ActiveTheme $active_theme) {
H A DThemeManager.php119 public function setActiveTheme(ActiveTheme $active_theme) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Theme/
H A DThemeInitializationInterface.php48 public function loadActiveTheme(ActiveTheme $active_theme);
H A DThemeManagerInterface.php64 public function setActiveTheme(ActiveTheme $active_theme);
H A DThemeInitialization.php136 public function loadActiveTheme(ActiveTheme $active_theme) {
H A DThemeManager.php119 public function setActiveTheme(ActiveTheme $active_theme) {
/dports/www/habari/habari-0.8/system/handlers/
H A Dadminhandler.php14 protected $active_theme = null; variable in AdminHandler
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DThemeManager.php53 var $active_theme = ''; variable in PhpMyAdmin\\ThemeManager
/dports/x11/workrave/workrave-1.10.44/frontend/common/src/
H A DSoundPlayer.cc603 Theme active_theme; in get_sound_themes() local
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/dialogs/mouse-settings/
H A Dmain.c430 gchar *active_theme; in mouse_settings_themes_populate_store() local
/dports/x11/xfce4-screensaver/xfce4-screensaver-4.16.0/src/
H A Dxfce4-screensaver-preferences.c75 static gchar *active_theme = NULL; variable