Home
last modified time | relevance | path

Searched refs:theme_exists (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/common/
H A Dmate-theme-info.c691 gboolean theme_exists; in update_theme_index() local
708 if (theme_exists) { in update_theme_index()
730 theme_info->has_gtk = theme_exists; in update_theme_index()
733 theme_info->has_keybinding = theme_exists; in update_theme_index()
736 theme_info->has_marco = theme_exists; in update_theme_index()
744 if (theme_exists && theme_used_to_exist) { in update_theme_index()
788 gboolean theme_exists; in update_common_theme_dir_index() local
827 theme_exists = TRUE; in update_common_theme_dir_index()
829 theme_exists = FALSE; in update_common_theme_dir_index()
840 if (theme_exists) { in update_common_theme_dir_index()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_install_ui_browsertest.cc63 const bool theme_exists = GetTheme(); in InstallThemeAndVerify() local
76 EXPECT_EQ(num_before + (theme_exists ? 0 : 1), num_after); in InstallThemeAndVerify()
/dports/www/habari/habari-0.8/system/classes/
H A Dthemes.php107 $theme_exists = false;
115 $theme_exists = true;
121 if ( !$theme_exists ) {
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/luminous/src/
H A Dluminous.php374 static function theme_exists($theme) { function in luminous
391 if (self::theme_exists($theme))
596 if (!self::theme_exists($theme)) $theme = 'luminous_light.css';
H A Dcli.php174 if (!luminous::theme_exists($theme)) {
H A Doptions.class.php320 if (!luminous::theme_exists($value)) {
/dports/net-im/profanity/profanity-0.11.1/src/config/
H A Dtheme.h149 gboolean theme_exists(const char* const theme_name);
H A Dtheme.c169 theme_exists(const char* const theme_name) in theme_exists() function
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminTranslationsController.php406 $theme_exists = ['from_theme' => false, 'to_theme' => false];
409 $theme_exists['from_theme'] = true;
412 $theme_exists['to_theme'] = true;
415 if ($theme_exists['from_theme'] == false || $theme_exists['to_theme'] == false) {
1388 $theme_exists = $this->theme_exists($theme);
1389 if (!$theme_exists) {
1801 if (!$this->theme_exists(Tools::getValue('theme'))) {
3271 protected function theme_exists($theme) function in AdminTranslationsControllerCore
3273 $theme_exists = false;
/dports/audio/ampache/ampache-php74-5.0.0/src/Config/
H A Dfunctions.php1442 function theme_exists($theme_name) function
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminTranslationsController.php450 $themeExists = $this->theme_exists($theme);
495 protected function theme_exists($theme) function in AdminTranslationsControllerCore
1898 if (!$this->theme_exists(Tools::getValue('theme'))) {
/dports/net-im/profanity/profanity-0.11.1/src/command/
H A Dcmd_funcs.c812 if (!theme_exists(theme)) { in _account_set_theme()