Home
last modified time | relevance | path

Searched refs:flavour_name (Results 1 – 6 of 6) sorted by relevance

/dports/x11-themes/yaru-gtk-themes/yaru-21.10.2/gtk/src/
H A Dpost_install.py18 flavour_name = project_name variable
20 flavour_name = "{project}-{flavour}".format(project=project_name, flavour=f)
22 flavour_dir = path.join(themes_dir, flavour_name)
25 theme_index_name = flavour_name + "-index.theme"
35 theme_gresource = "{flavour}-gtk-{ver}.gresource".format(flavour=flavour_name, ver=gtkver)
43 …theme_gtk_css = "{flavour}-gtk{variant}-{ver}.css".format(flavour=flavour_name, ver=gtkver, varian…
/dports/x11-themes/yaru-icon-theme/yaru-21.10.2/gtk/src/
H A Dpost_install.py18 flavour_name = project_name variable
20 flavour_name = "{project}-{flavour}".format(project=project_name, flavour=f)
22 flavour_dir = path.join(themes_dir, flavour_name)
25 theme_index_name = flavour_name + "-index.theme"
35 theme_gresource = "{flavour}-gtk-{ver}.gresource".format(flavour=flavour_name, ver=gtkver)
43 …theme_gtk_css = "{flavour}-gtk{variant}-{ver}.css".format(flavour=flavour_name, ver=gtkver, varian…
/dports/x11-themes/yaru-gtk-themes/yaru-21.10.2/metacity/src/
H A Dpost_install.py17 flavour_name = project_name variable
19 flavour_name = "{project}-{flavour}".format(project=project_name, flavour=flavour)
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.py17 flavour_name = project_name variable
19 flavour_name = "{project}-{flavour}".format(project=project_name, flavour=flavour)
21 flavour_dir = path.join(themes_dir, flavour_name)
/dports/devel/aegis/aegis-4.25.D510/aemakegen/
H A Dmain.cc113 nstring flavour_name; in generate() local
144 flavour_name = arglex_value.alv_string; in generate()
190 tp->set_flavour(flavour_name); in generate()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dfindvar.c769 const char *flavour_name in read_var_value() local
774 gdb_assert (flavour_name != NULL); in read_var_value()
776 flavour_name, var->linkage_name ()); in read_var_value()