Home
last modified time | relevance | path

Searched refs:match_index (Results 1 – 25 of 827) sorted by relevance

12345678910>>...34

/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_regexp.cpp98 if ( match_index > n_matches ) in MatchString()
102 if ( !match_valid[match_index] ) in MatchString()
104 int match_len = match_vectors[(2*match_index)+1]-match_vectors[2*match_index]; in MatchString()
107 delete[] match_buffers[match_index]; in MatchString()
109 match_lengths[match_index] = match_len+1; in MatchString()
111 memcpy( match_buffers[match_index], match_string+match_vectors[2*match_index], match_len ); in MatchString()
112 match_buffers[match_index][match_len] = '\0'; in MatchString()
113 match_valid[match_index] = true; in MatchString()
115 return( match_buffers[match_index] ); in MatchString()
120 if ( match_index > n_matches ) in MatchLength()
[all …]
/dports/audio/praat/praat-6.2.03/dwtest/
H A Dtest_regex.praat8 procedure match_index .s$ .match$ .i
107 call match_index "c" "(ab)" 0
108 call match_index "cc" "(ab)" 0
109 call match_index "ccc" "(ab)" 0
110 call match_index "ac" "(ab)" 0
111 call match_index "acc" "(ab)" 0
112 call match_index "accc" "(ab)" 0
113 call match_index "aca" "(ab)" 0
114 call match_index "acca" "(ab)" 0
115 call match_index "accca" "(ab)" 0
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/src/
H A Doskar_find_closest_match.c18 int i = 0, match_index = 0; in oskar_find_closest_match_f() local
26 match_index = i; in oskar_find_closest_match_f()
29 return match_index; in oskar_find_closest_match_f()
36 int i = 0, match_index = 0; in oskar_find_closest_match_d() local
44 match_index = i; in oskar_find_closest_match_d()
47 return match_index; in oskar_find_closest_match_d()
54 int match_index = 0; in oskar_find_closest_match() local
65 match_index = oskar_find_closest_match_d(value, num_values, in oskar_find_closest_match()
70 match_index = oskar_find_closest_match_f(value, num_values, in oskar_find_closest_match()
77 return match_index; in oskar_find_closest_match()
/dports/mail/spamprobe/spamprobe-1.4d/src/utility/
H A DRegularExpression.cc189 assert(match_index < matchCount()); in removeMatch()
191 MatchData *match_data = &m_matches[match_index]; in removeMatch()
199 assert(match_index < matchCount()); in replaceMatch()
201 MatchData *match_data = &m_matches[match_index]; in replaceMatch()
205 void RegularExpression::getMatch(int match_index, in getMatch() argument
208 assert(match_index < matchCount()); in getMatch()
210 match_data = m_matches[match_index]; in getMatch()
216 assert(match_index < matchCount()); in getMatch()
218 MatchData &md(m_matches[match_index]); in getMatch()
227 if (match_index < matchCount()) { in getMatch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/i18n/
H A Dstring_search.cc47 size_t* match_index, in Search() argument
61 if (match_index) in Search()
62 *match_index = index; in Search()
72 if (match_index) in Search()
73 *match_index = static_cast<size_t>(index); in Search()
85 size_t* match_index, in Search() argument
87 return base_search_.Search(in_this, match_index, match_length, in Search()
93 size_t* match_index, in StringSearchIgnoringCaseAndAccents() argument
96 in_this, match_index, match_length); in StringSearchIgnoringCaseAndAccents()
101 size_t* match_index, in StringSearch() argument
[all …]
H A Dstring_search.h28 size_t* match_index,
44 size_t* match_index,
62 size_t* match_index,
83 size_t* match_index,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/i18n/
H A Dstring_search.cc48 size_t* match_index, in Search() argument
62 if (match_index) in Search()
63 *match_index = index; in Search()
73 if (match_index) in Search()
74 *match_index = static_cast<size_t>(index); in Search()
86 size_t* match_index, in Search() argument
88 return base_search_.Search(in_this, match_index, match_length, in Search()
94 size_t* match_index, in StringSearchIgnoringCaseAndAccents() argument
97 in_this, match_index, match_length); in StringSearchIgnoringCaseAndAccents()
102 size_t* match_index, in StringSearch() argument
[all …]
H A Dstring_search.h28 size_t* match_index,
44 size_t* match_index,
62 size_t* match_index,
83 size_t* match_index,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Drow_reader_excel_csv.hpp232 size_t match_index = 1; in Translate() local
233 for (; match_index < raw_value.size(); ++match_index) { in Translate()
234 if (raw_value[match_index] == '"') { in Translate()
235 if (match_index + 1< raw_value.size() && in Translate()
236 raw_value[match_index + 1] == '"') in Translate()
237 ++match_index; in Translate()
245 if (match_index < raw_value.size()) { in Translate()
248 match_index - 1); in Translate()
250 if (match_index < raw_value.size() - 1) { in Translate()
253 raw_value.data() + match_index + 1, in Translate()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Drow_reader_excel_csv.hpp232 size_t match_index = 1; in Translate() local
233 for (; match_index < raw_value.size(); ++match_index) { in Translate()
234 if (raw_value[match_index] == '"') { in Translate()
235 if (match_index + 1< raw_value.size() && in Translate()
236 raw_value[match_index + 1] == '"') in Translate()
237 ++match_index; in Translate()
245 if (match_index < raw_value.size()) { in Translate()
248 match_index - 1); in Translate()
250 if (match_index < raw_value.size() - 1) { in Translate()
253 raw_value.data() + match_index + 1, in Translate()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/test/
H A Dtest_sql_str_func.sh268 Column match_index: 0
276 Column match_index: 0
289 Column match_index: 0
302 Column match_index: 0
310 Column match_index: 0
323 Column match_index: 0
331 Column match_index: 0
339 Column match_index: 0
368 Column match_index: 0
376 Column match_index: 0
[all …]
/dports/devel/z88dk/z88dk/src/zx7/
H A Doptimize.c53 int match_index; in optimize() local
74 match_index = input_data[i-1] << 8 | input_data[i]; in optimize()
75 match_slots[i] = matches[match_index]; in optimize()
76 matches[match_index] = i; in optimize()
86 match_index = input_data[i-1] << 8 | input_data[i]; in optimize()
88 …for (match = &matches[match_index]; *match != 0 && best_len < MAX_LEN; match = &match_slots[*match… in optimize()
117 match_slots[i] = matches[match_index]; in optimize()
118 matches[match_index] = i; in optimize()
/dports/mail/spamprobe/spamprobe-1.4d/src/includes/
H A DRegularExpression.h62 const string &getMatch(int match_index,
64 const string &getMatch(int match_index,
74 void getMatch(int match_index,
76 void removeMatch(int match_index,
78 void replaceMatch(int match_index,
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dautocomplete.c289 static size_t match_index; in command_generator() local
293 match_index = 0; in command_generator()
298 (c = CDECL_COMMANDS + match_index)->literal != NULL; ) { in command_generator()
299 ++match_index; in command_generator()
321 static size_t match_index; in keyword_generator() local
325 match_index = 0; in keyword_generator()
402 for ( char const *s; (s = command_keywords[ match_index ]) != NULL; ) { in keyword_generator()
403 ++match_index; in keyword_generator()
417 (ll = cdecl_keywords + match_index)->literal != NULL; ) { in keyword_generator()
418 ++match_index; in keyword_generator()
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dlz77_buffer.cpp217 unsigned long match_index, match_length; in lz77_buffer_kernel_test() local
219 test.find_match(match_index,match_length,0); in lz77_buffer_kernel_test()
288 unsigned long match_index, match_length; in lz77_buffer_kernel_test() local
290 test.find_match(match_index,match_length,0); in lz77_buffer_kernel_test()
356 test.find_match(match_index,match_length,10+g); in lz77_buffer_kernel_test()
430 unsigned long match_index, match_length; in lz77_buffer_kernel_test() local
432 test.find_match(match_index,match_length,0); in lz77_buffer_kernel_test()
512 unsigned long match_index = 0, match_length = 0; in lz77_buffer_kernel_test() local
515 test.find_match(match_index,match_length,2); in lz77_buffer_kernel_test()
519 DLIB_TEST_MSG(match_index < history_size_before, in lz77_buffer_kernel_test()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dlz77_buffer.cpp217 unsigned long match_index, match_length; in lz77_buffer_kernel_test() local
219 test.find_match(match_index,match_length,0); in lz77_buffer_kernel_test()
288 unsigned long match_index, match_length; in lz77_buffer_kernel_test() local
290 test.find_match(match_index,match_length,0); in lz77_buffer_kernel_test()
356 test.find_match(match_index,match_length,10+g); in lz77_buffer_kernel_test()
430 unsigned long match_index, match_length; in lz77_buffer_kernel_test() local
432 test.find_match(match_index,match_length,0); in lz77_buffer_kernel_test()
512 unsigned long match_index = 0, match_length = 0; in lz77_buffer_kernel_test() local
515 test.find_match(match_index,match_length,2); in lz77_buffer_kernel_test()
519 DLIB_TEST_MSG(match_index < history_size_before, in lz77_buffer_kernel_test()
[all …]
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/Plugin/
H A DCompletion.pm20 has match_index => (
98 $self->match_index(0);
101 $self->match_index($self->match_index + 1);
104 return $self->current_matches->[$self->match_index];
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/core/
H A Dinputscanner.py98 match_index = self.__position
103 match_index = pattern_match.end(0)
105 match_index = pattern_match.start(0)
107 match_index = self.__input_length
109 val = self.__input[self.__position:match_index]
110 self.__position = match_index
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rebulk/
H A Dchain.py104 for match_index, grouped_raw_matches in grouped_raw_matches_dict.items():
110 grouped_matches = grouped_matches_dict.get(match_index, [])
115 def _process_match(self, match, match_index, child=False): argument
128 ret = super()._process_match(match, match_index, child=child)
147 ret = super()._process_match(match, match_index, child=child)
190 for match_index, match in itertools.groupby(matches, lambda m: m.match_index):
191 grouped_matches_dict[match_index] = list(match)
256 truncated = [m for m in truncated if m.match_index < self.repeater_end]
262 max_match_index = max([m.match_index for m in matches])
/dports/devel/py-rebulk/rebulk-3.1.0/rebulk/
H A Dchain.py104 for match_index, grouped_raw_matches in grouped_raw_matches_dict.items():
110 grouped_matches = grouped_matches_dict.get(match_index, [])
115 def _process_match(self, match, match_index, child=False): argument
128 ret = super()._process_match(match, match_index, child=child)
147 ret = super()._process_match(match, match_index, child=child)
190 for match_index, match in itertools.groupby(matches, lambda m: m.match_index):
191 grouped_matches_dict[match_index] = list(match)
256 truncated = [m for m in truncated if m.match_index < self.repeater_end]
262 max_match_index = max([m.match_index for m in matches])
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/dce_rpc/
H A Ddce_http_proxy_splitter.cc74 if ( match_index == (unsigned int)strlen(HTTP_PROXY_REQUEST) ) in match_request_head()
82 if ( ((len+match_index) > strlen(HTTP_PROXY_REQUEST)) || in match_request_head()
83 memcmp( (const void*)data, (const void*)(&HTTP_PROXY_REQUEST[match_index]), len ) != 0 ) in match_request_head()
87 match_index += len; in match_request_head()
88 if ( match_index == (unsigned int)strlen(HTTP_PROXY_REQUEST) ) in match_request_head()
104 if ( memcmp( (const void*)data, (const void*)(&HTTP_PROXY_RESPONSE[match_index]), len ) != 0 ) in match_response_head()
108 match_index += len; in match_response_head()
109 return match_index == (unsigned int)strlen(HTTP_PROXY_RESPONSE) ? in match_response_head()
154 match_index = 0; in DceHttpProxySplitter()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/lib/
H A DVariables.cc102 int match_index = _searchHeaders(SIMPLE_HEADERS, header.name, name_len); in populate() local
103 if (match_index != -1) { in populate()
104 _cached_simple_headers[match_index].push_back(string(header.value, value_len)); in populate()
106 match_index = _searchHeaders(SPECIAL_HEADERS, header.name, name_len); in populate()
107 if (match_index != -1) { in populate()
151 int match_index = _searchHeaders(SIMPLE_HEADERS, name, name_len); in _parseHeader() local
152 if (match_index != -1) { in _parseHeader()
153 _parseSimpleHeader(static_cast<SimpleHeader>(match_index), value, value_len); in _parseHeader()
155 match_index = _searchHeaders(SPECIAL_HEADERS, name, name_len); in _parseHeader()
156 if (match_index != -1) { in _parseHeader()
[all …]
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/aho-corasick-0.7.4/src/
H A Dautomaton.rs84 match_index: usize, in get_match()
334 match_index: &mut usize, in overlapping_find_at()
337 if *match_index < match_count { in overlapping_find_at()
342 *match_index, in overlapping_find_at()
346 *match_index += 1; in overlapping_find_at()
350 *match_index = 0; in overlapping_find_at()
354 *match_index = 1; in overlapping_find_at()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/aho-corasick-0.7.4/src/
H A Dautomaton.rs84 match_index: usize, in get_match()
334 match_index: &mut usize, in overlapping_find_at()
337 if *match_index < match_count { in overlapping_find_at()
342 *match_index, in overlapping_find_at()
346 *match_index += 1; in overlapping_find_at()
350 *match_index = 0; in overlapping_find_at()
354 *match_index = 1; in overlapping_find_at()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/aho-corasick-0.7.3/src/
H A Dautomaton.rs84 match_index: usize, in get_match()
334 match_index: &mut usize, in overlapping_find_at()
337 if *match_index < match_count { in overlapping_find_at()
342 *match_index, in overlapping_find_at()
346 *match_index += 1; in overlapping_find_at()
350 *match_index = 0; in overlapping_find_at()
354 *match_index = 1; in overlapping_find_at()

12345678910>>...34