Home
last modified time | relevance | path

Searched refs:setActiveTheme (Results 1 – 25 of 46) sorted by relevance

12

/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DThemeManager.php104 if ($cookie_theme && $this->setActiveTheme($cookie_theme)) {
110 $this->setActiveTheme($this->themeDefault);
113 $this->setActiveTheme(self::FALLBACK_THEME);
152 public function setActiveTheme(?string $theme): bool function in PhpMyAdmin\\ThemeManager
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DThemeManager.php106 if (! $cookie_theme || ! $this->setActiveTheme($cookie_theme)) {
109 $this->setActiveTheme($this->theme_default);
112 $this->setActiveTheme(self::FALLBACK_THEME);
169 public function setActiveTheme($theme = null) function in PhpMyAdmin\\ThemeManager
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Render/
H A DElementInfoIntegrationTest.php36 $theme_manager->setActiveTheme($theme_initializer->getActiveThemeByName('classy'));
39 $theme_manager->setActiveTheme($theme_initializer->getActiveThemeByName('test_theme'));
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Render/
H A DElementInfoIntegrationTest.php36 $theme_manager->setActiveTheme($theme_initializer->getActiveThemeByName('classy'));
39 $theme_manager->setActiveTheme($theme_initializer->getActiveThemeByName('test_theme'));
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/aboutwelcome/components/
H A DMultiStageAboutWelcome.jsx106 const [activeTheme, setActiveTheme] = useState(null); constant
112 setActiveTheme(theme);
163 setActiveTheme={setActiveTheme}
294 this.props.setActiveTheme(themeToUse);
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/aboutwelcome/components/
H A DMultiStageAboutWelcome.jsx108 const [activeTheme, setActiveTheme] = useState(null); constant
114 setActiveTheme(theme);
188 setActiveTheme={setActiveTheme}
303 this.props.setActiveTheme(themeToUse);
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/aboutwelcome/components/
H A DMultiStageAboutWelcome.jsx106 const [activeTheme, setActiveTheme] = useState(null); constant
112 setActiveTheme(theme);
163 setActiveTheme={setActiveTheme}
294 this.props.setActiveTheme(themeToUse);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Theme/
H A DThemeManagerInterface.php64 public function setActiveTheme(ActiveTheme $active_theme); function
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Theme/
H A DThemeManagerInterface.php64 public function setActiveTheme(ActiveTheme $active_theme); function
/dports/www/drupal8/drupal-8.9.20/core/modules/user/tests/src/Kernel/
H A DUserFieldsTest.php31 …\Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->initTheme('user_test_th…
/dports/www/drupal9/drupal-9.2.10/core/modules/user/tests/src/Kernel/
H A DUserFieldsTest.php31 …\Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->initTheme('user_test_th…
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Dqabstract3dgraph.h55 … Q_PROPERTY(Q3DTheme* activeTheme READ activeTheme WRITE setActiveTheme NOTIFY activeThemeChanged)
129 void setActiveTheme(Q3DTheme *theme);
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/Common/
H A DAlterTest.php33 \Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->initTheme('bartik'));
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/Common/
H A DAlterTest.php33 \Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->initTheme('bartik'));
/dports/www/drupal8/drupal-8.9.20/core/modules/system/src/Form/
H A DThemeSettingsForm.php353 $this->themeManager->setActiveTheme($theme_initialization->getActiveThemeByName($theme));
384 $this->themeManager->setActiveTheme($default_active_theme);
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/theme/
H A Dthememanager_p.h58 void setActiveTheme(Q3DTheme *theme);
/dports/www/drupal9/drupal-9.2.10/core/modules/system/src/Form/
H A DThemeSettingsForm.php353 $this->themeManager->setActiveTheme($theme_initialization->getActiveThemeByName($theme));
384 $this->themeManager->setActiveTheme($default_active_theme);
/dports/www/drupal8/drupal-8.9.20/core/modules/history/tests/src/Kernel/Views/
H A DHistoryTimestampTest.php46 \Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->initTheme('classy'));
/dports/www/drupal9/drupal-9.2.10/core/modules/history/tests/src/Kernel/Views/
H A DHistoryTimestampTest.php46 \Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->initTheme('classy'));
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/Theme/
H A DTwigSettingsTest.php89 …\Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->getActiveThemeByName('t…
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/Theme/
H A DTwigSettingsTest.php89 …\Drupal::theme()->setActiveTheme(\Drupal::service('theme.initialization')->getActiveThemeByName('t…
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Asset/
H A DResolvedLibraryDefinitionsFilesMatchTest.php148 $this->themeManager->setActiveTheme($this->themeInitialization->getActiveThemeByName($theme));
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Asset/
H A DResolvedLibraryDefinitionsFilesMatchTest.php148 $this->themeManager->setActiveTheme($this->themeInitialization->getActiveThemeByName($theme));
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Theme/
H A DStableLibraryOverrideTest.php92 $this->themeManager->setActiveTheme($this->themeInitialization->getActiveThemeByName('stable'));
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Theme/
H A DStableLibraryOverrideTest.php92 $this->themeManager->setActiveTheme($this->themeInitialization->getActiveThemeByName('stable'));

12