Searched refs:SlowMatcher (Results 1 – 13 of 13) sorted by relevance
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/src/adapters/ |
H A D | decompress.rs | 30 .map(|s| SlowMatcher::MimeType(s.to_string())) 49 fn decompress_any<'a, R>(reason: &SlowMatcher, inp: &'a mut R) -> Fallible<Box<dyn Read + 'a>> in decompress_any() argument 54 use SlowMatcher::*; in decompress_any() 94 fn adapt(&self, ai: AdaptInfo, detection_reason: &SlowMatcher) -> Fallible<()> { in adapt()
|
H A D | zip.rs | 23 slow_matchers: Some(vec![SlowMatcher::MimeType("application/zip".to_owned())]) 50 fn adapt(&self, ai: AdaptInfo, _detection_reason: &SlowMatcher) -> Fallible<()> { in adapt()
|
H A D | sqlite.rs | 23 slow_matchers: Some(vec![SlowMatcher::MimeType( 61 fn adapt(&self, ai: AdaptInfo, _detection_reason: &SlowMatcher) -> Fallible<()> { in adapt()
|
H A D | pdfpages.rs | 23 slow_matchers: Some(vec![SlowMatcher::MimeType( 46 fn adapt(&self, ai: AdaptInfo, _detection_reason: &SlowMatcher) -> Fallible<()> { in adapt()
|
H A D | poppler.rs | 20 slow_matchers: Some(vec![SlowMatcher::MimeType("application/pdf".to_owned())])
|
H A D | tar.rs | 39 fn adapt(&self, ai: AdaptInfo, _detection_reason: &SlowMatcher) -> Fallible<()> { in adapt()
|
H A D | ffmpeg.rs | 51 fn adapt(&self, ai: AdaptInfo, _detection_reason: &SlowMatcher) -> Fallible<()> { in adapt()
|
H A D | spawning.rs | 111 fn adapt(&self, ai: AdaptInfo, _detection_reason: &SlowMatcher) -> Fallible<()> { in adapt()
|
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/src/ |
H A D | adapters.rs | 35 pub slow_matchers: Option<Vec<SlowMatcher>>, 42 ) -> Box<dyn Iterator<Item = Cow<SlowMatcher>> + 'a> { in get_matchers() 48 .map(|e| Cow::Owned(SlowMatcher::Fast(e.clone()))), in get_matchers() 61 fn adapt(&self, a: AdaptInfo, detection_reason: &SlowMatcher) -> Fallible<()>; in adapt()
|
H A D | matching.rs | 27 pub enum SlowMatcher { enum 52 ) -> Fallible<impl Fn(FileMeta) -> Option<(Rc<dyn FileAdapter>, SlowMatcher)>> { in adapter_matcher() argument 60 use SlowMatcher::*; in adapter_matcher()
|
/dports/textproc/py-whoosh/Whoosh-2.7.4/tests/ |
H A D | test_collector.py | 54 class SlowMatcher(matching.WrappingMatcher): class 61 return SlowMatcher(self.child.matcher(searcher, context)) 97 class SlowMatcher(matching.Matcher): class 116 return SlowMatcher()
|
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/src/bin/ |
H A D | rga.rs | 37 SlowMatcher::MimeType(x) => Some(format!("{}", x)), in main() 38 SlowMatcher::Fast(_) => None, in main()
|
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/ |
H A D | ArgumentListProcessor.java | 159 matcher = new SlowMatcher(); in ArgumentListProcessor() 453 matcher = new SlowMatcher(); in ArgumentListProcessor() 572 private class SlowMatcher extends ArgumentMatcher { class in ArgumentListProcessor
|