Home
last modified time | relevance | path

Searched refs:fspath (Results 1 – 25 of 1257) sorted by relevance

12345678910>>...51

/dports/deskutils/egroupware/egroupware/api/src/WebDAV/Server/
H A DFilesystem.php168 if (!empty($options["depth"]) && is_dir($fspath) && $this->_is_readable($fspath)) {
221 if (is_dir($fspath)) {
297 * @param string $fspath
302 return is_readable($fspath);
310 * @param string $fspath
315 return is_writable($fspath);
324 function _mimetype($fspath) argument
326 if (is_dir($fspath)) {
344 if (!strncmp($reply, "$fspath: ", strlen($fspath)+2)) {
427 if (is_dir($fspath)) {
[all …]
/dports/games/widelands/widelands-build21/src/io/filesystem/
H A Ddisk_filesystem.cc179 if (!fspath.exists_) { in make_sub_file_system()
183 if (fspath.is_directory_) { in make_sub_file_system()
195 if (fspath.exists_) { in create_sub_file_system()
212 if (!fspath.exists_) { in fs_unlink()
216 if (fspath.is_directory_) { in fs_unlink()
228 if (!fspath.exists_) { in unlink_file()
231 if (fspath.is_directory_) { in unlink_file()
257 if (!fspath.exists_) { in unlink_directory()
318 if (fspath.exists_ && !fspath.is_directory_) { in ensure_directory_exists()
322 if (!fspath.exists_) { in ensure_directory_exists()
[all …]
/dports/sysutils/cmogstored/cmogstored-1.8.1/
H A Dfs.c50 char fspath[MY_PATHMAX]; in mog_stat() local
52 GET_FSPATH(fspath, path); in mog_stat()
53 return stat(fspath, sb); in mog_stat()
70 char fspath[MY_PATHMAX]; in open_read() local
78 char fspath[MY_PATHMAX]; in mog_open_put() local
101 char fspath[MY_PATHMAX]; in mog_unlink() local
103 GET_FSPATH(fspath,path); in mog_unlink()
104 return unlink(fspath); in mog_unlink()
123 char fspath[MY_PATHMAX]; in mog_mkdir() local
132 char fspath[MY_PATHMAX]; in mog_statvfs() local
[all …]
/dports/www/pear-HTTP_WebDAV_Server/HTTP_WebDAV_Server-1.0.0RC4/Server/
H A DFilesystem.php127 if (!file_exists($fspath)) {
144 $handle = @opendir($fspath);
170 $fspath = $this->base . $path;
186 if (is_dir($fspath)) {
193 if (is_readable($fspath)) {
264 function _mimetype($fspath) argument
266 if (@is_dir($fspath)) {
284 if (!strncmp($reply, "$fspath: ", strlen($fspath)+2)) {
341 if (is_dir($fspath)) {
383 $handle = @opendir($fspath);
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c81 const char *fspath, in add_new_props() argument
110 const char *fspath, in alter_props() argument
141 const char *fspath, in set_text() argument
167 const char *fspath, in can_modify() argument
218 fspath); in can_modify()
227 fspath); in can_modify()
260 fspath); in can_modify()
278 const char *fspath, in can_create() argument
296 for (cur_fspath = fspath; in can_create()
318 fspath); in can_create()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c81 const char *fspath, in add_new_props() argument
110 const char *fspath, in alter_props() argument
141 const char *fspath, in set_text() argument
167 const char *fspath, in can_modify() argument
218 fspath); in can_modify()
227 fspath); in can_modify()
260 fspath); in can_modify()
278 const char *fspath, in can_create() argument
296 for (cur_fspath = fspath; in can_create()
318 fspath); in can_create()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c81 const char *fspath, in add_new_props() argument
110 const char *fspath, in alter_props() argument
141 const char *fspath, in set_text() argument
167 const char *fspath, in can_modify() argument
218 fspath); in can_modify()
227 fspath); in can_modify()
260 fspath); in can_modify()
278 const char *fspath, in can_create() argument
296 for (cur_fspath = fspath; in can_create()
318 fspath); in can_create()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs/
H A Deditor.c81 const char *fspath, in add_new_props() argument
110 const char *fspath, in alter_props() argument
141 const char *fspath, in set_text() argument
167 const char *fspath, in can_modify() argument
218 fspath); in can_modify()
227 fspath); in can_modify()
260 fspath); in can_modify()
278 const char *fspath, in can_create() argument
296 for (cur_fspath = fspath; in can_create()
318 fspath); in can_create()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/
H A Dnodes.py90 self.fspath = fspath or getattr(parent, "fspath", None)
113 return self.session.gethookproxy(self.fspath)
340 fspath = py.path.local(fspath) # xxx only for test_resultlog.py?
341 name = fspath.basename
343 rel = fspath.relto(parent.fspath)
347 self.fspath = fspath
360 name, parent, config, session, nodeid=nodeid, fspath=fspath
402 return self.fspath, None, ""
413 fspath = cache[location[0]]
415 fspath = self.session.fspath.bestrelpath(location[0])
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/
H A Dnodes.py90 self.fspath = fspath or getattr(parent, "fspath", None)
113 return self.session.gethookproxy(self.fspath)
340 fspath = py.path.local(fspath) # xxx only for test_resultlog.py?
341 name = fspath.basename
343 rel = fspath.relto(parent.fspath)
347 self.fspath = fspath
360 name, parent, config, session, nodeid=nodeid, fspath=fspath
402 return self.fspath, None, ""
413 fspath = cache[location[0]]
415 fspath = self.session.fspath.bestrelpath(location[0])
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dnodes.py90 self.fspath = fspath or getattr(parent, "fspath", None)
113 return self.session.gethookproxy(self.fspath)
340 fspath = py.path.local(fspath) # xxx only for test_resultlog.py?
341 name = fspath.basename
343 rel = fspath.relto(parent.fspath)
347 self.fspath = fspath
360 name, parent, config, session, nodeid=nodeid, fspath=fspath
402 return self.fspath, None, ""
413 fspath = cache[location[0]]
415 fspath = self.session.fspath.bestrelpath(location[0])
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/
H A Dnodes.py90 self.fspath = fspath or getattr(parent, "fspath", None)
113 return self.session.gethookproxy(self.fspath)
340 fspath = py.path.local(fspath) # xxx only for test_resultlog.py?
341 name = fspath.basename
343 rel = fspath.relto(parent.fspath)
347 self.fspath = fspath
360 name, parent, config, session, nodeid=nodeid, fspath=fspath
402 return self.fspath, None, ""
413 fspath = cache[location[0]]
415 fspath = self.session.fspath.bestrelpath(location[0])
[all …]
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dnodes.py78 self.fspath = fspath or getattr(parent, "fspath", None)
103 return self.session.gethookproxy(self.fspath)
347 def _check_initialpaths_for_relpath(session, fspath): argument
349 if fspath.common(initial_path) == initial_path:
350 return fspath.relto(initial_path)
355 fspath = py.path.local(fspath) # xxx only for test_resultlog.py?
356 name = fspath.basename
358 rel = fspath.relto(parent.fspath)
362 self.fspath = fspath
375 name, parent, config, session, nodeid=nodeid, fspath=fspath
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/include/private/
H A Dsvn_fspath.h48 svn_fspath__is_canonical(const char *fspath);
64 svn_fspath__canonicalize(const char *fspath,
75 svn_fspath__dirname(const char *fspath,
87 svn_fspath__basename(const char *fspath,
106 const char *fspath,
115 svn_fspath__join(const char *fspath,
126 svn_fspath__is_root(const char *fspath,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/include/private/
H A Dsvn_fspath.h48 svn_fspath__is_canonical(const char *fspath);
64 svn_fspath__canonicalize(const char *fspath,
75 svn_fspath__dirname(const char *fspath,
87 svn_fspath__basename(const char *fspath,
106 const char *fspath,
115 svn_fspath__join(const char *fspath,
126 svn_fspath__is_root(const char *fspath,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/include/private/
H A Dsvn_fspath.h48 svn_fspath__is_canonical(const char *fspath);
64 svn_fspath__canonicalize(const char *fspath,
75 svn_fspath__dirname(const char *fspath,
87 svn_fspath__basename(const char *fspath,
106 const char *fspath,
115 svn_fspath__join(const char *fspath,
126 svn_fspath__is_root(const char *fspath,
/dports/devel/py-subversion/subversion-1.14.1/subversion/include/private/
H A Dsvn_fspath.h48 svn_fspath__is_canonical(const char *fspath);
64 svn_fspath__canonicalize(const char *fspath,
75 svn_fspath__dirname(const char *fspath,
87 svn_fspath__basename(const char *fspath,
106 const char *fspath,
115 svn_fspath__join(const char *fspath,
126 svn_fspath__is_root(const char *fspath,
/dports/devel/py-pytest-pycodestyle/pytest-pycodestyle-2.2.0/src/
H A Dpytest_pycodestyle.py28 … return File.from_parent(parent=parent, fspath=path, style_guide_options=style_guide.options)
34 def from_parent(cls, parent, fspath, style_guide_options: optparse.Values): argument
35 _file = super().from_parent(parent=parent, fspath=fspath)
59 old_mtime = self.config.cache.get(self.CACHE_KEY, {}).get(str(self.fspath), -1)
60 mtime = self.fspath.mtime()
67 checker = pycodestyle.Checker(filename=str(self.fspath),
76 cache[str(self.fspath)] = self.fspath.mtime()
88 return self.fspath, None, 'pycodestyle-check'
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dnodes.py137 fspath: Optional[py.path.local] = None,
163 self.fspath = fspath or getattr(parent, "fspath", None)
499 return fspath.relto(initial_path)
505 fspath: py.path.local,
511 name = fspath.basename
513 rel = fspath.relto(parent.fspath)
517 self.fspath = fspath
529 super().__init__(name, parent, config, session, nodeid=nodeid, fspath=fspath)
534 return super().from_parent(parent=parent, fspath=fspath, **kw)
596 return self.fspath, None, ""
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dnodes.py137 fspath: Optional[py.path.local] = None,
163 self.fspath = fspath or getattr(parent, "fspath", None)
499 return fspath.relto(initial_path)
505 fspath: py.path.local,
511 name = fspath.basename
513 rel = fspath.relto(parent.fspath)
517 self.fspath = fspath
529 super().__init__(name, parent, config, session, nodeid=nodeid, fspath=fspath)
534 return super().from_parent(parent=parent, fspath=fspath, **kw)
596 return self.fspath, None, ""
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dnodes.py137 fspath: Optional[py.path.local] = None,
163 self.fspath = fspath or getattr(parent, "fspath", None)
499 return fspath.relto(initial_path)
505 fspath: py.path.local,
511 name = fspath.basename
513 rel = fspath.relto(parent.fspath)
517 self.fspath = fspath
529 super().__init__(name, parent, config, session, nodeid=nodeid, fspath=fspath)
534 return super().from_parent(parent=parent, fspath=fspath, **kw)
596 return self.fspath, None, ""
[all …]
/dports/devel/py-pytest-black/pytest-black-0.3.12/
H A Dpytest_black.py27 return BlackItem.from_parent(parent, fspath=path)
46 def __init__(self, fspath, parent): argument
47 super(BlackItem, self).__init__(fspath, parent)
64 self._blackmtime = self.fspath.mtime()
65 old = mtimes.get(str(self.fspath), 0)
73 cmd = [sys.executable, "-m", "black", "--check", "--diff", "--quiet", str(self.fspath)]
82 mtimes[str(self.fspath)] = self._blackmtime
90 return (self.fspath, -1, "Black format check")
98 return re.search(self.pyproject["include"], str(self.fspath))
103 return re.search(self.pyproject["exclude"], str(self.fspath))
/dports/textproc/py-pyscss/pyScss-1.3.7/
H A Dconftest.py66 parent_name = self.fspath.dirpath().basename
70 yield SassItem(str(self.fspath), self)
87 self.fspath.dirpath().relto(self.session.fspath),
88 self.fspath.basename,
94 self.fspath.dirpath(),
96 self.fspath.relto(self.session.fspath),
105 scss_file = Path(str(self.fspath))
/dports/devel/py-pytest-translations/pytest-translations-2.0.0/pytest_translations/
H A Dpo_files.py31 parsed = open_po_file(self.fspath)
56 msg += "\n{0}".format(self.fspath)
71 parsed = open_po_file(self.fspath)
84 return (self.fspath, -1, "po-untranslated")
89 parsed = open_po_file(self.fspath)
102 return (self.fspath, -1, "po-obsolete")
107 parsed = open_po_file(self.fspath)
120 return (self.fspath, -1, "po-fuzzy")
/dports/net/freeswitch/freeswitch-1.10.3.-release/scripts/
H A Dbacktrace-from-core28 fspath="$2"
29 [ -x "$fspath" ] || err "Not executable: $fspath"
32 if [ -z "$fspath" ]; then
37 ! [ -x "$x" ] || { fspath="$x"; break; }
40 if [ -z "$fspath" ]; then
56 gdb "$fspath" "$core" > $btpath <<'EOF'

12345678910>>...51