Home
last modified time | relevance | path

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

123

/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Drm.py132 orig_ref, new_ref = info
135 git.delete_ref(ref_name, hexlify(orig_ref))
137 git.update_ref(ref_name, new_ref, orig_ref)
141 hexstr(orig_ref) + ' -> ' if orig_ref else '',
147 hexstr(orig_ref) + ' -> ' if orig_ref else '',
152 % (ref_name, hexstr(orig_ref), ex))
/dports/devel/libgit2/libgit2-1.3.0/tests/checkout/
H A Dicase.c243 git_reference *orig_ref, *br2_ref; in test_checkout_icase__ignores_unstaged_casechange() local
249 cl_git_pass(git_reference_lookup_resolved(&orig_ref, repo, "HEAD", 100)); in test_checkout_icase__ignores_unstaged_casechange()
250 cl_git_pass(git_commit_lookup(&orig, repo, git_reference_target(orig_ref))); in test_checkout_icase__ignores_unstaged_casechange()
262 git_reference_free(orig_ref); in test_checkout_icase__ignores_unstaged_casechange()
268 git_reference *orig_ref; in test_checkout_icase__conflicts_with_casechanged_subtrees() local
275 cl_git_pass(git_reference_lookup_resolved(&orig_ref, repo, "HEAD", 100)); in test_checkout_icase__conflicts_with_casechanged_subtrees()
276 cl_git_pass(git_object_lookup(&orig, repo, git_reference_target(orig_ref), GIT_OBJECT_COMMIT)); in test_checkout_icase__conflicts_with_casechanged_subtrees()
290 git_reference_free(orig_ref); in test_checkout_icase__conflicts_with_casechanged_subtrees()
/dports/devel/git-svn/git-2.34.1/perl/Git/SVN/
H A DMigration.pm58 my ($id, $orig_ref) = ($_, $_);
65 print STDERR "W: $orig_ref is probably an old ",
75 print STDERR "Renaming ref: $orig_ref => $new_ref\n";
76 command_noisy('update-ref', $new_ref, $orig_ref);
77 command_noisy('update-ref', '-d', $orig_ref, $orig_ref);
/dports/devel/git-gui/git-2.34.1/perl/Git/SVN/
H A DMigration.pm58 my ($id, $orig_ref) = ($_, $_);
65 print STDERR "W: $orig_ref is probably an old ",
75 print STDERR "Renaming ref: $orig_ref => $new_ref\n";
76 command_noisy('update-ref', $new_ref, $orig_ref);
77 command_noisy('update-ref', '-d', $orig_ref, $orig_ref);
/dports/devel/git-p4/git-2.34.1/perl/Git/SVN/
H A DMigration.pm58 my ($id, $orig_ref) = ($_, $_);
65 print STDERR "W: $orig_ref is probably an old ",
75 print STDERR "Renaming ref: $orig_ref => $new_ref\n";
76 command_noisy('update-ref', $new_ref, $orig_ref);
77 command_noisy('update-ref', '-d', $orig_ref, $orig_ref);
/dports/devel/git/git-2.34.1/perl/Git/SVN/
H A DMigration.pm58 my ($id, $orig_ref) = ($_, $_);
65 print STDERR "W: $orig_ref is probably an old ",
75 print STDERR "Renaming ref: $orig_ref => $new_ref\n";
76 command_noisy('update-ref', $new_ref, $orig_ref);
77 command_noisy('update-ref', '-d', $orig_ref, $orig_ref);
/dports/devel/git-cvs/git-2.34.1/perl/Git/SVN/
H A DMigration.pm58 my ($id, $orig_ref) = ($_, $_);
65 print STDERR "W: $orig_ref is probably an old ",
75 print STDERR "Renaming ref: $orig_ref => $new_ref\n";
76 command_noisy('update-ref', $new_ref, $orig_ref);
77 command_noisy('update-ref', '-d', $orig_ref, $orig_ref);
/dports/devel/cgit/cgit-1.2.3/git/perl/Git/SVN/
H A DMigration.pm58 my ($id, $orig_ref) = ($_, $_);
65 print STDERR "W: $orig_ref is probably an old ",
75 print STDERR "Renaming ref: $orig_ref => $new_ref\n";
76 command_noisy('update-ref', $new_ref, $orig_ref);
77 command_noisy('update-ref', '-d', $orig_ref, $orig_ref);
/dports/science/py-netcdf-flattener/netcdf-flattener-1.2.0/netcdf_flattener/
H A Dflatten.py411 def resolve_reference(self, orig_ref, orig_var, attr): argument
419 ref = orig_ref
440 … absolute_ref = self.search_by_relative_path(orig_ref, orig_var.group(), resolve_dim_or_var)
445 … absolute_ref = self.search_by_relative_path(orig_ref, orig_var.group(), not resolve_dim_or_var)
476 …def resolve_reference_post_processing(self, absolute_ref, orig_ref, orig_var, attr, ref_type, meth… argument
483 absolute_ref = orig_ref
486 absolute_ref = self.handle_reference_error(orig_ref, orig_var.group().path)
490 .format(method, ref_type, orig_ref, absolute_ref))
494 … and (("coordinates" not in orig_var.ncattrs() or orig_ref not in orig_var.coordinates)
497 "Assumed to be a standard name.".format(orig_ref))
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dbranch.c134 static void setup_tracking(const char *new_ref, const char *orig_ref, in setup_tracking() argument
141 tracking.spec.dst = (char *)orig_ref; in setup_tracking()
157 orig_ref); in setup_tracking()
160 tracking.src ? tracking.src : orig_ref) < 0) in setup_tracking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DPathMappingList.cpp213 llvm::StringRef orig_ref(orig_path); in FindFile() local
215 if (orig_ref.size() < prefix_ref.size()) in FindFile()
233 if (orig_ref.consume_front(prefix_ref)) { in FindFile()
235 new_spec.AppendPathComponent(orig_ref); in FindFile()
/dports/devel/git-svn/git-2.34.1/
H A Dbranch.c134 static void setup_tracking(const char *new_ref, const char *orig_ref,
141 tracking.spec.dst = (char *)orig_ref;
157 orig_ref);
160 tracking.src ? tracking.src : orig_ref) < 0)
/dports/devel/git-gui/git-2.34.1/
H A Dbranch.c134 static void setup_tracking(const char *new_ref, const char *orig_ref, in setup_tracking() argument
141 tracking.spec.dst = (char *)orig_ref; in setup_tracking()
157 orig_ref); in setup_tracking()
160 tracking.src ? tracking.src : orig_ref) < 0) in setup_tracking()
/dports/devel/git-p4/git-2.34.1/
H A Dbranch.c134 static void setup_tracking(const char *new_ref, const char *orig_ref,
141 tracking.spec.dst = (char *)orig_ref;
157 orig_ref);
160 tracking.src ? tracking.src : orig_ref) < 0)
/dports/devel/git/git-2.34.1/
H A Dbranch.c134 static void setup_tracking(const char *new_ref, const char *orig_ref, in setup_tracking() argument
141 tracking.spec.dst = (char *)orig_ref; in setup_tracking()
157 orig_ref); in setup_tracking()
160 tracking.src ? tracking.src : orig_ref) < 0) in setup_tracking()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DPathMappingList.cpp213 llvm::StringRef orig_ref(orig_path); in FindFile() local
215 if (orig_ref.size() < prefix_ref.size()) in FindFile()
233 if (orig_ref.consume_front(prefix_ref)) { in FindFile()
235 new_spec.AppendPathComponent(orig_ref); in FindFile()
/dports/devel/git-cvs/git-2.34.1/
H A Dbranch.c134 static void setup_tracking(const char *new_ref, const char *orig_ref, in setup_tracking() argument
141 tracking.spec.dst = (char *)orig_ref; in setup_tracking()
157 orig_ref); in setup_tracking()
160 tracking.src ? tracking.src : orig_ref) < 0) in setup_tracking()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp213 llvm::StringRef orig_ref(orig_path); in FindFile() local
215 if (orig_ref.size() < prefix_ref.size()) in FindFile()
233 if (orig_ref.consume_front(prefix_ref)) { in FindFile()
235 new_spec.AppendPathComponent(orig_ref); in FindFile()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp213 llvm::StringRef orig_ref(orig_path); in FindFile() local
215 if (orig_ref.size() < prefix_ref.size()) in FindFile()
233 if (orig_ref.consume_front(prefix_ref)) { in FindFile()
235 new_spec.AppendPathComponent(orig_ref); in FindFile()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp213 llvm::StringRef orig_ref(orig_path); in FindFile() local
215 if (orig_ref.size() < prefix_ref.size()) in FindFile()
233 if (orig_ref.consume_front(prefix_ref)) { in FindFile()
235 new_spec.AppendPathComponent(orig_ref); in FindFile()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A DdynamicArchive.cpp198 virtual bool do_unique_ref(Ref* orig_ref, bool read_only) { in do_unique_ref() argument
199 FollowMode mode = _builder->follow_ref(orig_ref); in do_unique_ref()
204 assert(_builder->get_new_loc(orig_ref) == NULL || in do_unique_ref()
205 _builder->get_new_loc(orig_ref) == orig_ref->obj(), "must be"); in do_unique_ref()
212 assert(!_builder->has_new_loc(orig_ref->obj()), "must not be copied or pointed to"); in do_unique_ref()
219 address orig_obj = orig_ref->obj(); in do_unique_ref()
220 address new_obj = _builder->get_new_loc(orig_ref); in do_unique_ref()
225 if (orig_ref->msotype() == MetaspaceObj::ClassType) { in do_unique_ref()
235 MetaspaceObj::type_name(orig_ref->msotype())); in do_unique_ref()
238 orig_ref->metaspace_pointers_do(&updater); in do_unique_ref()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A DdynamicArchive.cpp217 virtual bool do_unique_ref(Ref* orig_ref, bool read_only) { in do_unique_ref() argument
218 FollowMode mode = _builder->follow_ref(orig_ref); in do_unique_ref()
223 assert(_builder->get_new_loc(orig_ref) == NULL || in do_unique_ref()
224 _builder->get_new_loc(orig_ref) == orig_ref->obj(), "must be"); in do_unique_ref()
231 assert(!_builder->has_new_loc(orig_ref->obj()), "must not be copied or pointed to"); in do_unique_ref()
238 address orig_obj = orig_ref->obj(); in do_unique_ref()
239 address new_obj = _builder->get_new_loc(orig_ref); in do_unique_ref()
244 if (orig_ref->msotype() == MetaspaceObj::ClassType) { in do_unique_ref()
254 MetaspaceObj::type_name(orig_ref->msotype())); in do_unique_ref()
257 orig_ref->metaspace_pointers_do(&updater); in do_unique_ref()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Drefs.py716 orig_ref = self.read_loose_ref(realname)
717 if orig_ref is None:
718 orig_ref = self.get_packed_refs().get(
720 if orig_ref != old_ref:
791 orig_ref = self.read_loose_ref(name)
792 if orig_ref is None:
793 orig_ref = self.get_packed_refs().get(name, ZERO_SHA)
794 if orig_ref != old_ref:
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Drefs.py740 orig_ref = self.read_loose_ref(realname)
741 if orig_ref is None:
742 orig_ref = self.get_packed_refs().get(
744 if orig_ref != old_ref:
817 orig_ref = self.read_loose_ref(name)
818 if orig_ref is None:
819 orig_ref = self.get_packed_refs().get(name, ZERO_SHA)
820 if orig_ref != old_ref:
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A DdynamicArchive.cpp217 virtual bool do_unique_ref(Ref* orig_ref, bool read_only) { in do_unique_ref() argument
218 FollowMode mode = _builder->follow_ref(orig_ref); in do_unique_ref()
223 assert(_builder->get_new_loc(orig_ref) == NULL || in do_unique_ref()
224 _builder->get_new_loc(orig_ref) == orig_ref->obj(), "must be"); in do_unique_ref()
231 assert(!_builder->has_new_loc(orig_ref->obj()), "must not be copied or pointed to"); in do_unique_ref()
238 address orig_obj = orig_ref->obj(); in do_unique_ref()
239 address new_obj = _builder->get_new_loc(orig_ref); in do_unique_ref()
244 if (orig_ref->msotype() == MetaspaceObj::ClassType) { in do_unique_ref()
254 MetaspaceObj::type_name(orig_ref->msotype())); in do_unique_ref()
257 orig_ref->metaspace_pointers_do(&updater); in do_unique_ref()

123