Home
last modified time | relevance | path

Searched refs:follow_links (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pathspec/pathspec/
H A Dutil.py105 if follow_links is None:
106 follow_links = True
136 if follow_links is None:
137 follow_links = True
140 if not entry.is_dir(follow_links):
559 if follow_links is None:
560 follow_links = True
575 if follow_links is None:
576 follow_links = True
597 if follow_links is None:
[all …]
H A Dpathspec.py140 def match_tree_entries(self, root, on_error=None, follow_links=None): argument
159 entries = util.iter_tree_entries(root, on_error=on_error, follow_links=follow_links)
162 def match_tree_files(self, root, on_error=None, follow_links=None): argument
181 files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pathspec/pathspec/
H A Dutil.py105 if follow_links is None:
106 follow_links = True
136 if follow_links is None:
137 follow_links = True
140 if not entry.is_dir(follow_links):
559 if follow_links is None:
560 follow_links = True
575 if follow_links is None:
576 follow_links = True
597 if follow_links is None:
[all …]
H A Dpathspec.py140 def match_tree_entries(self, root, on_error=None, follow_links=None): argument
159 entries = util.iter_tree_entries(root, on_error=on_error, follow_links=follow_links)
162 def match_tree_files(self, root, on_error=None, follow_links=None): argument
181 files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links)
/dports/www/firefox/firefox-99.0/third_party/python/pathspec/pathspec/
H A Dutil.py135 if follow_links is None:
136 follow_links = True
167 if follow_links is None:
168 follow_links = True
171 if not entry.is_dir(follow_links):
621 if follow_links is None:
622 follow_links = True
638 if follow_links is None:
639 follow_links = True
662 if follow_links is None:
[all …]
H A Dpathspec.py196 def match_tree_entries(self, root, on_error=None, follow_links=None): argument
216 entries = util.iter_tree_entries(root, on_error=on_error, follow_links=follow_links)
219 def match_tree_files(self, root, on_error=None, follow_links=None): argument
239 files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links)
/dports/devel/py-pathspec/pathspec-0.9.0/pathspec/
H A Dutil.py135 if follow_links is None:
136 follow_links = True
167 if follow_links is None:
168 follow_links = True
171 if not entry.is_dir(follow_links):
621 if follow_links is None:
622 follow_links = True
638 if follow_links is None:
639 follow_links = True
662 if follow_links is None:
[all …]
H A Dpathspec.py196 def match_tree_entries(self, root, on_error=None, follow_links=None): argument
216 entries = util.iter_tree_entries(root, on_error=on_error, follow_links=follow_links)
219 def match_tree_files(self, root, on_error=None, follow_links=None): argument
239 files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links)
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/jwalk-0.5.1/src/
H A Dlib.rs192 follow_links: bool, field
210 follow_links: false, in new()
247 pub fn follow_links(mut self, follow_links: bool) -> Self { in follow_links() method
248 self.options.follow_links = follow_links; in follow_links()
315 follow_links: bool, in process_dir_entry_result()
319 if follow_links && dir_entry.file_type.is_symlink() { in process_dir_entry_result()
354 let follow_links = self.options.follow_links; in into_iter() localVariable
356 let follow_link_ancestors = if follow_links { in into_iter()
364 follow_links, in into_iter()
389 follow_link_ancestors = if follow_links { in into_iter()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/jwalk-0.6.0/src/
H A Dlib.rs192 follow_links: bool,
211 follow_links: false,
249 pub fn follow_links(mut self, follow_links: bool) -> Self {
250 self.options.follow_links = follow_links;
328 follow_links: bool,
332 if follow_links && dir_entry.file_type.is_symlink() {
367 let follow_links = self.options.follow_links;
370 let follow_link_ancestors = if follow_links {
411 follow_link_ancestors = if follow_links {
444 Some(process_dir_entry_result(Ok(dir_entry), follow_links))
[all …]
/dports/devel/cook/cook-2.30/cook/
H A Dstat.cache.c336 follow_links)); in stat_cache()
337 if (!symtab[follow_links]) in stat_cache()
338 init(follow_links); in stat_cache()
339 data_p = symtab_query(symtab[follow_links], path); in stat_cache()
354 if (!follow_links) in stat_cache()
446 stat_cache_newest(string_ty *path, int follow_links) in stat_cache_newest() argument
452 (long)path->str_text, follow_links)); in stat_cache_newest()
453 if (stat_cache(path, &cache, !!follow_links)) in stat_cache_newest()
540 stat_cache_oldest(string_ty *path, int follow_links) in stat_cache_oldest() argument
546 (long)path->str_text, follow_links)); in stat_cache_oldest()
[all …]
/dports/astro/py-ro/RO-3.6.9/tools/
H A Dcheol.py144 def convert(fn, mode, is_recv, follow_links, verbose): argument
152 convert(afn, mode, is_recv, follow_links, verbose)
156 elif os.path.isdir(fn) and os.path.islink(fn) and os.path.islink(fn) <= follow_links:
162 convert(os.path.join(jfn, afn), mode, is_recv, follow_links, verbose)
166 if os.path.islink(fn) and os.path.islink(fn) <= follow_links:
214 follow_links = 0 #default don't follow links variable
220 follow_links = 1 variable
238 convert(arg, mode, is_recv, follow_links, verbose)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pathspec/pathspec/
H A Dutil.py27 def iter_tree(root, on_error=None, follow_links=None): argument
51 if follow_links is None:
52 follow_links = True
54 for file_rel in _iter_tree_next(os.path.abspath(root), '', {}, on_error, follow_links):
57 def _iter_tree_next(root_full, dir_rel, memo, on_error, follow_links): argument
111 if stat.S_ISDIR(node_stat.st_mode) and (follow_links or not is_link):
114 for file_rel in _iter_tree_next(root_full, node_rel, memo, on_error, follow_links):
/dports/devel/py-pex/pex-1.2.7/pex/
H A Dcrawler.py121 def _make_cache_key(self, links, follow_links): argument
122 return (follow_links,) + tuple(links)
124 def crawl(self, link_or_links, follow_links=False): argument
126 cache_key = self._make_cache_key(links, follow_links)
131 result = self._crawl(links, follow_links)
136 def _crawl(self, link_or_links, follow_links): argument
158 if follow_links:
165 TRACER.log('crawling link i=%s link=%s follow_links=%s' % (i, link, follow_links), V=3)
H A Diterator.py25 def __init__(self, fetchers=None, crawler=None, follow_links=False, allow_prereleases=None): argument
28 self.__follow_links = follow_links
36 crawled_url_iterator = self._crawler.crawl(url_iterator, follow_links=self.__follow_links)
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Ddir.c39 int follow_links) in zebra_file_stat() argument
42 if (!follow_links) in zebra_file_stat()
49 int follow_links) in dir_open() argument
103 zebra_file_stat(full_rep, &finfo, follow_links); in dir_open()
106 zebra_file_stat(path, &finfo, follow_links); in dir_open()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbienv.cpp373 const string& CNcbiArguments::GetProgramName(EFollowLinks follow_links) const in GetProgramName()
375 if (follow_links) { in GetProgramName()
380 m_ResolvedName = CDirEntry::NormalizePath(proc_link, follow_links); in GetProgramName()
383 (GetProgramName(eIgnoreLinks), follow_links); in GetProgramName()
399 string CNcbiArguments::GetProgramBasename(EFollowLinks follow_links) const in GetProgramBasename()
401 const string& name = GetProgramName(follow_links); in GetProgramBasename()
409 string CNcbiArguments::GetProgramDirname(EFollowLinks follow_links) const in GetProgramDirname()
411 const string& name = GetProgramName(follow_links); in GetProgramDirname()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbienv.cpp373 const string& CNcbiArguments::GetProgramName(EFollowLinks follow_links) const in GetProgramName()
375 if (follow_links) { in GetProgramName()
380 m_ResolvedName = CDirEntry::NormalizePath(proc_link, follow_links); in GetProgramName()
383 (GetProgramName(eIgnoreLinks), follow_links); in GetProgramName()
399 string CNcbiArguments::GetProgramBasename(EFollowLinks follow_links) const in GetProgramBasename()
401 const string& name = GetProgramName(follow_links); in GetProgramBasename()
409 string CNcbiArguments::GetProgramDirname(EFollowLinks follow_links) const in GetProgramDirname()
411 const string& name = GetProgramName(follow_links); in GetProgramDirname()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dlocal_filesys.cpp59 local_filesys::type do_get_file_type(native_string const& path, bool follow_links) in do_get_file_type() argument
71 if (!follow_links) { in do_get_file_type()
101 if (!follow_links) { in do_get_file_type()
125 return do_get_file_type(path + L"\\", follow_links); in get_file_type()
128 return do_get_file_type(path, follow_links); in get_file_type()
132 return do_get_file_type(path.substr(0, path.size() - 1), follow_links); in get_file_type()
135 return do_get_file_type(path, follow_links); in get_file_type()
164 if (follow_links) { in get_file_info_impl()
253 if (!follow_links) { in do_get_file_info()
360 return do_get_file_info(path, is_link, size, modification_time, mode, follow_links); in get_file_info()
[all …]
/dports/math/py-keras-preprocessing/keras-preprocessing-1.1.0/keras_preprocessing/image/
H A Dutils.py153 def _iter_valid_files(directory, white_list_formats, follow_links): argument
167 return sorted(os.walk(subpath, followlinks=follow_links),
180 class_indices, follow_links): argument
206 _iter_valid_files(directory, white_list_formats, follow_links)))
210 directory, white_list_formats, follow_links))[start: stop]
213 directory, white_list_formats, follow_links)
/dports/math/singular/Singular-Release-4-2-1/ppcc/adlib/
H A Dos.h60 bool FileStat(FileInfo &info, const char *path, bool follow_links = false);
61 bool FileStat(FileInfo &info, Str *path, bool follow_links = false);
62 FileInfo *FileStat(const char *path, bool follow_links = false);
63 FileInfo *FileStat(Str *path, bool follow_links = false);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/syscall_broker/
H A Dbroker_client.cc164 bool follow_links, in Stat() argument
174 return StatFamilySyscall(COMMAND_STAT, pathname, follow_links, sb, in Stat()
179 bool follow_links, in Stat64() argument
189 return StatFamilySyscall(COMMAND_STAT64, pathname, follow_links, sb, in Stat64()
304 bool follow_links, in StatFamilySyscall() argument
310 RAW_CHECK(message.AddIntToMessage(static_cast<int>(follow_links))); in StatFamilySyscall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/syscall_broker/
H A Dbroker_client.h63 bool follow_links,
66 bool follow_links,
83 bool follow_links,
H A Dbroker_client.cc168 bool follow_links, in Stat() argument
178 return StatFamilySyscall(COMMAND_STAT, pathname, follow_links, sb, in Stat()
183 bool follow_links, in Stat64() argument
193 return StatFamilySyscall(COMMAND_STAT64, pathname, follow_links, sb, in Stat64()
308 bool follow_links, in StatFamilySyscall() argument
314 RAW_CHECK(message.AddIntToMessage(static_cast<int>(follow_links))); in StatFamilySyscall()
/dports/net/p5-Net-SFTP-Foreign/Net-SFTP-Foreign-1.93/lib/Net/SFTP/Foreign/
H A DCommon.pm167 my $follow_links = delete $opts{follow_links};
198 my $follow = ($follow_links and _is_lnk($entry->{a}->perm));
302 my $follow_links = delete $opts{follow_links};
351 if ( (@parts or $follow_links)
386 my $method = ((@parts or $follow_links) ? 'stat' : 'lstat');

12345678910>>...24