Home
last modified time | relevance | path

Searched refs:non_matching (Results 1 – 25 of 42) sorted by relevance

12

/dports/textproc/p5-Lingua-EN-AddressParse/Lingua-EN-AddressParse-1.27/lib/Lingua/EN/
H A DAddressParse.pm706 … push(@cased_address,&Lingua::EN::NameParse::case_surname($address->{properties}{non_matching}));
741 _fmt_report_line(\$report,"Non matching part",$props{non_matching});
935 $address->{properties}{non_matching} = '';
936 if ( $parsed_address->{non_matching} )
938 $address->{properties}{non_matching} = $parsed_address->{non_matching};
996 if ( $address->{properties}{non_matching} )
999 $address->{error_desc} = 'non matching section : ' . $address->{properties}{non_matching};
/dports/devel/R-cran-crayon/crayon/tests/testthat/
H A Dtest-utils.R6 expect_equal(crayon:::non_matching(splits, chr, empty=TRUE)[[1L]], res.mx)
7 expect_equal(crayon:::non_matching(splits, chr)[[1L]], res.mx[-1L,])
/dports/devel/p5-Devel-Events/Devel-Events-0.09/lib/Devel/Events/Filter/
H A DDrop.pm12 has non_matching => ( attribute in Devel::Events::Filter::Drop
50 if ( $event_matches xor !$self->non_matching ) {
/dports/devel/R-cran-diffobj/diffobj/tests/_helper/objs/diffFile/
H A Ds.o.30dbe0.R10 text <- non_matching(re_table(ansi_regex, x), x, empty=TRUE)
120 text <- non_matching(ansi, x, empty=TRUE)
227 chunks <- non_matching(splits, plain, empty = TRUE)
H A Ds.o.3f1f68.R10 text <- non_matching(re_table(ansi_regex, x), x, empty=TRUE)
114 text <- non_matching(ansi, x, empty=TRUE)
221 chunks <- non_matching(splits, plain, empty = TRUE)
/dports/textproc/p5-Lingua-EN-NameParse/Lingua-EN-NameParse-1.38/lib/Lingua/EN/
H A DNameParse.pm760 if ( $name->{comps}{non_matching} )
765 push(@cased_name,case_surname($name->{comps}{non_matching},$name->{lc_prefix}));
1134 $name->{comps}{non_matching} = $name->{input_string};
1208 if ( $comps{non_matching} )
/dports/devel/R-cran-crayon/crayon/R/
H A Dstring_operations.r10 text <- non_matching(re_table(ansi_regex, x), x, empty=TRUE)
120 text <- non_matching(ansi, x, empty=TRUE)
228 chunks <- non_matching(splits, plain, empty = TRUE)
H A Dutils.r64 non_matching <- function(table, str, empty = FALSE) { function
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owselectbydataindex.py44 non_matching = self.get_output(self.widget.Outputs.non_matching_data)
47 self.assertEqual(list(data), list(non_matching))
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dcookiejar.py265 non_matching = hostname[: -len(domain)]
267 if not non_matching.endswith("."):
287 non_matching = req_path[len(cookie_path) :]
289 return non_matching.startswith("/")
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dcookiejar.py265 non_matching = hostname[: -len(domain)]
267 if not non_matching.endswith("."):
287 non_matching = req_path[len(cookie_path) :]
289 return non_matching.startswith("/")
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dcookiejar.py265 non_matching = hostname[: -len(domain)]
267 if not non_matching.endswith("."):
287 non_matching = req_path[len(cookie_path) :]
289 return non_matching.startswith("/")
/dports/editors/helix/helix-0.5.0/cargo-crates/grep-regex-0.1.9/src/
H A Dlib.rs16 mod non_matching; module
H A Dconfig.rs11 use crate::non_matching::non_matching_bytes;
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-regex-0.1.9/src/
H A Dlib.rs16 mod non_matching; module
H A Dconfig.rs11 use crate::non_matching::non_matching_bytes;
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/regex/src/
H A Dlib.rs16 mod non_matching; module
H A Dconfig.rs11 use crate::non_matching::non_matching_bytes;
/dports/devel/p5-Devel-Events/Devel-Events-0.09/t/
H A D025_filter_drop.t29 non_matching => 1,
/dports/textproc/p5-Lingua-EN-NameParse/Lingua-EN-NameParse-1.38/
H A DREADME34 Warning description : ;non_matching text found : (Hold Mail)
38 non_matching : (Hold Mail)
/dports/textproc/p5-Lingua-EN-NameParse/Lingua-EN-NameParse-1.38/examples/
H A Ddemo.pl43 my $bad_part = $props{non_matching};
/dports/devel/R-cran-cli/cli/R/
H A Dansi-utils.R15 non_matching <- function(table, str, empty = FALSE) { function
/dports/textproc/p5-Lingua-EN-AddressParse/Lingua-EN-AddressParse-1.27/examples/
H A Ddemo.pl47 … $comps{suburb},$comps{subcountry},$comps{post_code},$comps{country},$props{non_matching});
/dports/textproc/p5-Lingua-EN-NameParse/Lingua-EN-NameParse-1.38/t/
H A Dmain.t70 ok( $comps{non_matching} eq '& Associates','non matching');
/dports/editors/helix/helix-0.5.0/cargo-crates/grep-searcher-0.1.8/src/searcher/
H A Dcore.rs582 if let Some(non_matching) = self.matcher.non_matching_bytes() { in is_line_by_line_fast()
587 if non_matching.contains(self.config.line_term.as_byte()) { in is_line_by_line_fast()

12