Home
last modified time | relevance | path

Searched refs:ancestor (Results 51 – 75 of 10320) sorted by relevance

12345678910>>...413

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.instrument.tomcat/src/main/java/org/springframework/instrument/classloading/tomcat/
H A DTomcatInstrumentableClassLoader.java182 Class ancestor = one; in findCommonAncestor() local
183 while (ancestor != Object.class || ancestor != null) { in findCommonAncestor()
184 if (ancestor.isAssignableFrom(two)) { in findCommonAncestor()
185 return ancestor; in findCommonAncestor()
187 ancestor = ancestor.getSuperclass(); in findCommonAncestor()
190 ancestor = two; in findCommonAncestor()
191 while (ancestor != Object.class || ancestor != null) { in findCommonAncestor()
192 if (ancestor.isAssignableFrom(one)) { in findCommonAncestor()
193 return ancestor; in findCommonAncestor()
195 ancestor = ancestor.getSuperclass(); in findCommonAncestor()
/dports/devel/R-cran-roxygen2/roxygen2/R/
H A Dtopo-sort.R13 ancestor <- self$add(ancestor_name) functionVar
15 predecessor$add_ancestor(ancestor)
23 for (ancestor in predecessor$ancestors) { functionVar
24 if (!ancestor$discovered) {
25 visit(ancestor)
49 has_ancestor = function(ancestor) { argument
51 if (identical(ancestor, vertex)) {
58 add_ancestor = function(ancestor) { argument
59 if (!self$has_ancestor(ancestor)) {
60 self$ancestors <- append(ancestor, self$ancestors)
/dports/math/octave/octave-6.4.0/scripts/plot/util/
H A Dancestor.m43 function p = ancestor (h, type, toplevel) function
95 %! assert (ancestor (hl, "axes"), gca);
96 %! assert (ancestor (hl, "figure"), hf);
107 %! assert (ancestor (hl, "line"), hl);
108 %! assert (ancestor (hl, "axes"), gca);
109 %! assert (ancestor (hl, "figure"), hf);
110 %! assert (ancestor (hl, "hggroup"), hg2);
118 %!assert (ancestor ([], "axes"), [])
120 %!error ancestor ()
121 %!error ancestor (1,2,3)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DnsAccUtils.cpp127 while (ancestor) { in SetLiveContainerAttributes()
138 if (ancestor->IsElement()) { in SetLiveContainerAttributes()
161 if (ancestor->IsElement() && ancestor->AsElement()->AttrValueIs( in SetLiveContainerAttributes()
174 if (ancestor == topEl) { in SetLiveContainerAttributes()
178 ancestor = ancestor->GetParent(); in SetLiveContainerAttributes()
179 if (!ancestor) { in SetLiveContainerAttributes()
477 if (!ancestor) { in IsARIALive()
485 while (ancestor) { in IsARIALive()
504 if (ancestor == topEl) { in IsARIALive()
508 ancestor = ancestor->GetParent(); in IsARIALive()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcodeflow.c45 if(PCFL(pcflow) && PCFL(pcflow)->ancestor)
47 PCFL(pcflow)->ancestor->pc.seq);
102 pcflow->ancestor = pcflow_other->ancestor ;
115 if(!pcflow->ancestor) {
133 if( pcflow_other->ancestor)
134 pcflow->ancestor = pcflow_other->ancestor;
143 if(!pcflow->ancestor)
149 if(pcflow->ancestor && pcflow->to) {
175 first_pcflow->ancestor = first_pcflow; in BuildFlowTree()
185 pcflow->ancestor = from->pcflow; in BuildFlowTree()
[all …]
/dports/devel/mutagen/mutagen-0.11.8/pkg/synchronization/core/
H A Dreconcile_test.go88 ancestor *Entry member
179 ancestor: nil,
438 ancestor: nil,
462 ancestor: nil,
484 ancestor: nil,
503 ancestor: nil,
524 ancestor: nil,
548 ancestor: nil,
570 ancestor: &Entry{},
739 ancestor: nil,
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dmerge_file.c67 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
86 if (ancestor) { in merge_file__xdiff()
90 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
139 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
152 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
207 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
237 const git_merge_file_input *ancestor, in git_merge_file() argument
248 if (ancestor) in git_merge_file()
249 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
260 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dmerge_file.c67 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
86 if (ancestor) { in merge_file__xdiff()
90 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
139 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
152 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
207 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
237 const git_merge_file_input *ancestor, in git_merge_file() argument
248 if (ancestor) in git_merge_file()
249 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
260 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dmerge_file.c67 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
86 if (ancestor) { in merge_file__xdiff()
90 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
139 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
152 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
207 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
237 const git_merge_file_input *ancestor, in git_merge_file() argument
248 if (ancestor) in git_merge_file()
249 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
260 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dmerge_file.c67 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
86 if (ancestor) { in merge_file__xdiff()
90 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
139 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
152 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
207 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
237 const git_merge_file_input *ancestor, in git_merge_file() argument
248 if (ancestor) in git_merge_file()
249 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
260 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dmerge_file.c67 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
86 if (ancestor) { in merge_file__xdiff()
90 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
139 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
152 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
207 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
237 const git_merge_file_input *ancestor, in git_merge_file() argument
248 if (ancestor) in git_merge_file()
249 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
260 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dmerge_file.c67 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
86 if (ancestor) { in merge_file__xdiff()
90 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
139 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
152 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
207 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
237 const git_merge_file_input *ancestor, in git_merge_file() argument
248 if (ancestor) in git_merge_file()
249 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
260 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor,
89 if (ancestor) {
93 ancestor_mmfile.size = ancestor->size;
142 ancestor ? ancestor->path : NULL,
155 ancestor ? ancestor->mode : 0,
210 const git_merge_file_input *ancestor,
240 const git_merge_file_input *ancestor,
253 if (ancestor)
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor);
265 const git_index_entry *ancestor,
[all …]
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dmerge_file.c70 const git_merge_file_input *ancestor, in merge_file__xdiff() argument
89 if (ancestor) { in merge_file__xdiff()
93 ancestor_mmfile.size = ancestor->size; in merge_file__xdiff()
142 ancestor ? ancestor->path : NULL, in merge_file__xdiff()
155 ancestor ? ancestor->mode : 0, in merge_file__xdiff()
210 const git_merge_file_input *ancestor, in merge_file__from_inputs() argument
240 const git_merge_file_input *ancestor, in git_merge_file() argument
253 if (ancestor) in git_merge_file()
254 ancestor = git_merge_file__normalize_inputs(&inputs[0], ancestor); in git_merge_file()
265 const git_index_entry *ancestor, in git_merge_file_from_index() argument
[all …]

12345678910>>...413