Home
last modified time | relevance | path

Searched refs:themes_dir (Results 1 – 25 of 72) sorted by relevance

123

/dports/x11-wm/metacity/metacity-3.42.0/theme-viewer/
H A Dtheme-viewer-window.c483 is_valid_theme (const gchar *themes_dir, in is_valid_theme() argument
491 path = g_build_filename (themes_dir, theme, NULL); in is_valid_theme()
553 const gchar *themes_dir, in get_valid_themes() argument
560 dir = g_dir_open (themes_dir, 0, NULL); in get_valid_themes()
567 if (!is_valid_theme (themes_dir, theme, type)) in get_valid_themes()
600 gchar *themes_dir; in type_combo_box_changed_cb() local
617 get_valid_themes (window, themes_dir, type, &themes); in type_combo_box_changed_cb()
618 g_free (themes_dir); in type_combo_box_changed_cb()
625 g_free (themes_dir); in type_combo_box_changed_cb()
630 g_free (themes_dir); in type_combo_box_changed_cb()
[all …]
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_dirs.c43 static gchar *themes_dir; variable
83 themes_dir = g_build_filename (dir, "\\share\\themes", NULL); in gsb_dirs_init()
112 themes_dir = g_build_filename (res_path, "/share/themes", NULL); in gsb_dirs_init()
134 themes_dir = g_build_filename ("/usr/share/themes", NULL); in gsb_dirs_init()
340 return themes_dir; in gsb_dirs_get_themes_dir()
/dports/net-im/profanity/profanity-0.11.1/src/config/
H A Dfiles.c57 GString* themes_dir = g_string_new(xdg_config); in files_create_directories() local
58 g_string_append(themes_dir, "/profanity/themes"); in files_create_directories()
68 if (!mkdir_recursive(themes_dir->str)) { in files_create_directories()
69 log_error("Error while creating directory %s", themes_dir->str); in files_create_directories()
84 g_string_free(themes_dir, TRUE); in files_create_directories()
H A Dtheme.c237 gchar* themes_dir = files_get_config_path(DIR_THEMES); in theme_list() local
239 _theme_list_dir(themes_dir, &result); in theme_list()
240 g_free(themes_dir); in theme_list()
538 gchar* themes_dir = files_get_config_path(DIR_THEMES); in _theme_find() local
540 if (themes_dir) { in _theme_find()
541 path = g_string_new(themes_dir); in _theme_find()
542 g_free(themes_dir); in _theme_find()
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dstyles.rs168 themes_dir: Option<PathBuf>, field
174 pub fn new(themes_dir: Option<PathBuf>) -> ThemeStyleMap { in new()
192 themes_dir, in new()
276 if let Some(themes_dir) = self.themes_dir.clone() { in load_theme_dir()
277 match ThemeSet::discover_theme_paths(themes_dir) { in load_theme_dir()
386 if let Some(themes_dir) = dir { in sync_dir()
387 if let Ok(paths) = ThemeSet::discover_theme_paths(themes_dir) { in sync_dir()
407 self.cache_dir = self.themes_dir.clone().map(|p| p.join("cache")); in init_cache_dir()
/dports/x11-themes/classiclooks/classiclooks-2.2.0/ClassicLooks/TOOLS/SETUP/lib/
H A Dsu-common.sh7 themes_dir=$themes_dir_user
12 themes_dir=$themes_dir_system
H A Dpatch_done-common.sh18 echo "See '$themes_dir/ClassicLooks/TOOLS/CONFIG/HACKING' for end-user customization options."
/dports/www/piwigo/piwigo/admin/
H A Dthemes_new.php24 $themes_dir = PHPWG_ROOT_PATH.'themes'; variable
25 if (!is_writable($themes_dir))
/dports/x11-themes/yaru-gtk-themes/yaru-21.10.2/metacity/src/
H A Dpost_install.py14 themes_dir = path.join(PREFIX, data_dir, 'themes') variable
21 flavour_dir = path.join(themes_dir, flavour_name)
/dports/x11-themes/yaru-icon-theme/yaru-21.10.2/metacity/src/
H A Dpost_install.py14 themes_dir = path.join(PREFIX, data_dir, 'themes') variable
21 flavour_dir = path.join(themes_dir, flavour_name)
/dports/devel/geany-themes/geany-themes-1.24/scripts/
H A Dmkindex.py58 def create_index(themes_dir, screenshot_dir='screenshots'): argument
61 for conf_file in os.listdir(themes_dir):
66 conf_file = os.path.join(themes_dir, conf_file)
/dports/x11-themes/yaru-gtk-themes/yaru-21.10.2/gtk/src/
H A Dpost_install.py14 themes_dir = path.join(PREFIX, data_dir, 'themes') variable
22 flavour_dir = path.join(themes_dir, flavour_name)
/dports/x11-themes/yaru-icon-theme/yaru-21.10.2/gtk/src/
H A Dpost_install.py14 themes_dir = path.join(PREFIX, data_dir, 'themes') variable
22 flavour_dir = path.join(themes_dir, flavour_name)
/dports/www/butterfly/butterfly-2.0.1/butterfly/
H A D__init__.py52 def themes_dir(self): member in Route
61 self.themes_dir, theme)
H A Droutes.py329 if os.path.exists(self.themes_dir):
332 for theme in os.listdir(self.themes_dir)
333 if os.path.isdir(os.path.join(self.themes_dir, theme)) and
352 'dir': self.themes_dir
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dtheme.php70 $themes_dir = $wp_filesystem->wp_themes_dir();
71 if ( empty( $themes_dir ) ) {
84 $themes_dir = trailingslashit( $themes_dir );
85 $theme_dir = trailingslashit( $themes_dir . $stylesheet );
H A Dclass-theme-upgrader.php709 $themes_dir = trailingslashit( $wp_filesystem->wp_themes_dir( $theme ) );
710 if ( $wp_filesystem->exists( $themes_dir . $theme ) ) {
711 if ( ! $wp_filesystem->delete( $themes_dir . $theme, true ) ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dtheme.php70 $themes_dir = $wp_filesystem->wp_themes_dir();
71 if ( empty( $themes_dir ) ) {
84 $themes_dir = trailingslashit( $themes_dir );
85 $theme_dir = trailingslashit( $themes_dir . $stylesheet );
H A Dclass-theme-upgrader.php709 $themes_dir = trailingslashit( $wp_filesystem->wp_themes_dir( $theme ) );
710 if ( $wp_filesystem->exists( $themes_dir . $theme ) ) {
711 if ( ! $wp_filesystem->delete( $themes_dir . $theme, true ) ) {
/dports/x11-wm/marco/marco-1.26.0/src/core/
H A Dmain.c495 GDir *themes_dir = NULL; in main() local
497 if (!(themes_dir = g_dir_open (MARCO_DATADIR"/themes", 0, &err))) in main()
504 while (((dir_entry = g_dir_read_name (themes_dir)) != NULL) && in main()
510 g_dir_close (themes_dir); in main()
/dports/devel/py-jupyterlab_launcher/jupyterlab_launcher-0.13.1/jupyterlab_launcher/
H A Dhandlers.py158 themes_dir = Unicode('', variable in LabConfig
245 if config.themes_dir:
252 'path': config.themes_dir,
/dports/www/py-lektor/Lektor-3.2.2/tests/
H A Dtest_themes.py13 themes_dir = os.path.join(os.path.dirname(__file__), "themes-project")
18 shutil.copytree(themes_dir, str(temp_dir))
/dports/games/gnome-mines/gnome-mines-40.0/src/
H A Dtheme-selector-dialog.vala60 string themes_dir = Path.build_path (Path.DIR_SEPARATOR_S, DATA_DIRECTORY, "themes");
62 File file = File.new_for_path (themes_dir);
80 error ("Error enumerating themes from directory %s : %s\n", themes_dir, e.message);
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/emu/
H A Dtheme.c358 const char *themes_dir = fs_config_get_const_string("themes_dir"); in fse_init_theme() local
359 if (themes_dir) { in fse_init_theme()
360 g_fs_emu_theme.path = g_build_filename(themes_dir, in fse_init_theme()
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/utilities/
H A Dpaths.vala184 var themes_dir = config_dir.get_child("themes");
185 if(!themes_dir.query_exists()) {
187 themes_dir.make_directory();
193 local_themes = themes_dir.get_path();

123