Home
last modified time | relevance | path

Searched refs:PKGDATADIR (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/dports/chinese/ibus-pinyin/ibus-pinyin-1.5.0/src/
H A DPYPinyinProperties.cc44 PKGDATADIR"/icons/chinese.svg" : in PinyinProperties()
45 PKGDATADIR"/icons/english.svg", in PinyinProperties()
51 PKGDATADIR"/icons/full.svg" : in PinyinProperties()
52 PKGDATADIR"/icons/half.svg", in PinyinProperties()
58 PKGDATADIR"/icons/full-punct.svg" : in PinyinProperties()
59 PKGDATADIR"/icons/half-punct.svg", in PinyinProperties()
65 PKGDATADIR"/icons/simp-chinese.svg" : in PinyinProperties()
66 PKGDATADIR"/icons/trad-chinese.svg", in PinyinProperties()
88 PKGDATADIR"/icons/chinese.svg" : in toggleModeChinese()
102 PKGDATADIR"/icons/full.svg" : in toggleModeFull()
[all …]
/dports/chinese/ibus-libpinyin/ibus-libpinyin-1.11.1/src/
H A DPYPinyinProperties.cc43 PKGDATADIR"/icons/chinese.svg" : in PinyinProperties()
44 PKGDATADIR"/icons/english.svg", in PinyinProperties()
54 PKGDATADIR"/icons/full.svg" : in PinyinProperties()
55 PKGDATADIR"/icons/half.svg", in PinyinProperties()
65 PKGDATADIR"/icons/full-punct.svg" : in PinyinProperties()
66 PKGDATADIR"/icons/half-punct.svg", in PinyinProperties()
76 PKGDATADIR"/icons/simp-chinese.svg" : in PinyinProperties()
77 PKGDATADIR"/icons/trad-chinese.svg", in PinyinProperties()
114 PKGDATADIR"/icons/chinese.svg" : in toggleModeChinese()
133 PKGDATADIR"/icons/full.svg" : in toggleModeFull()
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dwconfig.h119 #define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
128 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.tiff"
130 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.xpm"
144 "\""PKGDATADIR"/Pixmaps\"," \
145 "\""PKGDATADIR"/Backgrounds\"," \
150 #define GLOBAL_USER_MENU_PATH PKGDATADIR"/UserMenus"
162 "\""PKGDATADIR"/Icons\"," \
163 "\""PKGDATADIR"/Pixmaps\"," \
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dwconfig.h119 #define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
128 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.tiff"
130 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.xpm"
144 "\""PKGDATADIR"/Pixmaps\"," \
145 "\""PKGDATADIR"/Backgrounds\"," \
150 #define GLOBAL_USER_MENU_PATH PKGDATADIR"/UserMenus"
162 "\""PKGDATADIR"/Icons\"," \
163 "\""PKGDATADIR"/Pixmaps\"," \
/dports/editors/le/le-1.16.6/src/
H A Dcolormnu.cc76 LoadColor(PKGDATADIR"/colors-defbg"); in LoadColorDefaultBG()
80 LoadColor(PKGDATADIR"/colors-blue"); in LoadColorBlue()
84 LoadColor(PKGDATADIR"/colors-black"); in LoadColorBlack()
88 LoadColor(PKGDATADIR"/colors-white"); in LoadColorWhite()
92 LoadColor(PKGDATADIR"/colors-green"); in LoadColorGreen()
H A Dkeymapfn.cc46 sprintf(filename,"%s/keymap-%s",PKGDATADIR,TERM); in EditorReadKeymap()
54 sprintf(filename,"%s/keymap",PKGDATADIR); in EditorReadKeymap()
74 const char *k=PKGDATADIR"/keymap-emacs"; in LoadKeymapEmacs()
/dports/cad/fritzing/fritzing-app-0.9.2b/
H A Dphoenix.pro108 PKGDATADIR = $$DATADIR/fritzing
110 DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
123 parts.path = $$PKGDATADIR
126 pdb.path = $$PKGDATADIR
129 help.path = $$PKGDATADIR
132 sketches.path = $$PKGDATADIR
135 bins.path = $$PKGDATADIR
138 translations.path = $$PKGDATADIR/translations
139 …/translations -name "*.qm" -size +128c -exec cp -pr {} $(INSTALL_ROOT)$$PKGDATADIR/translations \\;
141 syntax.path = $$PKGDATADIR/translations/syntax
/dports/editors/ted/Ted-2.23/tedPackage/
H A Dmakefile.in30 PKGDATADIR= $(PKGDESTDIR)@Q_DATADIR@
32 PKGMANDIR= $(PKGDATADIR)/man/man1
36 PKGDESKTOPDIR= $(PKGDATADIR)/applications
37 PKGTEDDIR= $(PKGDATADIR)/Ted
44 $(PKGDATADIR) \
194 ( cd $(PKGDATADIR)/Ted && umask 0 && tar xvf - ) < TedDatadir.tar
195 cp $(PKGDATADIR)/Ted/TedDocument-en_US.rtf TedDocument-en_US.rtf
197 sh ./customize.sh $(CUSTOMIZE_ARGS) < $(PKGDATADIR)/Ted/doc/Ted.1 | \
/dports/editors/quilter/quilter-2.2.3/src/Widgets/
H A DWebView.vala77 return Build.PKGDATADIR + "/font/serif.css";
79 return Build.PKGDATADIR + "/font/sans.css";
81 return Build.PKGDATADIR + "/font/mono.css";
84 return Build.PKGDATADIR + "/font/serif.css";
89 return Build.PKGDATADIR + "/highlight.js/styles/dark.min.css";
91 return Build.PKGDATADIR + "/highlight.js/styles/sepia.min.css";
93 return Build.PKGDATADIR + "/highlight.js/styles/default.min.css";
113 string katex_main = Build.PKGDATADIR + "/katex/katex.css";
114 string katex_js = Build.PKGDATADIR + "/katex/katex.js";
115 string render = Build.PKGDATADIR + "/katex/render.js";
[all …]
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dfeatherpad.pro143 DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
178 DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
198 DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
222 DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
/dports/games/cuyo/cuyo-2.1.0/src/
H A Dinkompatibel.h37 #ifndef PKGDATADIR
38 #define PKGDATADIR (PACKAGE"-"VERSION"\\data") macro
/dports/games/ufoai/ufoai-2.5-source/
H A Dconfigure21 PKGDATADIR=
124 add_to_config_h_quote PKGDATADIR "Setting custom data directory"
147 add_to_makefile_local_quote PKGDATADIR "Using datadir ${PKGDATADIR}"
544 PKGDATADIR="${1#*=}"
624 PKGDATADIR=${PKGDATADIR:-${PREFIX}/games/${PROGRAM}/}
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/meson-templates/resources/src/
H A Dconfig-gtk4.rs.in4 pub static PKGDATADIR: &str = @PKGDATADIR@; variable
H A Dmain-gtk4.rs8 use config::{GETTEXT_PACKAGE, LOCALEDIR, PKGDATADIR};
21 let resources = gio::Resource::load(PKGDATADIR.to_owned() + "/{{name}}.gresource") in main()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dh-basic.h33 #define PKGDATADIR "./" macro
52 #define PKGDATADIR "lib/" macro
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Dshutdown-dialog.vala155 …(_("Suspend"), Path.build_filename (Config.PKGDATADIR, "suspend.png"), Path.build_filename (Config…
172 …"Hibernate"), Path.build_filename (Config.PKGDATADIR, "hibernate.png"), Path.build_filename (Confi…
190 …(_("Restart"), Path.build_filename (Config.PKGDATADIR, "restart.png"), Path.build_filename (Config…
207 …("Shut Down"), Path.build_filename (Config.PKGDATADIR, "shutdown.png"), Path.build_filename (Confi…
225 …nfig.PKGDATADIR, "dialog_close.png"), Path.build_filename (Config.PKGDATADIR, "dialog_close_highli…
385 …surface = new Cairo.ImageSurface.from_png (Path.build_filename (Config.PKGDATADIR, "switcher_corne…
386 …left_surface = new Cairo.ImageSurface.from_png (Path.build_filename (Config.PKGDATADIR, "switcher_…
387 …top_surface = new Cairo.ImageSurface.from_png (Path.build_filename (Config.PKGDATADIR, "switcher_t…
/dports/graphics/akira/Akira-0.0.16/src/
H A Dconfig.vala.in3 public const string PKGDATADIR = "@PKGDATADIR@";
/dports/devel/dmucs/dmucs/
H A Ddmucs_hosts_file.h27 #ifdef PKGDATADIR
28 const std::string HOSTS_INFO_FILE = std::string(PKGDATADIR) + \
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Drimage.c165 return make_image (PKGDATADIR "/black.xpm", width, height, preview); in make_gradient()
260 return make_image (PKGDATADIR "/black.xpm", width, height, preview); in make_textured_gradient()
325 return make_image (PKGDATADIR "/black.xpm", width, height, preview); in make_igradient()
387 preview = make_image (PKGDATADIR "/black.xpm", in make_igradient()
409 return make_image (PKGDATADIR "/black.xpm", width, height, preview); in make_wmfun()
438 preview = make_image (PKGDATADIR "/black.xpm", in make_wmfun()
458 return rimage_load (PKGDATADIR "/black.xpm", width, height); in rimage_load()
465 return rimage_load (PKGDATADIR "/black.xpm", width, height); in rimage_load()
473 if (streq (filename, PKGDATADIR "/black.xpm")) in rimage_load()
/dports/www/cutelyst/cutelyst-3.2.0/
H A Dconfig.h.in12 #define PKGDATADIR "@PKGDATADIR@" macro
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/
H A Dmaemo5pkgrules.pri20 PKGDATADIR=\\\"$$PKGDATADIR\\\"
/dports/multimedia/pitivi/pitivi-0.999/win32/
H A Dconfigure.py25 PKGDATADIR = os.path.realpath('../share/pitivi') variable
53 root = PKGDATADIR
/dports/chinese/opencc/OpenCC-ver.1.0.5/src/
H A DCommon.hpp84 #ifndef PKGDATADIR
87 const string PACKAGE_DATA_DIRECTORY = PKGDATADIR "/";
/dports/textproc/goldendict/goldendict-73ec1b5/maclibs/include/opencc/
H A DCommon.hpp84 #ifndef PKGDATADIR
87 const string PACKAGE_DATA_DIRECTORY = PKGDATADIR "/";
/dports/textproc/goldendict/goldendict-73ec1b5/winlibs/include/opencc/
H A DCommon.hpp84 #ifndef PKGDATADIR
87 const string PACKAGE_DATA_DIRECTORY = PKGDATADIR "/";

12345678910>>...34