Home
last modified time | relevance | path

Searched refs:get_matching_blocks (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/textproc/meld/meld-3.20.4/test/
H A Dtest_matchers.py13 blocks = matcher.get_matching_blocks()
21 blocks = matcher.get_matching_blocks()
29 blocks = matcher.get_matching_blocks()
37 blocks = matcher.get_matching_blocks()
45 blocks = matcher.get_matching_blocks()
54 blocks = matcher.get_matching_blocks()
/dports/textproc/meld-legacy/meld-1.8.6/meld/
H A Dtest_matchers.py12 blocks = matcher.get_matching_blocks()
22 blocks = matcher.get_matching_blocks()
32 blocks = matcher.get_matching_blocks()
42 blocks = matcher.get_matching_blocks()
52 blocks = matcher.get_matching_blocks()
62 blocks = matcher.get_matching_blocks()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmerge3.py310 ).get_matching_blocks()
359 None, a_region, b_region).get_matching_blocks()
390 None, self.base, self.a).get_matching_blocks()
392 None, self.base, self.b).get_matching_blocks()
445 None, self.base, self.a).get_matching_blocks()
447 None, self.base, self.b).get_matching_blocks()
/dports/devel/rapidfuzz-cpp/rapidfuzz-cpp-47df6f7/rapidfuzz/details/
H A Dmatching_blocks.hpp106 std::vector<MatchingBlock> get_matching_blocks() { in get_matching_blocks() function in rapidfuzz::detail::difflib::SequenceMatcher
172 return difflib::SequenceMatcher<Sentence1, Sentence2>(s1, s2).get_matching_blocks();
227 std::vector<MatchingBlock> get_matching_blocks(Sentence1 s1, /*const common::PatternMatchVector<Blo… in get_matching_blocks() function
229 return difflib::SequenceMatcher<Sentence1, Sentence2>(s1, s2).get_matching_blocks(); in get_matching_blocks()
/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/src/rapidfuzz-cpp/rapidfuzz/details/
H A Dmatching_blocks.hpp120 std::vector<MatchingBlock> get_matching_blocks() in get_matching_blocks() function in rapidfuzz::detail::difflib::SequenceMatcher
185 std::vector<MatchingBlock> get_matching_blocks(basic_string_view<CharT1> s1, in get_matching_blocks() function
188 return difflib::SequenceMatcher<CharT1, CharT2>(s1, s2).get_matching_blocks(); in get_matching_blocks()
/dports/devel/mercurial/mercurial-6.0/mercurial/pure/
H A Dbdiff.py74 d = difflib.SequenceMatcher(None, a, b).get_matching_blocks()
91 d = difflib.SequenceMatcher(None, an, bn).get_matching_blocks()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/util/
H A Ddiff_html.py49 linematch = seqobj.get_matching_blocks()
100 charmatch = charobj.get_matching_blocks()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/devel/grex/grex-1.3.0/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/difflib/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/sysutils/hexyl/hexyl-0.9.0/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/net/oha/oha-0.4.7/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/www/xh/xh-0.14.1/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/www/monolith/monolith-2.6.1/cargo-crates/difflib-0.4.0/tests/
H A Dtests.rs18 let result = matcher.get_matching_blocks(); in test_all_matches()
181 let result = SequenceMatcher::new(&s1, &s2).get_matching_blocks(); in test_integer_slice()
/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dsequence_matcher.cpp21 QList<Match> matches = matcher->get_matching_blocks(); in computeRanges()
111 QList<Match> SequenceMatcher::get_matching_blocks() in get_matching_blocks() function in SequenceMatcher
H A Dsequence_matcher.hpp52 QList<Match> get_matching_blocks();
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/difflib-0.4.0/src/
H A Dsequencematcher.rs204 pub fn get_matching_blocks(&mut self) -> Vec<Match> { in get_matching_blocks() method
261 for m in self.get_matching_blocks() { in get_opcodes()
338 let matches = self.get_matching_blocks() in ratio()

1234567