Home
last modified time | relevance | path

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

12

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/
H A Ditem.rs73 ref_match: Option<Mutability>, field
109 if let Some(mutability) = &self.ref_match { in fmt()
290 ref_match: None, in new()
340 pub fn ref_match(&self) -> Option<(Mutability, CompletionRelevance)> { in ref_match() method
347 self.ref_match.map(|mutability| (mutability, relevance)) in ref_match()
396 ref_match: Option<Mutability>, field
434 ref_match: self.ref_match, in build()
507 pub(crate) fn ref_match(&mut self, mutability: Mutability) -> &mut Builder { in ref_match() method
508 self.ref_match = Some(mutability); in ref_match()
H A Drender.rs226 if let Some(ref_match) = compute_ref_match(ctx.completion, &ty) { in render_resolution_()
227 item.ref_match(ref_match); in render_resolution_()
385 if let Some((mutability, relevance)) = it.ref_match() { in check_relevance_()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/
H A Ditem.rs73 ref_match: Option<Mutability>, field
109 if let Some(mutability) = &self.ref_match { in fmt()
288 ref_match: None, in new()
338 pub fn ref_match(&self) -> Option<(Mutability, CompletionRelevance)> { in ref_match() method
345 self.ref_match.map(|mutability| (mutability, relevance)) in ref_match()
394 ref_match: Option<Mutability>, field
432 ref_match: self.ref_match, in build()
505 pub(crate) fn ref_match(&mut self, mutability: Mutability) -> &mut Builder { in ref_match() method
506 self.ref_match = Some(mutability); in ref_match()
H A Drender.rs226 if let Some(ref_match) = compute_ref_match(ctx.completion, &ty) { in render_resolution_()
227 item.ref_match(ref_match); in render_resolution_()
385 if let Some((mutability, relevance)) = it.ref_match() { in check_relevance_()
/dports/sysutils/ansible2/ansible-2.9.27/docs/bin/
H A Dfind-plugin-refs.py49 for ref_match in re.finditer(REF_RE, data):
50 label = ref_match.group(1)
59 …print(':ref:`{0}` matching plugin {1} was found in {2}'.format(ref_match.group(1), label, os.path.…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/bin/
H A Dfind-plugin-refs.py49 for ref_match in re.finditer(REF_RE, data):
50 label = ref_match.group(1)
59 …print(':ref:`{0}` matching plugin {1} was found in {2}'.format(ref_match.group(1), label, os.path.…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/bin/
H A Dfind-plugin-refs.py51 for ref_match in re.finditer(REF_RE, data):
52 label = ref_match.group(1)
61 …print(':ref:`{0}` matching plugin {1} was found in {2}'.format(ref_match.group(1), label, os.path.…
/dports/devel/p5-Class-Multimethods-Pure/Class-Multimethods-Pure-0.13/lib/Class/Multimethods/
H A DPure.pm219 sub ref_match { 1 } subroutine
344 sub ref_match { subroutine
399 sub ref_match { subroutine
427 sub ref_match { 1 } subroutine
465 sub ref_match { subroutine
467 $self->base->ref_match($package);
501 sub ref_match { subroutine
503 $self->logic(map { $_->ref_match($package) } $self->values);
630 $self->param($param)->ref_match($package);
/dports/devel/R-cran-gert/gert/R/
H A Dsubmodules.R65 ref_match <- sub("refs/(heads|tags)/","", upstream_refs$ref) == ref functionVar
66 if(!any(ref_match)){
70 ref <- upstream_refs$oid[ref_match]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/render/
H A Denum_variant.rs94 if let Some(ref_match) = compute_ref_match(self.ctx.completion, &ty) { in render()
95 item.ref_match(ref_match); in render()
H A Dfunction.rs111 if let Some(ref_match) = compute_ref_match(self.ctx.completion, &ret_type) { in render()
116 item.ref_match(ref_match); in render()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/render/
H A Denum_variant.rs94 if let Some(ref_match) = compute_ref_match(self.ctx.completion, &ty) { in render()
95 item.ref_match(ref_match); in render()
H A Dfunction.rs112 if let Some(ref_match) = compute_ref_match(self.ctx.completion, &ret_type) { in render()
117 item.ref_match(ref_match); in render()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dls-refs.c14 static int ref_match(const struct argv_array *prefixes, const char *refname) in ref_match() function
47 if (!ref_match(&data->prefixes, refname_nons)) in send_ref()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dtracking.cpp33 fpkm_track.ref_match = transfrag->nearest_ref_id(); in add_to_tracking_table()
38 fpkm_track.ref_match = "-"; in add_to_tracking_table()
H A Dtracking.h90 string ref_match; member
H A Ddifferential.h351 track.ref_match.c_str(), in print_FPKM_tracking()
642 const string& ref_match = itr->second.ref_match; in print_feature_attr_simple_table() local
663 ref_match.c_str(), in print_feature_attr_simple_table()
/dports/devel/git-svn/git-2.34.1/
H A Dls-refs.c53 static int ref_match(const struct strvec *prefixes, const char *refname) in ref_match() function
89 if (!ref_match(&data->prefixes, refname_nons)) in send_ref()
/dports/devel/git-gui/git-2.34.1/
H A Dls-refs.c53 static int ref_match(const struct strvec *prefixes, const char *refname) in ref_match() function
89 if (!ref_match(&data->prefixes, refname_nons)) in send_ref()
/dports/devel/git-p4/git-2.34.1/
H A Dls-refs.c53 static int ref_match(const struct strvec *prefixes, const char *refname) in ref_match() function
89 if (!ref_match(&data->prefixes, refname_nons)) in send_ref()
/dports/devel/git/git-2.34.1/
H A Dls-refs.c53 static int ref_match(const struct strvec *prefixes, const char *refname) in ref_match() function
89 if (!ref_match(&data->prefixes, refname_nons)) in send_ref()
/dports/devel/git-cvs/git-2.34.1/
H A Dls-refs.c53 static int ref_match(const struct strvec *prefixes, const char *refname) in ref_match() function
89 if (!ref_match(&data->prefixes, refname_nons)) in send_ref()
/dports/www/py-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/
H A Dopenapi.py536 ref_match = self.ref_name_re.match(self.ref)
537 return resolver.get(ref_match.group('name'), scope=ref_match.group('scope'))
/dports/www/py-dj32-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/
H A Dopenapi.py536 ref_match = self.ref_name_re.match(self.ref)
537 return resolver.get(ref_match.group('name'), scope=ref_match.group('scope'))
/dports/biology/vcftools/vcftools-0.1.16/src/perl/
H A Dvcf-compare355 printf "SN\tNumber of REF matches:\t%d\n", exists($$opts{ref_match}) ? $$opts{ref_match} : 0;
1228 $$opts{ref_match}++;

12