Home
last modified time | relevance | path

Searched refs:submatchers (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/matching/
H A Dcombo.py36 def __init__(self, submatchers, boost=1.0): argument
37 self._submatchers = submatchers
69 def __init__(self, submatchers, doccount, boost=1.0, scored=True): argument
70 CombinationMatcher.__init__(self, submatchers, boost=boost)
172 def __init__(self, submatchers, doccount, boost=1.0, scored=True, argument
174 CombinationMatcher.__init__(self, submatchers, boost=boost)
263 submatchers = self._submatchers
265 for subm in submatchers:
269 if any(subm.is_active() for subm in submatchers):
/dports/devel/binaryen/binaryen-version_98/src/ir/
H A Dmatch.h354 SubMatchers<Matchers...> submatchers;
356 Matcher(matched_t<Kind>* binder, data_t<Kind> data, Matchers... submatchers)
357 : binder(binder), data(data), submatchers(submatchers...) {}
366 Components<Kind, 0, Matchers...>::match(casted, submatchers);
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dmatchers.rs488 let mut submatchers = FastHashMap::default(); in build_match() localVariable
496 submatchers.insert(sub_include.prefix.clone(), match_fn); in build_match()
502 if (submatchers[prefix])(rel) { in build_match()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/processor/attributesprocessor/
H A DREADME.md73 # The submatchers must be named.
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dmatch.py1373 submatchers = {}
1378 mf = submatchers.get(prefix)
1381 submatchers[prefix] = mf
/dports/textproc/ugrep/ugrep-3.4.0/src/
H A Dugrep.cpp6642 auto& submatchers = matchers.back(); in ugrep() local
6653 submatchers.emplace_back(); in ugrep()
6688 auto& submatchers = matchers.back(); in ugrep()
6695submatchers.emplace_back(new reflex::BoostPerlMatcher(reflex::BoostPerlMatcher::convert(subregex, … in ugrep()
6699 submatchers.emplace_back(); in ugrep()
6791 auto& submatchers = matchers.back(); in ugrep() local
6799submatchers.emplace_back(new reflex::FuzzyMatcher(patterns.back(), reflex::Input(), matcher_option… in ugrep()
6803 submatchers.emplace_back(); in ugrep()
6834 auto& submatchers = matchers.back(); in ugrep() local
6842submatchers.emplace_back(new reflex::Matcher(patterns.back(), reflex::Input(), matcher_options.c_s… in ugrep()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/
H A DChangeLog.04568 * MultiMatch now calls its submatchers prepare_match() at the end
4697 max_weights from the submatchers, rather than just the first one.
4699 a multimatch with relevant documents in some of the submatchers.
H A DChangeLog39011 submatchers:
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DChangeLog.04568 * MultiMatch now calls its submatchers prepare_match() at the end
4697 max_weights from the submatchers, rather than just the first one.
4699 a multimatch with relevant documents in some of the submatchers.
H A DChangeLog35430 submatchers: