Home
last modified time | relevance | path

Searched refs:regex_string (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/Modules/
H A DProhibitEvilModules.pm114 my ($module, $regex_string, $description) = ($1, $2, $3);
118 regex_string => $regex_string,
168 my ($module, $regex_string, $description) = ($1, $2, $3);
172 regex_string => $regex_string,
195 if ( my $regex_string = $arguments{regex_string} ) {
199 …eval { $actual_regex = qr/$regex_string/; 1 } ## no critic (ExtendedFormatting, LineBoundaryMatch…
205 qq{contains an invalid regular expression: "$regex_string"};
/dports/devel/py-awesomeversion/awesomeversion-21.12.0/awesomeversion/
H A Dstrategy.py36 regex_string: str
50 regex_string=RE_BUILDVER,
55 regex_string=RE_CALVER,
60 regex_string=RE_SEMVER,
65 regex_string=RE_SPECIAL_CONTAINER,
70 regex_string=RE_SIMPLE,
75 regex_string=RE_PEP440,
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/Variables/
H A DProhibitEvilVariables.pm106 while ( my ($variable, $regex_string, @descrs) =
114 regex_string => $regex_string,
163 if ( my ($variable, $regex_string, $description) =
168 regex_string => $regex_string,
191 if ( my $regex_string = $arguments{regex_string} ) {
195 eval { $actual_regex = qr/$regex_string/sm; ## no critic (ExtendedFormatting)
202 qq{contains an invalid regular expression: "$regex_string"};
/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmlrregex.c43 regex_t* regcomp_or_die(regex_t* pregex, char* regex_string, int cflags) { in regcomp_or_die() argument
45 char* doubly_backslashed = mlr_alloc_double_backslash(regex_string); in regcomp_or_die()
53 MLR_GLOBALS.bargv0, regex_string, errbuf); in regcomp_or_die()
66 char* regex_string = mlr_strdup_or_die(orig_regex_string); in regcomp_or_die_quoted() local
68 if (string_ends_with(regex_string, "\"", &len)) { in regcomp_or_die_quoted()
69 regex_string[len-1] = 0; in regcomp_or_die_quoted()
70 } else if (string_ends_with(regex_string, "\"i", &len)) { in regcomp_or_die_quoted()
71 regex_string[len-2] = 0; in regcomp_or_die_quoted()
75 MLR_GLOBALS.bargv0, regex_string); in regcomp_or_die_quoted()
78 regcomp_or_die(pregex, regex_string+1, cflags); in regcomp_or_die_quoted()
[all …]
/dports/textproc/miller/miller-5.10.2/c/mapping/
H A Dmapper_having_fields.c72 char* regex_string = NULL; in mapper_having_fields_parse_cli() local
85 regex_string = NULL; in mapper_having_fields_parse_cli()
91 regex_string = NULL; in mapper_having_fields_parse_cli()
97 regex_string = NULL; in mapper_having_fields_parse_cli()
105 regex_string = argv[argi+1]; in mapper_having_fields_parse_cli()
112 regex_string = argv[argi+1]; in mapper_having_fields_parse_cli()
119 regex_string = argv[argi+1]; in mapper_having_fields_parse_cli()
132 if (pfield_names == NULL && regex_string == NULL) { in mapper_having_fields_parse_cli()
142 return mapper_having_fields_alloc(pfield_names, regex_string, criterion); in mapper_having_fields_parse_cli()
153 if (regex_string != NULL) { in mapper_having_fields_alloc()
[all …]
H A Dmapper_grep.c19 static mapper_t* mapper_grep_alloc(ap_state_t* pargp, char* regex_string, int exclude, int ignore_c…
36 char* regex_string = NULL; in mapper_grep_parse_cli() local
61 regex_string = argv[(*pargi)++]; in mapper_grep_parse_cli()
63 mapper_t* pmapper = mapper_grep_alloc(pstate, regex_string, exclude, ignore_case, pwriter_opts); in mapper_grep_parse_cli()
86 static mapper_t* mapper_grep_alloc(ap_state_t* pargp, char* regex_string, int exclude, int ignore_c… in mapper_grep_alloc() argument
96 regcomp_or_die_quoted(&pstate->regex, regex_string, cflags); in mapper_grep_alloc()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dregex.c34 uschar *regex_string; in compile() local
41 while ((regex_string = string_nextinlist(&list, &sep, NULL, 0))) in compile()
42 if (strcmpic(regex_string, US"false") != 0 && Ustrcmp(regex_string, "0") != 0) in compile()
47 if (!(re = pcre_compile( CS regex_string, in compile()
52 regex_string, pcre_error, pcre_erroffset); in compile()
58 ri->pcre_text = regex_string; in compile()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dregex.c34 uschar *regex_string; in compile() local
41 while ((regex_string = string_nextinlist(&list, &sep, NULL, 0))) in compile()
42 if (strcmpic(regex_string, US"false") != 0 && Ustrcmp(regex_string, "0") != 0) in compile()
47 if (!(re = pcre_compile( CS regex_string, in compile()
52 regex_string, pcre_error, pcre_erroffset); in compile()
58 ri->pcre_text = regex_string; in compile()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dregex.c34 uschar *regex_string; in compile() local
41 while ((regex_string = string_nextinlist(&list, &sep, NULL, 0))) in compile()
42 if (strcmpic(regex_string, US"false") != 0 && Ustrcmp(regex_string, "0") != 0) in compile()
47 if (!(re = pcre_compile( CS regex_string, in compile()
52 regex_string, pcre_error, pcre_erroffset); in compile()
58 ri->pcre_text = regex_string; in compile()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dregex.c34 uschar *regex_string; in compile() local
41 while ((regex_string = string_nextinlist(&list, &sep, NULL, 0))) in compile()
42 if (strcmpic(regex_string, US"false") != 0 && Ustrcmp(regex_string, "0") != 0) in compile()
47 if (!(re = pcre_compile( CS regex_string, in compile()
52 regex_string, pcre_error, pcre_erroffset); in compile()
58 ri->pcre_text = regex_string; in compile()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dregex.c34 uschar *regex_string; in compile() local
41 while ((regex_string = string_nextinlist(&list, &sep, NULL, 0))) in compile()
42 if (strcmpic(regex_string, US"false") != 0 && Ustrcmp(regex_string, "0") != 0) in compile()
47 if (!(re = pcre_compile( CS regex_string, in compile()
52 regex_string, pcre_error, pcre_erroffset); in compile()
58 ri->pcre_text = regex_string; in compile()
/dports/mail/exim/exim-4.95/src/
H A Dregex.c34 uschar *regex_string; in compile() local
41 while ((regex_string = string_nextinlist(&list, &sep, NULL, 0))) in compile()
42 if (strcmpic(regex_string, US"false") != 0 && Ustrcmp(regex_string, "0") != 0) in compile()
47 if (!(re = pcre_compile( CS regex_string, in compile()
52 regex_string, pcre_error, pcre_erroffset); in compile()
58 ri->pcre_text = regex_string; in compile()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dregex.c34 uschar *regex_string; in compile() local
41 while ((regex_string = string_nextinlist(&list, &sep, NULL, 0))) in compile()
42 if (strcmpic(regex_string, US"false") != 0 && Ustrcmp(regex_string, "0") != 0) in compile()
47 if (!(re = pcre_compile( CS regex_string, in compile()
52 regex_string, pcre_error, pcre_erroffset); in compile()
58 ri->pcre_text = regex_string; in compile()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c408 if (*regex_string < '0' || *regex_string > '9') { in decode_number()
416 regex_string++; in decode_number()
566 regex_string++; in parse_iterator()
575 regex_string++; in parse_iterator()
579 regex_string = decode_number(regex_string, length, &val1); in parse_iterator()
617 regex_string = decode_number(regex_string, length, &val2); in parse_iterator()
671 regex_string++; in parse_char_range()
682 regex_string++; in parse_char_range()
696 regex_string++; in parse_char_range()
718 regex_string++; in parse_char_range()
[all …]
/dports/devel/libbpfjit/sljit-849950a/regex_src/
H A DregexJIT.c410 if (*regex_string < '0' || *regex_string > '9') { in decode_number()
418 regex_string++; in decode_number()
568 regex_string++; in parse_iterator()
577 regex_string++; in parse_iterator()
581 regex_string = decode_number(regex_string, length, &val1); in parse_iterator()
619 regex_string = decode_number(regex_string, length, &val2); in parse_iterator()
673 regex_string++; in parse_char_range()
684 regex_string++; in parse_char_range()
698 regex_string++; in parse_char_range()
720 regex_string++; in parse_char_range()
[all …]
/dports/math/libmesh/libmesh-1.6.2/tests/
H A Ddriver.C80 std::string regex_string = "All Tests"; in main() local
81 regex_string = libMesh::command_line_next("--re", regex_string); in main()
95 std::regex the_regex(regex_string); in main()
99 add_matching_tests_to_runner(registry.makeTest(), regex_string, the_regex, runner, rejects); in main()
/dports/editors/gobby/gobby-0.4.13/src/
H A Dregex.cpp101 regex::regex(const char* regex_string, compile_options cflags) {
103 int errcode = regcomp(static_cast<regex_t*>(m_regex), regex_string, cflags.get_value());
115 void regex::reset(const char* regex_string, compile_options cflags) {
117 int errcode = regcomp(static_cast<regex_t*>(m_regex), regex_string, cflags.get_value());
169 regex::regex(const char* regex_string, compile_options cflags) in regex() argument
177 void regex::reset(const char* regex_string, compile_options cflags) in reset() argument
/dports/misc/broot/broot-1.7.0/cargo-crates/lazy-regex-proc_macros-2.2.2/
H A Dregex_code.rs16 let regex_string = lit_str.value(); in from() localVariable
37 let regex = regex::Regex::new(&regex_string).unwrap(); in from()
42 let mut builder = lazy_regex::RegexBuilder::new(#regex_string); in from()
/dports/irc/inspircd/inspircd-3.11.0/include/modules/
H A Dregex.h34 std::string regex_string;
37 Regex(const std::string& rx) : regex_string(rx) { } in Regex()
47 return regex_string; in GetRegexString()
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Variables/
H A DProhibitEvilVariables.pm75 …while (my ($variable, $regex_string, @descrs) = $variable_specifications =~ m/ $variables_regex /x…
82 push @evil_variables_regex, $regex_string;
97 if (my ($variable, $regex_string, $description) =
104 push @evil_variables_regex, $regex_string;
/dports/graphics/mapcache/mapcache-1.10.0/lib/
H A Ddimension.c53 char *regex_string; member
152 APR_ARRAY_PUSH(ret,char*) = apr_pstrdup(ctx->pool,dimension->regex_string); in _mapcache_dimension_regex_get_all_entries()
166 dimension->regex_string = apr_pstrdup(ctx->pool,child_node->txt); in _mapcache_dimension_regex_parse_xml()
175 dimension->pcregex = pcre_compile(dimension->regex_string,0,&pcre_err, &pcre_offset,0); in _mapcache_dimension_regex_parse_xml()
178 dimension->regex_string,dim->class_name,dim->name,pcre_err); in _mapcache_dimension_regex_parse_xml()
184 int rc = regcomp(dimension->regex, dimension->regex_string, REG_EXTENDED); in _mapcache_dimension_regex_parse_xml()
189 dimension->regex_string,dim->class_name,dim->name,errmsg); in _mapcache_dimension_regex_parse_xml()
/dports/textproc/bib2html/bib2ml/src/Bib2HTML/General/
H A DMisc.pm1488 my $regex_string = '';
1500 $regex_string .= $prev;
1503 $regex_string .= '.*';
1506 $regex_string .= '.';
1511 $regex_string .= "[$1]";
1514 $regex_string .= '[';
1528 $regex_string .= $shell_string;
1530 return '^'.$regex_string.'$';
/dports/security/libprelude/libprelude-1.2.6/src/
H A Didmef-criterion-value.c58 char *regex_string; member
376 prelude_io_write(fd, rv->regex_string, strlen(rv->regex_string)); in regex_print()
385 return prelude_string_cat(out, rv->regex_string); in regex_to_string()
412 free(rv->regex_string); in regex_destroy()
708 rv->regex_string = strdup(regex); in idmef_criterion_value_new_regex()
709 if ( ! rv->regex_string ) { in idmef_criterion_value_new_regex()
718 ret = regcomp(&rv->regex, rv->regex_string, flags); in idmef_criterion_value_new_regex()
724 free(rv->regex_string); in idmef_criterion_value_new_regex()
834 …>type == IDMEF_CRITERION_VALUE_TYPE_REGEX ? ((struct regex_value *)cv->value)->regex_string : NULL; in idmef_criterion_value_get_regex()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfspcre.cpp70 const char *string, *regex_string; in JS_PCRE_FUNCTION_IMPL() local
76 regex_string = js_safe_str(*str2); in JS_PCRE_FUNCTION_IMPL()
80 this->_proceed = switch_regex_perform(this->_str, regex_string, &this->_re, this->_ovector, in JS_PCRE_FUNCTION_IMPL()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dref_matcher.rb42 regex_string = quoted_name.gsub('STAR_DONT_ESCAPE', '.*?')
43 /\A#{regex_string}\z/

12345678