Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/contrib/YouCompleteMe/
H A Dycm_extra_conf.py28 def adjust_path(path): function
35 arg = adjust_path(arg)
43 new_path = adjust_path(path)
/dports/sysutils/conan/conan-1.44.0/conans/client/build/
H A Dcompiler_flags.py190 def adjust_path(path, settings, win_bash=False, subsystem=None): function
210 sysroot = adjust_path(sysroot, settings, win_bash=win_bash, subsystem=subsystem)
230 return ["%s%s" % (include_path_option, adjust_path(include_path, settings, win_bash=win_bash,
238 return [pattern % adjust_path(library_path, settings, win_bash=win_bash,
282 return ["-F %s" % adjust_path(framework_path, settings) for framework_path in framework_paths]
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A Dtest_transform.py650 transform.adjust_path('quxx', foo_id, bar_id)
698 mangle_tree.adjust_path('name2', root, name1)
699 mangle_tree.adjust_path('name1', root, name2)
798 move_id.adjust_path('name2', newdir, name1)
1077 cyclone.adjust_path('house', oz, house)
1101 rename.adjust_path('new', root, old)
1325 transform.adjust_path('old', root, new)
1361 transform.adjust_path('new', root, old)
1475 transform.adjust_path('old', root, old)
1486 transform2.adjust_path('name2', root,
[all …]
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/cmd/
H A Dshow.lua163 local function adjust_path(name, version, basedir, pathname, suffix) function
180 file = adjust_path(name, version, lua_dir, pathname),
186 file = adjust_path(name, version, lib_dir, pathname),
204 pathname = adjust_path(name, version, bin_dir, pathname)
207 file = adjust_path(name, version, bin_dir, pathname, cfg.wrapper_suffix),
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dconflicts.py274 tt.adjust_path(osutils.basename(path), parent_tid, tid)
371 tt.adjust_path(osutils.basename(self.path), parent_tid, this_tid)
417 tt.adjust_path(osutils.basename(self.path),
419 tt.adjust_path(osutils.basename(winner_path),
552 tt.adjust_path(osutils.basename(self.path), cparent_tid, cp_tid)
553 tt.adjust_path(osutils.basename(self.conflict_path),
H A Dtransform.py156 self.adjust_path(self.final_name(child_id),
169 self.adjust_path(name, parent, old_root)
219 self.adjust_path(self.final_name(child), self._new_root, child)
1202 def adjust_path(self, name, parent, trans_id): member in DiskTreeTransform
1205 super(DiskTreeTransform, self).adjust_path(name, parent, trans_id)
2319 tt.adjust_path(new_name, final_parent, new_file)
2324 tt.adjust_path(new_name, final_parent, old_file)
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dtui_dlg_helper.c140 static rc_t adjust_path( KDirectory * dir, const char * path_in, in adjust_path() function
214 rc = adjust_path( dir, path, buffer, sizeof buffer, &path_ptr ); in fill_widget_with_dirs()
272 rc = adjust_path( dir, path, buffer, sizeof buffer, &path_ptr ); in fill_widget_with_files()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/tui/
H A Dtui_dlg_helper.c140 static rc_t adjust_path( KDirectory * dir, const char * path_in, in adjust_path() function
214 rc = adjust_path( dir, path, buffer, sizeof buffer, &path_ptr ); in fill_widget_with_dirs()
272 rc = adjust_path( dir, path, buffer, sizeof buffer, &path_ptr ); in fill_widget_with_files()
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dsettings.cpp166 std::string adjust_path(std::string s) in adjust_path() function
224 return adjust_path(v); in read()
251 p.add("visualizer_data_source", &visualizer_data_source, "/tmp/mpd.fifo", adjust_path); in read()
410 p.add("execute_on_song_change", &execute_on_song_change, "", adjust_path); in read()
412 "", adjust_path); in read()
586 p.add("external_editor", &external_editor, "nano", adjust_path); in read()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dtransform.py241 def adjust_path(self, name, parent, trans_id): member in TreeTransform
573 tt.adjust_path(new_name, od_id, orphan_id)
644 tt.adjust_path(tt.final_name(child), new_parent, child)
650 tt.adjust_path(tt.final_name(child), new_parent, child)
811 tt.adjust_path(backup_name, parent_trans_id, trans_id)
867 tt.adjust_path(target_name, parent_trans, trans_id)
925 tt.adjust_path(new_name, final_parent, existing_file)
934 tt.adjust_path(tt.final_name(cur), tt.get_tree_parent(cur), cur)
982 tt.adjust_path(entry.name, parent_trans_id,
H A Dshelf.py165 self.work_transform.adjust_path(names[0], work_parent, w_trans_id)
169 self.shelf_transform.adjust_path(names[1], shelf_parent, s_trans_id)
260 to_transform.adjust_path(name, s_parent_id, s_trans_id)
H A Dmerge.py1220 self.tt.adjust_path(name, parent_trans_id, trans_id)
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_tree/
H A D__init__.py215 tt.adjust_path('e', parent_trans_id, trans_id)
231 tt.adjust_path('e', parent_trans_id, trans_id)
H A Dtest_transform.py252 preview.adjust_path('renamed', preview.root, file_trans_id)
335 preview.adjust_path('child', new_parent,
353 preview.adjust_path('new_name', preview.root,
402 tt.adjust_path(
531 preview.adjust_path('newname', preview.root, file_trans_id)
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_transform.py511 tt.adjust_path('c', tt.root, a_id)
512 tt.adjust_path('d', a_id, tt.trans_id_tree_path('a/b'))
527 tt.adjust_path('c', tt.root, a_id)
528 tt.adjust_path('d', a_id, tt.trans_id_tree_path('a/b'))
544 tt.adjust_path('d', tt.root, tt.trans_id_tree_path('a/b'))
590 tt.adjust_path("a", d_trans_id, f_trans_id)
652 RuntimeError, tt.adjust_path, "child1", parent2, child1)
671 RuntimeError, tt.adjust_path, "child1", parent2, child1)
H A Dtest_merge_core.py153 tt.adjust_path(val, parent_id, trans_id)
159 tt.adjust_path(tt.final_name(trans_id), parent_id, trans_id)
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A D__init__.py2385 def adjust_path(f): function
2394 args.jobscript = adjust_path(args.jobscript)
2396 args.cluster = adjust_path(args.cluster)
2399 args.cluster_config = [adjust_path(cfg) for cfg in args.cluster_config]
2401 args.cluster_config = adjust_path(args.cluster_config)
2403 args.cluster_sync = adjust_path(args.cluster_sync)
2405 args.cluster_status = adjust_path(args.cluster_status)
2407 args.report_stylesheet = adjust_path(args.report_stylesheet)
/dports/www/moodle310/moodle/backup/cc/cc_lib/
H A Dcc_resources.php195 public function adjust_path($mroot, $fname) { function in cc_resource
/dports/www/moodle311/moodle/backup/cc/cc_lib/
H A Dcc_resources.php195 public function adjust_path($mroot, $fname) { function in cc_resource
/dports/www/moodle39/moodle/backup/cc/cc_lib/
H A Dcc_resources.php195 public function adjust_path($mroot, $fname) { function in cc_resource
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dwin32_capture.c2930 bool adjust_path; in winnt_build_dentry_tree_fast() local
2933 adjust_path = (path[path_nchars - 1] == L'\\'); in winnt_build_dentry_tree_fast()
2934 if (adjust_path) in winnt_build_dentry_tree_fast()
2939 if (adjust_path) in winnt_build_dentry_tree_fast()
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dtransform.py144 self.adjust_path(self.final_name(child), self.root, child)
862 def adjust_path(self, name, parent, trans_id): member in DiskTreeTransform
865 super(DiskTreeTransform, self).adjust_path(name, parent, trans_id)
H A Dworkingtree.py123 tt.adjust_path(osutils.basename(self.path),
125 tt.adjust_path(osutils.basename(winner_path),
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_bundle.py690 tt.adjust_path('link2', tt.root, trans_id)
751 tt.adjust_path('file3', tt.root, trans_id)
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_intertree/
H A Dtest_compare.py440 tt.adjust_path('e', parent_trans_id, trans_id)