Home
last modified time | relevance | path

Searched refs:try_file (Results 1 – 25 of 80) sorted by relevance

1234

/dports/databases/py-pgxnclient/pgxnclient-1.3.2/pgxnclient/
H A Dspec.py85 try_file = unquote_plus(spec[len('file://') :])
87 try_file = spec
89 try_file = None
91 if try_file:
93 if os.path.isdir(try_file):
94 return Spec(dirname=try_file)
95 elif os.path.exists(try_file):
96 return Spec(filename=try_file)
98 raise ResourceNotFound(_("cannot find '%s'") % try_file)
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dqobjevo_codegen.py65 try_file = filename + str(tries)
66 file_ = open(try_file+ext, "w")
69 if not os.access(try_file, os.R_OK):
71 codeString = str("from " + try_file +
80 _try_remove(try_file+ext)
84 "tmpfile:" + try_file + ext) from err
86 return coeff_obj, try_file + ext
/dports/devel/arcanist-lib/arcanist-b2e715f/src/error/
H A DPhutilErrorHandler.php503 $try_file = $try_path.'/.git/HEAD';
504 if (@file_exists($try_file)) {
505 $head = @file_get_contents($try_file);
520 $try_file = $try_path.'/.git/refs/heads/'.$ref;
521 if (@file_exists($try_file)) {
522 $hash = @file_get_contents($try_file);
/dports/devel/arcanist/arcanist-b2e715f/src/error/
H A DPhutilErrorHandler.php503 $try_file = $try_path.'/.git/HEAD';
504 if (@file_exists($try_file)) {
505 $head = @file_get_contents($try_file);
520 $try_file = $try_path.'/.git/refs/heads/'.$ref;
521 if (@file_exists($try_file)) {
522 $hash = @file_get_contents($try_file);
/dports/math/gnubc/bc-1.07.1/dc/
H A Ddc.c106 try_file(const char *filename) in try_file() function
279 try_file(optarg); in main()
295 try_file(argv[optind]); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/clang-sys/
H A Dbuild.rs207 macro_rules! try_file { in find() macro
220 try_file!(file); in find()
230 try_file!(file); in find()
247 try_file!(file); in find()
251 try_file!(file); in find()
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dpp.c123 try_file(const char *name, int allow_cwd, int err_not_found, char **newp) in try_file() function
201 if (p[0] != '/' && try_file(p, allow_cwd, 1, &tmp)) in parse_include()
226 if (try_file(fname, 0, 1, &pathname)) in require_module()
491 if (try_file("pp-setup", 1, 0, &setup_file)) { in alloc_ext_pp()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/common/
H A Dcms.py90 for try_file in files:
91 with open(try_file, 'r'):
96 err = try_file, e.strerror
/dports/lang/guile2/guile-2.2.7/lib/
H A Dtempname.c263 try_file (char *tmpl, void *flags) in try_file() function
308 tryfunc = try_file; in __gen_tempname()
/dports/lang/guile/guile-3.0.7/lib/
H A Dtempname.c175 try_file (char *tmpl, void *flags) in try_file() function
226 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dtempname.c164 try_file (char *tmpl, void *flags) in try_file() function
215 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Dtempname.c263 try_file (char *tmpl, void *flags) in try_file() function
308 tryfunc = try_file; in __gen_tempname()
/dports/archivers/gtar/tar-1.34/gnu/
H A Dtempname.c172 try_file (char *tmpl, void *flags) in try_file() function
223 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/databases/recutils/recutils-1.8/lib/
H A Dtempname.c262 try_file (char *tmpl, void *flags) in try_file() function
307 tryfunc = try_file; in __gen_tempname()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dtempname.c164 try_file (char *tmpl, void *flags) in try_file() function
215 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/math/pspp/pspp-1.4.1/gl/
H A Dtempname.c164 try_file (char *tmpl, void *flags) in try_file() function
215 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dtempname.c175 try_file (char *tmpl, void *flags) in try_file() function
226 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/devel/m4/m4-1.4.19/lib/
H A Dtempname.c175 try_file (char *tmpl, void *flags) in try_file() function
226 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/devel/rcs/rcs-5.10.0/lib/
H A Dtempname.c172 try_file (char *tmpl, void *flags) in try_file() function
223 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/deskutils/gcal/gcal-4.1/lib/
H A Dtempname.c263 try_file (char *tmpl, void *flags) in try_file() function
308 tryfunc = try_file; in __gen_tempname()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dtempname.c268 try_file (char *tmpl, void *flags) in try_file() function
315 tryfunc = try_file; in gen_tempname_len()
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dtempname.c172 try_file (char *tmpl, void *flags) in try_file() function
223 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/math/octave/octave-6.4.0/libgnu/
H A Dtempname.c172 try_file (char *tmpl, void *flags) in try_file() function
223 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dtempname.c164 try_file (char *tmpl, void *flags) in try_file() function
215 [__GT_FILE] = try_file, in gen_tempname_len()
/dports/devel/libdap/libdap-3.20.8/gl/
H A Dtempname.c262 try_file (char *tmpl, void *flags) in try_file() function
307 tryfunc = try_file; in __gen_tempname()

1234