Home
last modified time | relevance | path

Searched refs:relpath (Results 1 – 25 of 3998) sorted by relevance

12345678910>>...160

/dports/devel/brz/breezy-3.2.0/breezy/bzr/smart/
H A Dvfs.py74 relpath = self.translate_client_path(relpath)
82 relpath = self.translate_client_path(relpath)
90 relpath = self.translate_client_path(relpath)
103 relpath = self.translate_client_path(relpath)
113 relpath = self.translate_client_path(relpath)
124 relpath = self.translate_client_path(relpath)
132 relpath = self.translate_client_path(relpath)
150 relpath = self.translate_client_path(relpath)
163 relpath = self.translate_client_path(relpath)
182 relpath = self.translate_client_path(relpath)
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/transport/
H A Dtrace.py62 def delete(self, relpath): argument
67 def delete_tree(self, relpath): argument
76 def get(self, relpath): argument
78 self._trace(('get', relpath))
84 def has(self, relpath): argument
92 def mkdir(self, relpath, mode=None): argument
126 def list_dir(self, relpath): argument
147 def rmdir(self, relpath): argument
152 def stat(self, relpath): argument
156 def lock_read(self, relpath): argument
[all …]
H A Dpathfilter.py90 def _filter(self, relpath): argument
101 def abspath(self, relpath): argument
115 def clone(self, relpath): argument
118 def delete(self, relpath): argument
132 def get(self, relpath): argument
135 def has(self, relpath): argument
149 def list_dir(self, relpath): argument
152 def lock_read(self, relpath): argument
155 def lock_write(self, relpath): argument
170 def rmdir(self, relpath): argument
[all …]
H A Ddecorator.py58 def abspath(self, relpath): argument
81 def delete(self, relpath): argument
85 def delete_tree(self, relpath): argument
101 def get(self, relpath): argument
108 def has(self, relpath): argument
140 def list_dir(self, relpath): argument
144 def _readv(self, relpath, offsets): argument
155 def rmdir(self, relpath): argument
168 def stat(self, relpath): argument
172 def lock_read(self, relpath): argument
[all …]
H A Dgio_transport.py150 def _get_GIO(self, relpath): argument
254 def has(self, relpath): argument
365 def rmdir(self, relpath): argument
466 def delete(self, relpath): argument
489 def list_dir(self, relpath): argument
511 relpath = queue.pop(0)
517 yield relpath
519 def stat(self, relpath): argument
529 def lock_read(self, relpath): argument
546 return BogusLock(relpath)
[all …]
H A Dlocal.py99 def abspath(self, relpath): argument
142 def has(self, relpath): argument
145 def get(self, relpath): argument
170 path = relpath
193 path = relpath
299 yield relpath
423 path = relpath
477 def stat(self, relpath): argument
480 path = relpath
492 path = relpath
[all …]
H A Dmemory.py96 def abspath(self, relpath): argument
123 def has(self, relpath): argument
131 def delete(self, relpath): argument
147 def get(self, relpath): argument
253 def rmdir(self, relpath): argument
257 self._translate_error(IOError(errno.ENOTDIR, relpath), relpath)
265 IOError(errno.ENOTEMPTY, relpath), relpath)
270 def stat(self, relpath): argument
299 relpath = urlutils.unescape(relpath)
300 if relpath[:1] == '/':
[all …]
H A Dremote.py170 def _remote_path(self, relpath): argument
205 def has(self, relpath): argument
218 def get(self, relpath): argument
225 def get_bytes(self, relpath): argument
243 def mkdir(self, relpath, mode=None): argument
311 def delete(self, relpath): argument
324 def _readv(self, relpath, offsets): argument
432 def rmdir(self, relpath): argument
447 def stat(self, relpath): argument
469 def list_dir(self, relpath): argument
[all …]
H A Dsftp.py170 self.relpath = relpath
428 def has(self, relpath): argument
440 def get(self, relpath): argument
456 def get_bytes(self, relpath): argument
653 yield relpath
794 def delete(self, relpath): argument
811 def list_dir(self, relpath): argument
827 def rmdir(self, relpath): argument
835 def stat(self, relpath): argument
843 def readlink(self, relpath): argument
[all …]
H A Dreadonly.py29 def append_file(self, relpath, f, mode=None): argument
33 def append_bytes(self, relpath, bytes, mode=None): argument
46 def delete(self, relpath): argument
50 def delete_tree(self, relpath): argument
54 def put_file(self, relpath, f, mode=None): argument
58 def put_bytes(self, relpath, bytes, mode=None): argument
62 def mkdir(self, relpath, mode=None): argument
66 def open_write_stream(self, relpath, mode=None): argument
74 def rmdir(self, relpath): argument
78 def lock_write(self, relpath): argument
H A Dfakevfat.py85 def get(self, relpath): argument
86 return self._decorated.get(self._squash_name(relpath))
88 def mkdir(self, relpath, mode=None): argument
89 return self._decorated.mkdir(self._squash_name(relpath), 0o755)
91 def has(self, relpath): argument
92 return self._decorated.has(self._squash_name(relpath))
94 def _readv(self, relpath, offsets): argument
95 return self._decorated.readv(self._squash_name(relpath), offsets)
97 def put_file(self, relpath, f, mode=None): argument
98 return self._decorated.put_file(self._squash_name(relpath), f, mode)
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c143 mark_parent_stable(editor, relpath)
171 const char *relpath, in allow_either() argument
469 SHOULD_ALLOW_ADD(editor, relpath); in svn_editor_add_directory()
484 MARK_ADDED_DIR(editor, relpath); in svn_editor_add_directory()
538 MARK_COMPLETED(editor, relpath); in svn_editor_add_file()
573 MARK_COMPLETED(editor, relpath); in svn_editor_add_symlink()
606 MARK_COMPLETED(editor, relpath); in svn_editor_add_absent()
643 MARK_COMPLETED(editor, relpath); in svn_editor_alter_directory()
703 MARK_COMPLETED(editor, relpath); in svn_editor_alter_file()
738 MARK_COMPLETED(editor, relpath); in svn_editor_alter_symlink()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c143 mark_parent_stable(editor, relpath)
171 const char *relpath, in allow_either() argument
469 SHOULD_ALLOW_ADD(editor, relpath); in svn_editor_add_directory()
484 MARK_ADDED_DIR(editor, relpath); in svn_editor_add_directory()
538 MARK_COMPLETED(editor, relpath); in svn_editor_add_file()
573 MARK_COMPLETED(editor, relpath); in svn_editor_add_symlink()
606 MARK_COMPLETED(editor, relpath); in svn_editor_add_absent()
643 MARK_COMPLETED(editor, relpath); in svn_editor_alter_directory()
703 MARK_COMPLETED(editor, relpath); in svn_editor_alter_file()
738 MARK_COMPLETED(editor, relpath); in svn_editor_alter_symlink()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c143 mark_parent_stable(editor, relpath)
171 const char *relpath, in allow_either() argument
469 SHOULD_ALLOW_ADD(editor, relpath); in svn_editor_add_directory()
484 MARK_ADDED_DIR(editor, relpath); in svn_editor_add_directory()
538 MARK_COMPLETED(editor, relpath); in svn_editor_add_file()
573 MARK_COMPLETED(editor, relpath); in svn_editor_add_symlink()
606 MARK_COMPLETED(editor, relpath); in svn_editor_add_absent()
643 MARK_COMPLETED(editor, relpath); in svn_editor_alter_directory()
703 MARK_COMPLETED(editor, relpath); in svn_editor_alter_file()
738 MARK_COMPLETED(editor, relpath); in svn_editor_alter_symlink()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Deditor.c143 mark_parent_stable(editor, relpath)
171 const char *relpath, in allow_either() argument
469 SHOULD_ALLOW_ADD(editor, relpath); in svn_editor_add_directory()
484 MARK_ADDED_DIR(editor, relpath); in svn_editor_add_directory()
538 MARK_COMPLETED(editor, relpath); in svn_editor_add_file()
573 MARK_COMPLETED(editor, relpath); in svn_editor_add_symlink()
606 MARK_COMPLETED(editor, relpath); in svn_editor_add_absent()
643 MARK_COMPLETED(editor, relpath); in svn_editor_alter_directory()
703 MARK_COMPLETED(editor, relpath); in svn_editor_alter_file()
738 MARK_COMPLETED(editor, relpath); in svn_editor_alter_symlink()
[all …]
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dcreate_makefile39 relpath=$1
40 if test -n "`echo $relpath | grep \/$`"; then
41 relpath=`echo $relpath | sed 's/\/$//'`
44 relpath="$relpath/Makefile"
48 relpath=`echo "$relpath" | sed -e 's,^\./,,'`
52 relpath="`basename $PWD`/$relpath"
69 $UNSERMAKE $relpath
78 $UNSERMAKE -c $relpath
103 if test -f `dirname $relpath`; then
104 rm `dirname $relpath`
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_diff/
H A Ddiff_tree.c556 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_opened()
558 if (! relpath) in filter_dir_opened()
587 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_added()
612 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_deleted()
638 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_changed()
663 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_closed()
689 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_opened()
691 if (! relpath) in filter_file_opened()
724 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_added()
751 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_deleted()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_diff/
H A Ddiff_tree.c556 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_opened()
558 if (! relpath) in filter_dir_opened()
587 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_added()
612 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_deleted()
638 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_changed()
663 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_closed()
689 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_opened()
691 if (! relpath) in filter_file_opened()
724 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_added()
751 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_deleted()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_diff/
H A Ddiff_tree.c556 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_opened()
558 if (! relpath) in filter_dir_opened()
587 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_added()
612 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_deleted()
638 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_changed()
663 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_closed()
689 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_opened()
691 if (! relpath) in filter_file_opened()
724 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_added()
751 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_deleted()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_diff/
H A Ddiff_tree.c556 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_opened()
558 if (! relpath) in filter_dir_opened()
587 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_added()
612 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_deleted()
638 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_changed()
663 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_dir_closed()
689 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_opened()
691 if (! relpath) in filter_file_opened()
724 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_added()
751 relpath = svn_relpath_skip_ancestor(fb->prefix_relpath, relpath); in filter_file_deleted()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/plugins/upload/
H A Dcmds.py104 def _up_stat(self, relpath): argument
111 def _up_delete(self, relpath): argument
120 def _up_rmdir(self, relpath): argument
158 def is_ignored(self, relpath): argument
182 def _force_clear(self, relpath): argument
205 self._force_clear(relpath)
206 self.upload_file(relpath, relpath, mode)
214 self._force_clear(relpath)
251 self._up_delete(relpath)
256 self._up_rmdir(relpath)
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-sort/
H A Ddir-pair.c159 char *relpath; member
171 const KDirectory *src, KDirectory *dst, char *relpath ) in DirPairCopyFile() argument
177 rc_t rc = KDirectoryAccess ( src, & access, "%s", relpath ); in DirPairCopyFile()
293 const KDirectory *src, KDirectory *dst, char *relpath ) in DirPairCopyAlias() argument
302 self -> owner_spec_size, self -> full_spec, relpath ); in DirPairCopyAlias()
336 char *relpath = pb -> relpath; in DirPairCopyEntry() local
346 ( uint32_t ) psize, relpath, name ); in DirPairCopyEntry()
376 rc_t rc = KDirectoryAccess ( src, & access, "%s", relpath ); in DirPairCopyDir()
395 pb . relpath = relpath; in DirPairCopyDir()
415 char relpath [ 4096 ]; in DirPairCopy() local
[all …]
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/
H A Dsource.py104 if origin and '..' in relpath.parts:
109 self.relpath = relpath
110 self.key = origin, relpath
132 return six.text_type(self.relpath)
160 relpath = Path(path.name)
167 relpath = path.relative_to(origin)
169 return origin, relpath
172 def read(cls, origin, relpath, **kwargs): argument
176 path = origin / relpath
217 relpath = repr(f)
[all …]
/dports/devel/p5-SVN-S4/SVN-S4-1.062/lib/SVN/S4/
H A DSnapshot.pm164 my $relpath = $fullpath;
165 $relpath =~ s/^$canonical_path\///;
166 $relpath = '.' if $relpath eq $canonical_path;
184 if (-d $relpath) {
194 } elsif (-l $relpath) {
198 } elsif (-f $relpath && -z $relpath) {
206 push @inlinebins, $relpath;
217 } elsif (-l $relpath) {
221 } elsif (-f $relpath && -z $relpath) {
232 push @inlinebins, $relpath;
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dwebloader.py159 def __init__(self, relpath, rtype, size): argument
160 self.relpath = relpath
166 def __init__(self, relpath, rtype, data): argument
167 self.relpath = relpath
171 self.xhr = XMLHttpRequest(self.relpath)
180 def enqueue(relpath, rtype, data): argument
191 elif rr.rtype == rtype == 'music' and rr.relpath == relpath:
194 if rr.relpath == relpath:
199 queue.append(ReloadRequest(relpath, rtype, data))
222 fullpath = os.path.join(renpy.config.gamedir,rr.relpath)
[all …]

12345678910>>...160