Home
last modified time | relevance | path

Searched +defs:re +defs:match +defs:start (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/lua/modules/
H A Dre.cpp39 auto re = get_regex(L); in regex_match() local
41 int start = lua_tointeger(L, 3); in regex_match() local
55 auto& match = get_smatch(L); in regex_get_match() local
68 auto& re = get_regex(L); in regex_search() local
70 auto start = check_uint(L, 3) - 1; in regex_search() local
86 auto& re = get_regex(L); in regex_replace() local
92 auto match = boost::u32regex_iterator<std::string::const_iterator>(begin(str), end(str), re); in regex_replace() local
116 auto re = make<boost::u32regex>(L, "aegisub.regex"); in regex_compile() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_regexp.cpp117 size_t start = 0; in Run() local
119 string match = pattern.GetMatch(text, start); in Run() local
194 CRegexpUtil re(text); in Run() local
209 CRegexpUtil re("cats: dog_1, dog#2; dogs: dog_3, dog_4"); in Run() local
/dports/net-im/ricochet/ricochet-1.1.4/src/ui/
H A DLinkedText.cpp54 QString re; in parsed() local
58 QRegularExpressionMatch match = it.next(); in parsed() local
59 int start = match.capturedStart(); in parsed() local
/dports/lang/ruby26/ruby-2.6.9/
H A Dre.c345 rb_reg_check(VALUE re) in rb_reg_check()
539 rb_reg_to_s(VALUE re) in rb_reg_to_s()
1148 match_size(VALUE match) in match_size()
1545 VALUE match; in rb_reg_search0() local
1640 VALUE match; in rb_reg_start_with_p() local
1735 long start, end, len; in rb_reg_nth_match() local
1862 match_array(VALUE match, int start) in match_array()
3032 reg_hash(VALUE re) in reg_hash()
3246 long start; in rb_reg_eqq() local
3275 long start; in rb_reg_match2() local
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dtrackfilter.cc82 QRegularExpressionMatch match = re.match(arg); in trackfilter_parse_time_opt() local
428 QRegularExpressionMatch match = re.match(opt_split); in trackfilter_split() local
462 …QRegularExpression re(R"(^([+-]?(?:\d+(?:\.\d*)?|\.\d+))([km])$)", QRegularExpression::CaseInsensi… in trackfilter_split() local
464 QRegularExpressionMatch match = re.match(opt_sdistance); in trackfilter_split() local
665 QRegularExpression re("^(\\d{0,14})$"); in trackfilter_range_check() local
667 QRegularExpressionMatch match = re.match(timestr); in trackfilter_range_check() local
669 QString start = match.captured(1); in trackfilter_range_check() local
690 QDateTime start, stop; // constructed such that isValid() is false, unlike gpsbabel::DateTime! in trackfilter_range() local
826 QRegularExpression re(R"(^(f?)(\d{0,14})(?:\+(\d{1,10}))?$)"); in trackfilter_faketime_check() local
828 QRegularExpressionMatch match = re.match(timestr); in trackfilter_faketime_check() local
[all …]
/dports/devel/R-cran-lintr/lintr/R/
H A Dspaces_inside_linter.R12 re <- rex(list(one_of("[("), " ") %or% list(" " %if_prev_isnt% ",", one_of("])"))) functionVar
21 function(match) { argument
22 start <- match[["start"]] functionVar
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/regex-pcre-builtin-0.95.1.2.8.43/src/Text/Regex/PCRE/Text/
H A DLazy.hs66 match = polymatch function
110 execute re tx = do function
126 regexec re tx = do function
142 | start == unusedOffset = TL.empty function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/regex-pcre-builtin-0.95.1.2.8.43/src/Text/Regex/PCRE/
H A DText.hs66 match = polymatch function
110 execute re tx = do function
127 regexec re tx = do function
143 | start == unusedOffset = T.empty function
/dports/comms/fllog/fllog-1.2.6/src/misc/
H A Dre.cxx39 re_t::re_t(const re_t& re) in re_t()
84 bool re_t::match(const char* str, int eflags_) in match() function in re_t
111 void re_t::suboff(size_t n, int* start, int* end) const in suboff()
135 bool fre_t::match(const char* str, int eflags_) in match() function in fre_t
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/testsuite/
H A Drunptests.c29 int start; member
57 regex_t re; in main() local
58 regmatch_t match[20]; in main() local
/dports/multimedia/shotcut/shotcut-21.03.21/src/jobs/
H A Dffmpegjob.cpp52 void FfmpegJob::start() in start() function in FfmpegJob
101 QRegularExpression re("(\\d+|\\d+.\\d+) fps"); in onReadyRead() local
102 QRegularExpressionMatch match = re.match(msg); in onReadyRead() local
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dregex.c75 unlink_registers(Regex re) in unlink_registers()
84 unlink_compiled(Regex re) in unlink_compiled()
95 unlinkRegex(Regex re) in unlinkRegex()
298 search_regex(Regex re, Any obj, Int start, Int end, int *sp, int *ep, int flags) in search_regex()
377 int match = -1; in search_regex() local
434 searchRegex(Regex re, Any obj, Int start, Int end) in searchRegex()
440 getSearchRegex(Regex re, Any obj, Int start, Int end) in getSearchRegex()
448 getMatchRegex(Regex re, Any obj, Int start, Int end) in getMatchRegex()
458 matchRegex(Regex re, Any obj, Int start, Int end) in matchRegex()
525 int start, len, shift; in registerValueRegex() local
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dregex.cpp202 const char *start = pattern.c_str(); in compile() local
448 bool Ex::Private::matchAt(size_t tokenPos,size_t tokenLen,const std::string &str,Match &match,const… in matchAt()
706 bool Ex::match(const std::string &str,Match &match,size_t pos) const in match() function in reg::Ex
748 bool search(const std::string &str,Match &match,const Ex &re,size_t pos) in search()
753 bool search(const std::string &str,const Ex &re,size_t pos) in search()
755 Match match; in search() local
759 bool match(const std::string &str,Match &match,const Ex &re) in match() function
764 bool match(const std::string &str,const Ex &re) in match() function
766 Match match; in match() local
770 std::string replace(const std::string &str,const Ex &re,const std::string &replacement) in replace()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dre.cxx39 re_t::re_t(const re_t& re) in re_t()
84 bool re_t::match(const char* str, int eflags_) in match() function in re_t
111 void re_t::suboff(size_t n, int* start, int* end) const in suboff()
146 bool fre_t::match(const char* str, int eflags_) in match() function in fre_t
/dports/devel/9base/9base-6/awk/
H A Dre.c59 static char re[MAXRE]; /* copy buffer */ variable
68 char *re; member
188 match(void *p, char *s, char *start) in match() function
195 pmatch(void *p, char *s, char *start) in pmatch()
213 nematch(void *p, char *s, char *start) in nematch()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/awk/
H A Dre.c59 static char re[MAXRE]; /* copy buffer */ variable
68 char *re; member
188 match(void *p, char *s, char *start) in match() function
195 pmatch(void *p, char *s, char *start) in pmatch()
213 nematch(void *p, char *s, char *start) in nematch()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/grpc/xds/internal/resolver/
H A Dmatcher_header.go31 match(metadata.MD) bool methodSpec
56 func (hem *headerExactMatcher) match(md metadata.MD) bool { func
70 re *regexp.Regexp member
77 func (hrm *headerRegexMatcher) match(md metadata.MD) bool { func
91 start, end int64 // represents [start, end). member
94 func newHeaderRangeMatcher(key string, start, end int64) *headerRangeMatcher { argument
98 func (hrm *headerRangeMatcher) match(md metadata.MD) bool { func
122 func (hpm *headerPresentMatcher) match(md metadata.MD) bool { func
141 func (hpm *headerPrefixMatcher) match(md metadata.MD) bool { func
162 func (hsm *headerSuffixMatcher) match(md metadata.MD) bool { func
[all …]

12345678910>>...15