Home
last modified time | relevance | path

Searched refs:gspath (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/py-beziers/beziers-0.4.0/beziers/path/representations/
H A DGSPath.py4 def __init__(self, path, gspath = None): argument
9 if (gspath):
10 self.nodes = gspath.nodes
11 path.closed = gspath.closed
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Duserdefaults.c54 char *gspath, *h; in wusergnusteppath() local
62 gspath = secure_getenv("WMAKER_USER_ROOT"); in wusergnusteppath()
64 gspath = getenv("WMAKER_USER_ROOT"); in wusergnusteppath()
66 if (gspath) { in wusergnusteppath()
67 gspath = wexpandpath(gspath); in wusergnusteppath()
68 if (gspath) { in wusergnusteppath()
69 path = gspath; in wusergnusteppath()
90 const char *gspath; in wdefaultspathfordomain() local
93 gspath = wusergnusteppath(); in wdefaultspathfordomain()
94 slen = strlen(gspath) + strlen(DEFAULTS_DIR) + strlen(domain) + 4; in wdefaultspathfordomain()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Duserdefaults.c54 char *gspath, *h; in wusergnusteppath() local
62 gspath = secure_getenv("WMAKER_USER_ROOT"); in wusergnusteppath()
64 gspath = getenv("WMAKER_USER_ROOT"); in wusergnusteppath()
66 if (gspath) { in wusergnusteppath()
67 gspath = wexpandpath(gspath); in wusergnusteppath()
68 if (gspath) { in wusergnusteppath()
69 path = gspath; in wusergnusteppath()
90 const char *gspath; in wdefaultspathfordomain() local
93 gspath = wusergnusteppath(); in wdefaultspathfordomain()
94 slen = strlen(gspath) + strlen(DEFAULTS_DIR) + strlen(domain) + 4; in wdefaultspathfordomain()
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tools/
H A Dgspath.m31 <p>The 'gspath' utility prints out various items of path/directory
45 you might do 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`gspath libpath`' to make
50 you might do 'PATH=$PATH:`gspath path`' to make use of this.</desc>
69 GSPrintf(stderr, @"gspath: unable to get process information!\n");
138 @"The 'gspath' utility prints out various items of path/directory\n"
151 @" you might do 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`gspath libpath`' to make\n"
156 @" you might do 'PATH=$PATH:`gspath path`' to make use of this.\n\n"
H A DGNUmakefile66 MAN1_PAGES = gdnc.1 autogsdoc.1 cvtenc.1 defaults.1 gspath.1 \
75 TOOL_NAME = autogsdoc cvtenc gdnc gspath defaults pl plmerge \
89 gspath_OBJC_FILES = gspath.m
/dports/accessibility/accerciser/accerciser-3.38.0/src/lib/accerciser/
H A Dhotkey_manager.py132 gspath = self._getComboGSettingsPath(component, description)
133 gsettings = GSettings.new_with_path(HOTKEYS_GSCHEMA, gspath)
182 gspath = self._getComboGSettingsPath(model[iter][COL_COMPONENT],
184 gsettings = GSettings.new_with_path(HOTKEYS_GSCHEMA, gspath)
/dports/graphics/epstool/epstool-3.09/srcwin/
H A Dwgsver.c232 find_gs(char *gspath, int len, int minver, BOOL bDLL) in find_gs() argument
270 strncpy(gspath, buf, len-1); in find_gs()
279 strncpy(gspath, buf, len-1); in find_gs()
H A Dwgsver.h34 BOOL find_gs(char *gspath, int len, int minver, BOOL bDLL);
/dports/accessibility/accerciser/accerciser-3.38.0/src/lib/accerciser/plugin/
H A Dview.py291 gspath = NEWPLUGVIEWS_PATH + view_name.lower().replace(' ', '-') + '/'
292 gsettings = GSettings.new_with_path(NEWPLUGVIEWS_GSCHEMA, gspath)
314 gspath = NEWPLUGVIEWS_PATH + view_name.lower().replace(' ', '-') + '/'
315 gsettings = GSettings.new_with_path(NEWPLUGVIEWS_GSCHEMA, gspath)
899 gspath = NEWPLUGVIEWS_PATH + plugview.lower().replace(' ', '-') + '/'
900 newview = GSettings.new_with_path(NEWPLUGVIEWS_GSCHEMA, gspath)
913 gspath = NEWPLUGVIEWS_PATH + plugview.lower().replace(' ', '-') + '/'
914 newview = GSettings.new_with_path(NEWPLUGVIEWS_GSCHEMA, gspath)
/dports/graphics/pstoedit/pstoedit-3.70/othersrc/gsdllinc/
H A Dwgsver.c260 find_gs(char *gspath, int len, int minver, BOOL bDLL, const char *gsregbase) in find_gs() argument
299 strncpy_s(gspath, len, buf, len-1); in find_gs()
311 strncpy_s(gspath,len, buf, len-1); in find_gs()
H A Dwgsver.h34 BOOL find_gs(char *gspath, int len, int minver, BOOL bDLL, const char *gsregpath);
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/classes/
H A Dpdf.php709 $gspath = $CFG->pathtogs;
710 if (empty($gspath)) {
714 if (!file_exists($gspath)) {
718 if (is_dir($gspath)) {
722 if (!is_executable($gspath)) {
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/classes/
H A Dpdf.php709 $gspath = $CFG->pathtogs;
710 if (empty($gspath)) {
714 if (!file_exists($gspath)) {
718 if (is_dir($gspath)) {
722 if (!is_executable($gspath)) {
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/classes/
H A Dpdf.php754 $gspath = $CFG->pathtogs;
755 if (empty($gspath)) {
759 if (!file_exists($gspath)) {
763 if (is_dir($gspath)) {
767 if (!is_executable($gspath)) {
/dports/print/ghostscript8-base/ghostscript-8.71/toolbin/tests/
H A Dbuild_revision.py374 gspath=gsconf.installtree+"bin/gs" variable
379 gspath=gsroot+"bin/gs" variable
408 if not os.path.exists(gspath):
409 message=myself+" FATAL "+"the gs executable does not exist "+gspath
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/tests/
H A Dbuild_revision.py374 gspath=gsconf.installtree+"bin/gs" variable
379 gspath=gsroot+"bin/gs" variable
408 if not os.path.exists(gspath):
409 message=myself+" FATAL "+"the gs executable does not exist "+gspath
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/tests/
H A Dbuild_revision.py376 gspath=gsconf.installtree+"bin/gs" variable
381 gspath=gsroot+"bin/gs" variable
410 if not os.path.exists(gspath):
411 message=myself+" FATAL "+"the gs executable does not exist "+gspath
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/tests/
H A Dbuild_revision.py376 gspath=gsconf.installtree+"bin/gs" variable
381 gspath=gsroot+"bin/gs" variable
410 if not os.path.exists(gspath):
411 message=myself+" FATAL "+"the gs executable does not exist "+gspath
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/tests/
H A Dbuild_revision.py376 gspath=gsconf.installtree+"bin/gs" variable
381 gspath=gsroot+"bin/gs" variable
410 if not os.path.exists(gspath):
411 message=myself+" FATAL "+"the gs executable does not exist "+gspath
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/tests/
H A Dbuild_revision.py376 gspath=gsconf.installtree+"bin/gs" variable
381 gspath=gsroot+"bin/gs" variable
410 if not os.path.exists(gspath):
411 message=myself+" FATAL "+"the gs executable does not exist "+gspath
/dports/print/foomatic-filters/foomatic-filters-4.0.17/
H A Drenderer.c47 "-sOutputFile=/dev/null -c '(hello\n) print flush' 2>&1", gspath); in test_gs_output_redirection()
115 dstrprepend(gscmd, gspath); in massage_gs_commandline()
119 dstrprepend(gscmd, gspath); in massage_gs_commandline()
H A Dpdf.c52 gspath, filename); in pdf_count_pages()
131 gspath, filename_arg, first_arg, last_arg, pdffilename); in pdf_extract_pages()
/dports/print/cups-filters/cups-filters-1.28.10/filter/foomatic-rip/
H A Drenderer.c47 "-sOutputFile=/dev/null -c '(hello\n) print flush' 2>&1", gspath); in test_gs_output_redirection()
115 dstrprepend(gscmd, gspath); in massage_gs_commandline()
119 dstrprepend(gscmd, gspath); in massage_gs_commandline()
H A Dpdf.c53 gspath, filename); in pdf_count_pages()
145 gspath, filename_arg, first_arg, last_arg, pdffilename); in pdf_extract_pages()
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Dmisc.c191 const char *gspath = getenv ("GNUSTEP_USER_ROOT"); in get_gnustep_path() local
193 if (gspath) in get_gnustep_path()
194 return g_strconcat (gspath, "/", domain, NULL); in get_gnustep_path()

1234