Home
last modified time | relevance | path

Searched refs:match_info (Results 1 – 25 of 851) sorted by relevance

12345678910>>...35

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/search/
H A Dtest-agrep.cpp135 ::AgrepMatch match_info;
147 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
155 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
162 REQUIRE_EQ ( 1, match_info.score ); in FIXTURE_TEST_CASE()
170 REQUIRE_EQ ( 2, match_info.score ); in FIXTURE_TEST_CASE()
186 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
193 REQUIRE_EQ ( 1, match_info.score ); in FIXTURE_TEST_CASE()
223 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
231 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
238 REQUIRE_EQ ( 1, match_info.score ); in FIXTURE_TEST_CASE()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/search/
H A Dtest-agrep.cpp135 ::AgrepMatch match_info;
147 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
155 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
162 REQUIRE_EQ ( 1, match_info.score ); in FIXTURE_TEST_CASE()
170 REQUIRE_EQ ( 2, match_info.score ); in FIXTURE_TEST_CASE()
186 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
193 REQUIRE_EQ ( 1, match_info.score ); in FIXTURE_TEST_CASE()
223 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
231 REQUIRE_EQ ( 0, match_info.score ); in FIXTURE_TEST_CASE()
238 REQUIRE_EQ ( 1, match_info.score ); in FIXTURE_TEST_CASE()
[all …]
/dports/devel/cutter/cutter-1.2.6/glib-compatible/
H A Dgregex.c323 match_info->workspace = g_new (gint, match_info->n_workspace); in match_info_new()
332 match_info->offsets = g_new0 (gint, match_info->n_offsets); in match_info_new()
386 if (match_info) in g_match_info_free()
421 opts = match_info->regex->match_opts | match_info->match_opts; in g_match_info_next()
423 match_info->matches = pcre_exec (match_info->regex->pcre_re, in g_match_info_next()
436 match_info->regex->pattern, match_error (match_info->matches)); in g_match_info_next()
442 if (match_info->pos == match_info->offsets[1]) in g_match_info_next()
444 if (match_info->pos > match_info->string_len) in g_match_info_next()
452 match_info->pos = NEXT_CHAR (match_info->regex, in g_match_info_next()
453 &match_info->string[match_info->pos]) - in g_match_info_next()
[all …]
H A Dgregex.h107 GMatchInfo **match_info);
113 GMatchInfo **match_info,
118 GMatchInfo **match_info);
124 GMatchInfo **match_info,
171 GRegex *g_match_info_get_regex (const GMatchInfo *match_info);
174 void g_match_info_free (GMatchInfo *match_info);
175 gboolean g_match_info_next (GMatchInfo *match_info,
177 gboolean g_match_info_matches (const GMatchInfo *match_info);
183 gchar *g_match_info_fetch (const GMatchInfo *match_info,
185 gboolean g_match_info_fetch_pos (const GMatchInfo *match_info,
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgregex.c584 match_info->workspace = g_new (gint, match_info->n_workspace); in match_info_new()
588 match_info->n_offsets = (match_info->n_subpatterns + 1) * 3; in match_info_new()
591 match_info->offsets = g_new0 (gint, match_info->n_offsets); in match_info_new()
596 return match_info; in match_info_new()
724 if (match_info->pos > match_info->string_len) in g_match_info_next()
732 match_info->matches = pcre_exec (match_info->regex->pcre_re, in g_match_info_next()
750 if (match_info->pos == match_info->offsets[1]) in g_match_info_next()
752 if (match_info->pos > match_info->string_len) in g_match_info_next()
760 match_info->pos = NEXT_CHAR (match_info->regex, in g_match_info_next()
766 match_info->pos = match_info->offsets[1]; in g_match_info_next()
[all …]
H A Dgregex.h490 GMatchInfo **match_info);
497 GMatchInfo **match_info,
503 GMatchInfo **match_info);
510 GMatchInfo **match_info,
565 GRegex *g_match_info_get_regex (const GMatchInfo *match_info);
574 void g_match_info_free (GMatchInfo *match_info);
576 gboolean g_match_info_next (GMatchInfo *match_info,
579 gboolean g_match_info_matches (const GMatchInfo *match_info);
589 gchar *g_match_info_fetch (const GMatchInfo *match_info,
592 gboolean g_match_info_fetch_pos (const GMatchInfo *match_info,
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-pending-matches.c61 gnc_import_PendingMatches_get_key (GNCImportMatchInfo *match_info) in gnc_import_PendingMatches_get_key() argument
66 g_return_val_if_fail (match_info, NULL); in gnc_import_PendingMatches_get_key()
68 split = gnc_import_MatchInfo_get_split (match_info); in gnc_import_PendingMatches_get_key()
76 GNCImportMatchInfo *match_info) in gnc_import_PendingMatches_get_value() argument
82 g_return_val_if_fail (match_info, NULL); in gnc_import_PendingMatches_get_value()
84 match_guid = gnc_import_PendingMatches_get_key (match_info); in gnc_import_PendingMatches_get_value()
93 GNCImportMatchInfo *match_info, in gnc_import_PendingMatches_add_match() argument
101 g_return_if_fail (match_info); in gnc_import_PendingMatches_add_match()
105 match_guid = gnc_import_PendingMatches_get_key (match_info); in gnc_import_PendingMatches_add_match()
133 g_return_if_fail (match_info); in gnc_import_PendingMatches_remove_match()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/test/
H A Dtest-import-pending-matches.cpp23 GNCImportMatchInfo *match_info; member
35 fixture->match_info = g_new0 (GNCImportMatchInfo, 1); in setup()
37 fixture->match_info->split = fixture->split; in setup()
43 g_free (fixture->match_info); in teardown()
62 fixture->match_info); in test_pending_matches_match_types()
67 fixture->match_info); in test_pending_matches_match_types()
83 gnc_import_PendingMatches_add_match (matches, fixture->match_info, TRUE); in test_pending_matches_prefer_manual_match()
84 gnc_import_PendingMatches_add_match (matches, fixture->match_info, FALSE); in test_pending_matches_prefer_manual_match()
100 gnc_import_PendingMatches_add_match (matches, fixture->match_info, TRUE); in test_pending_matches_keeps_count()
101 gnc_import_PendingMatches_add_match (matches, fixture->match_info, TRUE); in test_pending_matches_keeps_count()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Diregex-gregex.c71 MatchInfo **match_info) in i_regex_match() argument
77 if (match_info != NULL) in i_regex_match()
78 *match_info = g_new0(MatchInfo, 1); in i_regex_match()
81 match_info != NULL ? &(*match_info)->g_match_info : NULL); in i_regex_match()
84 if (match_info != NULL) in i_regex_match()
85 (*match_info)->valid_string = valid_string; in i_regex_match()
135 const gchar *str = match_info->valid_string; in i_match_info_fetch_pos()
155 g_return_val_if_fail(match_info != NULL, FALSE); in i_match_info_matches()
161 i_match_info_free (MatchInfo *match_info) in i_match_info_free() argument
163 g_match_info_free(match_info->g_match_info); in i_match_info_free()
[all …]
H A Diregex-regexh.c50 MatchInfo **match_info) in i_regex_match() argument
57 if (match_info != NULL) { in i_regex_match()
59 *match_info = g_new0(MatchInfo, groups); in i_regex_match()
74 i_match_info_fetch_pos (const MatchInfo *match_info, in i_match_info_fetch_pos() argument
80 *start_pos = match_info[match_num].rm_so; in i_match_info_fetch_pos()
82 *end_pos = match_info[match_num].rm_eo; in i_match_info_fetch_pos()
88 i_match_info_matches (const MatchInfo *match_info) in i_match_info_matches() argument
90 g_return_val_if_fail(match_info != NULL, FALSE); in i_match_info_matches()
92 return match_info[0].rm_so != -1; in i_match_info_matches()
96 i_match_info_free (MatchInfo *match_info) in i_match_info_free() argument
[all …]
/dports/sysutils/consolekit2/ConsoleKit2-520b862/src/
H A Dck-log-event.c764 GMatchInfo *match_info; in parse_log_for_seat_added() local
771 match_info = NULL; in parse_log_for_seat_added()
824 GMatchInfo *match_info; in parse_log_for_seat_removed() local
831 match_info = NULL; in parse_log_for_seat_removed()
924 GMatchInfo *match_info; in parse_log_for_system_start() local
931 match_info = NULL; in parse_log_for_system_start()
985 match_info = NULL; in parse_log_for_seat_session_added()
1060 match_info = NULL; in parse_log_for_seat_session_removed()
1134 match_info = NULL; in parse_log_for_seat_active_session_changed()
1186 match_info = NULL; in parse_log_for_seat_device_added()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/mx/
H A Dmx_probe.c23 uint64_t match_info = NEM_MX_MATCH_DIRECT; in MPID_nem_mx_probe() local
33 NEM_MX_SET_ANYTAG(match_info); in MPID_nem_mx_probe()
37 NEM_MX_SET_TAG(match_info,tag); in MPID_nem_mx_probe()
45 NEM_MX_MATCH_GET_TAG(mx_status.match_info,status->MPI_TAG); in MPID_nem_mx_probe()
62 uint64_t match_info = NEM_MX_MATCH_DIRECT; in MPID_nem_mx_iprobe() local
72 NEM_MX_SET_ANYSRC(match_info); in MPID_nem_mx_iprobe()
76 NEM_MX_SET_SRC(match_info,source); in MPID_nem_mx_iprobe()
79 NEM_MX_SET_ANYTAG(match_info); in MPID_nem_mx_iprobe()
83 NEM_MX_SET_TAG(match_info,tag); in MPID_nem_mx_iprobe()
90 NEM_MX_MATCH_GET_RANK(mx_status.match_info,status->MPI_SOURCE); in MPID_nem_mx_iprobe()
[all …]
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/url_check/
H A Dsrv_url_check.c68 struct match_info { struct
77 static void match_info_init(struct match_info *match_info); argument
78 static void match_info_append_db(struct match_info *match_info, const char *, const char *);
109 struct match_info *match_info,
253 struct match_info match_info; member
809 void match_info_init(struct match_info *match_info) in match_info_init() argument
812 match_info->match_length = 0; in match_info_init()
814 match_info->action = NULL; in match_info_init()
851 struct match_info *match_info, in new_lookup_db() argument
1062 struct match_info *match_info = &uc->match_info; in profile_access() local
[all …]
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DSearchOperations.cpp178 QList<SPCRE::MatchInfo> match_info = spcre->getEveryMatchInfo(text); in PerformGlobalReplace() local
180 for (int i = match_info.count() - 1; i >= 0; i--) { in PerformGlobalReplace()
181 …QString match_segement = Utility::Substring(match_info.at(i).offset.first, match_info.at(i).offset… in PerformGlobalReplace()
184 …if (spcre->replaceText(match_segement, match_info.at(i).capture_groups_offsets, replacement, repla… in PerformGlobalReplace()
185 …new_text.replace(match_info.at(i).offset.first, match_info.at(i).offset.second - match_info.at(i).… in PerformGlobalReplace()
204 SPCRE::MatchInfo match_info = spcre->getFirstMatchInfo(misspelled_word.text); in PerformHTMLSpellCheckReplace() local
206 if (match_info.offset.first != -1) { in PerformHTMLSpellCheckReplace()
209 …e->replaceText(Utility::Substring(match_info.offset.first, match_info.offset.second, misspelled_wo… in PerformHTMLSpellCheckReplace()
210 …xt.replace(offset + misspelled_word.offset + match_info.offset.first, match_info.offset.second - m… in PerformHTMLSpellCheckReplace()
211 … offset += replacement_text.length() - (match_info.offset.second - match_info.offset.first); in PerformHTMLSpellCheckReplace()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-imp/
H A Dcsv-account-import.c44 fill_model_with_match(GMatchInfo *match_info, in fill_model_with_match() argument
52 if (!match_info || !match_name) in fill_model_with_match()
55 temp = g_match_info_fetch_named (match_info, match_name); in fill_model_with_match()
86 GMatchInfo *match_info = NULL; in csv_import_read_file() local
129 g_regex_match (regexpat, contents, 0, &match_info); in csv_import_read_file()
130 while (g_match_info_matches (match_info)) in csv_import_read_file()
135 fill_model_with_match (match_info, "type", store, &iter, TYPE); in csv_import_read_file()
137 fill_model_with_match (match_info, "name", store, &iter, NAME); in csv_import_read_file()
145 fill_model_with_match (match_info, "tax", store, &iter, TAX); in csv_import_read_file()
162 g_match_info_next (match_info, &err); in csv_import_read_file()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/newmad/
H A Dnewmad_probe.c21 nm_tag_t match_info = 0; in MPID_nem_newmad_probe() local
33 NEM_NMAD_SET_ANYSRC(match_info); in MPID_nem_newmad_probe()
39 NEM_NMAD_SET_SRC(match_info,source); in MPID_nem_newmad_probe()
45 NEM_NMAD_SET_TAG(match_info,tag); in MPID_nem_newmad_probe()
49 NEM_NMAD_SET_ANYTAG(match_info); in MPID_nem_newmad_probe()
55 match_info,match_mask,&out_tag,&size); in MPID_nem_newmad_probe()
93 nm_tag_t match_info = 0; in MPID_nem_newmad_iprobe() local
105 NEM_NMAD_SET_ANYSRC(match_info); in MPID_nem_newmad_iprobe()
111 NEM_NMAD_SET_SRC(match_info,source); in MPID_nem_newmad_iprobe()
117 NEM_NMAD_SET_TAG(match_info,tag); in MPID_nem_newmad_iprobe()
[all …]
H A Dnewmad_poll.c53 NEM_NMAD_MATCH_GET_CTXT(match_info, ctxt); in MPID_nem_newmad_get_adi_msg()
95 nm_tag_t match_info = 0; in MPID_nem_newmad_directRecv() local
109 NEM_NMAD_SET_TAG(match_info,tag); in MPID_nem_newmad_directRecv()
113 NEM_NMAD_SET_ANYTAG(match_info); in MPID_nem_newmad_directRecv()
177 nm_tag_t match_info = 0; in MPID_nem_newmad_poll() local
413 nm_tag_t match_info = 0; in MPID_nem_newmad_anysource_posted() local
429 NEM_NMAD_SET_TAG(match_info,tag); in MPID_nem_newmad_anysource_posted()
433 NEM_NMAD_SET_ANYTAG(match_info); in MPID_nem_newmad_anysource_posted()
436 NEM_NMAD_SET_ANYSRC(match_info); in MPID_nem_newmad_anysource_posted()
441 rreq,newmad_req,match_info,match_mask); in MPID_nem_newmad_anysource_posted()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_match_set.h181 class match_info
188 match_info( const rgrl_feature_sptr& to_feat );
193 match_info( const rgrl_feature_sptr& to_feat,
200 match_info( const rgrl_feature_sptr& to_feat,
225 std::vector< std::vector< match_info > > matches_and_weights_;
239 typedef rgrl_match_set::match_info match_info; typedef
290 typedef rgrl_match_set::match_info match_info; typedef
384 typedef rgrl_match_set::match_info match_info; typedef
385 typedef std::vector< match_info >::iterator MatchInfoIter;
430 typedef rgrl_match_set::match_info match_info; typedef
[all …]
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/libtracker-miners-common/
H A Dtracker-date-time.c53 GMatchInfo *match_info; in tracker_string_to_date() local
79 g_match_info_free (match_info); in tracker_string_to_date()
88 match = g_match_info_fetch (match_info, 1); in tracker_string_to_date()
93 match = g_match_info_fetch (match_info, 2); in tracker_string_to_date()
98 match = g_match_info_fetch (match_info, 3); in tracker_string_to_date()
103 match = g_match_info_fetch (match_info, 4); in tracker_string_to_date()
108 match = g_match_info_fetch (match_info, 5); in tracker_string_to_date()
113 match = g_match_info_fetch (match_info, 6); in tracker_string_to_date()
117 match = g_match_info_fetch (match_info, 8); in tracker_string_to_date()
160 g_match_info_free (match_info); in tracker_string_to_date()
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-common/
H A Dtracker-date-time.c53 GMatchInfo *match_info; in tracker_string_to_date() local
79 g_match_info_free (match_info); in tracker_string_to_date()
88 match = g_match_info_fetch (match_info, 1); in tracker_string_to_date()
93 match = g_match_info_fetch (match_info, 2); in tracker_string_to_date()
98 match = g_match_info_fetch (match_info, 3); in tracker_string_to_date()
103 match = g_match_info_fetch (match_info, 4); in tracker_string_to_date()
108 match = g_match_info_fetch (match_info, 5); in tracker_string_to_date()
113 match = g_match_info_fetch (match_info, 6); in tracker_string_to_date()
117 match = g_match_info_fetch (match_info, 8); in tracker_string_to_date()
160 g_match_info_free (match_info); in tracker_string_to_date()
[all …]
/dports/net-im/pidgin-twitter/pidgin-twitter-0.9.2/
H A Dutil.c220 GMatchInfo *match_info = NULL; in escape() local
233 g_match_info_free(match_info); in escape()
234 match_info = NULL; in escape()
248 g_match_info_free(match_info); in escape()
249 match_info = NULL; in escape()
562 GMatchInfo *match_info = NULL; in twitter_rip_link_string() local
585 g_match_info_free(match_info); in twitter_rip_link_string()
586 match_info = NULL; in twitter_rip_link_string()
591 if(match_info) { in twitter_rip_link_string()
639 g_match_info_free(match_info); in twitter_rip_link_string()
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/vcs/
H A Dide-vcs-uri.c85 GMatchInfo *match_info = NULL; in ide_vcs_uri_parse() local
108 g_regex_match (regex1, str, 0, &match_info); in ide_vcs_uri_parse()
109 if (g_match_info_matches (match_info)) in ide_vcs_uri_parse()
113 path = g_match_info_fetch (match_info, 1); in ide_vcs_uri_parse()
129 g_regex_match (regex2, str, 0, &match_info); in ide_vcs_uri_parse()
130 if (g_match_info_matches (match_info)) in ide_vcs_uri_parse()
142 user = g_match_info_fetch (match_info, 2); in ide_vcs_uri_parse()
143 host = g_match_info_fetch (match_info, 3); in ide_vcs_uri_parse()
145 path = g_match_info_fetch (match_info, 5); in ide_vcs_uri_parse()
175 g_regex_match (regex3, str, 0, &match_info); in ide_vcs_uri_parse()
[all …]
/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DCbMediaDownloader.c201 GMatchInfo *match_info; in cb_media_downloader_get_instagram_url() local
217 g_match_info_free (match_info); in cb_media_downloader_get_instagram_url()
228 g_match_info_free (match_info); in cb_media_downloader_get_instagram_url()
239 g_match_info_free (match_info); in cb_media_downloader_get_instagram_url()
250 GMatchInfo *match_info; in cb_media_downloader_load_twitter_video() local
269 g_match_info_free (match_info); in cb_media_downloader_load_twitter_video()
276 g_match_info_free (match_info); in cb_media_downloader_load_twitter_video()
285 g_match_info_free (match_info); in cb_media_downloader_load_twitter_video()
292 g_match_info_free (match_info); in cb_media_downloader_load_twitter_video()
305 GMatchInfo *match_info; in cb_media_downloader_load_real_url() local
[all …]
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_urldispatch.py279 match_info = await router.resolve(req)
281 assert {} == match_info
284 await match_info.handler(req)
297 match_info = await router.resolve(req)
299 assert {} == match_info
302 await match_info.handler(req)
555 match_info = await router.resolve(req)
557 assert {} == match_info
559 await match_info.handler(req)
628 assert {"name": "john"} == match_info
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-regexp.cc111 Handle<RegExpMatchInfo> match_info = isolate->regexp_last_match_info(); in BUILTIN() local
112 const int length = match_info->NumberOfCaptureRegisters(); in BUILTIN()
123 return *RegExpUtils::GenericCaptureGetter(isolate, match_info, last_capture); in BUILTIN()
128 Handle<RegExpMatchInfo> match_info = isolate->regexp_last_match_info(); in BUILTIN() local
129 const int start_index = match_info->Capture(0); in BUILTIN()
130 Handle<String> last_subject(match_info->LastSubject(), isolate); in BUILTIN()
136 Handle<RegExpMatchInfo> match_info = isolate->regexp_last_match_info(); in BUILTIN() local
137 const int start_index = match_info->Capture(1); in BUILTIN()
138 Handle<String> last_subject(match_info->LastSubject(), isolate); in BUILTIN()

12345678910>>...35