Home
last modified time | relevance | path

Searched refs:normalized_path (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/src/
H A Dpath_resolver.c50 normalized_path[0] = '\0'; in uvwasi__normalize_path()
51 ptr = normalized_path; in uvwasi__normalize_path()
74 if (ptr == normalized_path || in uvwasi__normalize_path()
113 if (ptr == normalized_path) { in uvwasi__normalize_path()
190 *normalized_path = NULL; in uvwasi__normalize_absolute_path()
213 *normalized_path = abs_path; in uvwasi__normalize_absolute_path()
242 *normalized_path = NULL; in uvwasi__normalize_relative_path()
285 *normalized_path = normalized; in uvwasi__normalize_relative_path()
375 char* normalized_path; in uvwasi__resolve_path() local
390 normalized_path = NULL; in uvwasi__resolve_path()
[all …]
/dports/java/java-subversion/subversion-1.14.1/tools/examples/
H A Dsvnshell.rb137 normalized_path = normalize_path(path)
140 case @root.check_path(normalized_path)
142 puts "Path '#{normalized_path}' does not exist."
144 puts "Path '#{normalized_path}' is not a file."
157 normalized_path = normalize_path(path)
161 @path = normalized_path
177 normalized_path = normalize_path(path)
180 case @root.check_path(normalized_path)
184 parent = normalized_path
190 parts = path_to_parts(normalized_path)
[all …]
/dports/devel/py-subversion/subversion-1.14.1/tools/examples/
H A Dsvnshell.rb137 normalized_path = normalize_path(path)
140 case @root.check_path(normalized_path)
142 puts "Path '#{normalized_path}' does not exist."
144 puts "Path '#{normalized_path}' is not a file."
157 normalized_path = normalize_path(path)
161 @path = normalized_path
177 normalized_path = normalize_path(path)
180 case @root.check_path(normalized_path)
184 parent = normalized_path
190 parts = path_to_parts(normalized_path)
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/examples/
H A Dsvnshell.rb137 normalized_path = normalize_path(path)
140 case @root.check_path(normalized_path)
142 puts "Path '#{normalized_path}' does not exist."
144 puts "Path '#{normalized_path}' is not a file."
157 normalized_path = normalize_path(path)
161 @path = normalized_path
177 normalized_path = normalize_path(path)
180 case @root.check_path(normalized_path)
184 parent = normalized_path
190 parts = path_to_parts(normalized_path)
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/tools/examples/
H A Dsvnshell.rb137 normalized_path = normalize_path(path)
140 case @root.check_path(normalized_path)
142 puts "Path '#{normalized_path}' does not exist."
144 puts "Path '#{normalized_path}' is not a file."
157 normalized_path = normalize_path(path)
161 @path = normalized_path
177 normalized_path = normalize_path(path)
180 case @root.check_path(normalized_path)
184 parent = normalized_path
190 parts = path_to_parts(normalized_path)
[all …]
/dports/devel/py-black/black-21.7b0/src/black/
H A Dfiles.py136 normalized_path = abspath.resolve().relative_to(root).as_posix()
148 return normalized_path
152 normalized_path: str,
155 match = pattern.search(normalized_path) if pattern else None
179 normalized_path = normalize_path_maybe_ignore(child, root, report)
180 if normalized_path is None:
189 normalized_path = "/" + normalized_path
191 normalized_path += "/"
193 if path_is_excluded(normalized_path, exclude):
197 if path_is_excluded(normalized_path, extend_exclude):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_status.cc50 base::FilePath normalized_path = NormalizePath(path); in ContainsChildOrParent() local
55 auto upper = paths.upper_bound(normalized_path); in ContainsChildOrParent()
58 normalized_path.IsParent(get_key_helper.GetKey(upper))) in ContainsChildOrParent()
63 if (base::Contains(paths, normalized_path)) in ContainsChildOrParent()
66 if (storage::VirtualPath::IsRootPath(normalized_path)) in ContainsChildOrParent()
69 normalized_path = in ContainsChildOrParent()
88 base::FilePath normalized_path = NormalizePath(url.path()); in EndWriting() local
91 int count = --writing_[origin_and_type][normalized_path]; in EndWriting()
93 writing_[origin_and_type].erase(normalized_path); in EndWriting()
110 base::FilePath normalized_path = NormalizePath(url.path()); in EndSyncing() local
[all …]
/dports/devel/kf5-kapidox/kapidox-5.89.0/src/kapidox/
H A Dargparserutils.py13 def normalized_path(inputpath): function
25 group.add_argument('sourcesdir', type=normalized_path,
27 group.add_argument('--depdiagram-dot-dir', type=normalized_path,
52 group.add_argument('--accountsfile', type=normalized_path,
69 group.add_argument('--qtdoc-dir', type=normalized_path,
85 group.add_argument('--doxygen', default='doxygen', type=normalized_path,
87 group.add_argument('--qhelpgenerator', default='qhelpgenerator', type=normalized_path,
97 group.add_argument('--doxdatadir', default=doxdatadir, type=normalized_path,
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DDeletePath.php57 $normalized_path = Util::normalizePath($path);
59 if (in_array($normalized_path, self::PROTECTED_PATHS, true)) {
65 if ($data_filesystem->has($normalized_path)) {
66 $metadata = $data_filesystem->getMetadata($normalized_path);
71 $data_filesystem->delete($normalized_path);
80 $data_filesystem->deleteDir($normalized_path);
/dports/security/git-secret/git-secret-94d5ae4/src/commands/
H A Dgit_secret_remove.sh32 local normalized_path # relative to .git folder
33 normalized_path=$(_git_normalize_filename "$item")
34 path=$(_append_root_path "$normalized_path")
44 key="$normalized_path"
H A Dgit_secret_changes.sh36 local normalized_path # relative to the .git dir
38 normalized_path=$(_git_normalize_filename "$filename")
44 if [[ -n "$normalized_path" ]]; then
45 path=$(_append_root_path "$normalized_path")
H A Dgit_secret_add.sh31 local normalized_path # relative to the .git dir
32 normalized_path=$(_git_normalize_filename "$item")
33 path=$(_append_root_path "$normalized_path")
53 not_ignored+=("$normalized_path")
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Denv_chroot.cc66 char* normalized_path = realpath(res.second.c_str(), resolvedName); in EncodePath() local
68 char* normalized_path = realpath(res.second.c_str(), nullptr); in EncodePath() local
70 if (normalized_path == nullptr) { in EncodePath()
72 } else if (strlen(normalized_path) < chroot_dir_.size() || in EncodePath()
73 strncmp(normalized_path, chroot_dir_.c_str(), in EncodePath()
81 free(normalized_path); in EncodePath()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/env/
H A Denv_chroot.cc66 char* normalized_path = realpath(res.second.c_str(), resolvedName); in EncodePath() local
68 char* normalized_path = realpath(res.second.c_str(), nullptr); in EncodePath() local
70 if (normalized_path == nullptr) { in EncodePath()
72 } else if (strlen(normalized_path) < chroot_dir_.size() || in EncodePath()
73 strncmp(normalized_path, chroot_dir_.c_str(), in EncodePath()
81 free(normalized_path); in EncodePath()
/dports/databases/rocksdb/rocksdb-6.26.1/env/
H A Denv_chroot.cc66 char* normalized_path = realpath(res.second.c_str(), resolvedName); in EncodePath() local
68 char* normalized_path = realpath(res.second.c_str(), nullptr); in EncodePath() local
70 if (normalized_path == nullptr) { in EncodePath()
72 } else if (strlen(normalized_path) < chroot_dir_.size() || in EncodePath()
73 strncmp(normalized_path, chroot_dir_.c_str(), in EncodePath()
81 free(normalized_path); in EncodePath()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Denv_chroot.cc66 char* normalized_path = realpath(res.second.c_str(), resolvedName); in EncodePath() local
68 char* normalized_path = realpath(res.second.c_str(), nullptr); in EncodePath() local
70 if (normalized_path == nullptr) { in EncodePath()
72 } else if (strlen(normalized_path) < chroot_dir_.size() || in EncodePath()
73 strncmp(normalized_path, chroot_dir_.c_str(), in EncodePath()
81 free(normalized_path); in EncodePath()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Denv_chroot.cc66 char* normalized_path = realpath(res.second.c_str(), resolvedName); in EncodePath() local
68 char* normalized_path = realpath(res.second.c_str(), nullptr); in EncodePath() local
70 if (normalized_path == nullptr) { in EncodePath()
72 } else if (strlen(normalized_path) < chroot_dir_.size() || in EncodePath()
73 strncmp(normalized_path, chroot_dir_.c_str(), in EncodePath()
81 free(normalized_path); in EncodePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/os/
H A Dfile_path_sanitization.cc107 const base::FilePath& normalized_path, in PathIsChildOfSpecialPath() argument
119 if (lowercase_rule_path.IsParent(normalized_path)) { in PathIsChildOfSpecialPath()
126 return special_path->IsParent(normalized_path); in PathIsChildOfSpecialPath()
137 base::FilePath normalized_path = NormalizePath(path); in SanitizePathImpl() local
138 if (normalized_path.empty()) in SanitizePathImpl()
139 return normalized_path; in SanitizePathImpl()
143 if (PathIsChildOfSpecialPath(rule->id, normalized_path, &rule_path)) { in SanitizePathImpl()
145 if (rule_path.AppendRelativePath(normalized_path, &resulting_path)) { in SanitizePathImpl()
154 return normalized_path; in SanitizePathImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tools/reftest/reftest/
H A D__init__.py53 normalized_path = os.path.normpath(os.path.abspath(path))
54 self.manifests.add(normalized_path)
56 self.path = normalized_path
58 mdir = os.path.dirname(normalized_path)
132 self.tests.add((test, normalized_path))
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tools/reftest/reftest/
H A D__init__.py54 normalized_path = os.path.normpath(os.path.abspath(path))
55 self.manifests.add(normalized_path)
57 self.path = normalized_path
59 mdir = os.path.dirname(normalized_path)
133 self.tests.add((test, normalized_path))
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/path/
H A Dwindows.cpp43 auto normalized_path = path.u8string(); in create_directories() local
45 for (auto &c : normalized_path) in create_directories()
49 auto directory = mtx::fs::to_path(normalized_path); in create_directories()
55 auto is_unc = normalized_path.substr(0, 2) == "\\\\"s; in create_directories()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-diff.c240 t_uchar * normalized_path = normal_from_path(option->arg_string); in arch_cmd_diff() local
241 …rds (&exclude_list, rel_singleton_record_taking (rel_make_field_str (normalized_path)), rel_record… in arch_cmd_diff()
243 lim_free(0, normalized_path); in arch_cmd_diff()
244 normalized_path = 0; in arch_cmd_diff()
378 t_uchar *normalized_path = 0; in arch_cmd_diff() local
391 normalized_path = normal_from_path(argv[argn]); in arch_cmd_diff()
392 …ecords (&file_list, rel_singleton_record_taking (rel_make_field_str (normalized_path)), rel_record… in arch_cmd_diff()
394 lim_free(0, normalized_path); in arch_cmd_diff()
395 normalized_path = 0; in arch_cmd_diff()
H A Dcmd-commit.c265 t_uchar * normalized_path = normal_from_path(option->arg_string); in arch_cmd_commit() local
266 …rds (&exclude_list, rel_singleton_record_taking (rel_make_field_str (normalized_path)), rel_record… in arch_cmd_commit()
268 lim_free(0, normalized_path); in arch_cmd_commit()
269 normalized_path = 0; in arch_cmd_commit()
350 t_uchar *normalized_path = 0; in arch_cmd_commit() local
361 normalized_path = normal_from_path(argv[argx++]); in arch_cmd_commit()
362 …ecords (&file_list, rel_singleton_record_taking (rel_make_field_str (normalized_path)), rel_record… in arch_cmd_commit()
363 lim_free(0, normalized_path); in arch_cmd_commit()
364 normalized_path = 0; in arch_cmd_commit()
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_file_utils.erl47 normalized_path/1,
481 -spec normalized_path(file:filename()) -> file:filename().
482 normalized_path(Path) -> function
485 normalized_path(Components, []).
488 -spec normalized_path([string()], [string()]) -> file:filename().
489 normalized_path([], NormalizedPath) -> function
491 normalized_path([H|T], NormalizedPath) -> function
494 "." -> normalized_path(T, NormalizedPath);
495 ".." when NormalizedPath == [] -> normalized_path(T, [".."]);
497 _ -> normalized_path(T, [H|NormalizedPath])
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/tools/reftest/reftest/
H A D__init__.py71 "manifest": normalized_path,
90 normalized_path = os.path.normpath(os.path.abspath(path))
91 self.manifests.add(normalized_path)
93 self.path = normalized_path
95 mdir = os.path.dirname(normalized_path)

12345678910>>...18