Home
last modified time | relevance | path

Searched refs:match_end (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/tests/
H A Dtest-search-performances.c57 GtkTextIter match_end; in main() local
89 iter = match_end; in main()
106 iter = match_end; in main()
125 iter = match_end; in main()
145 iter = match_end; in main()
164 iter = match_end; in main()
183 iter = match_end; in main()
200 iter = match_end; in main()
217 iter = match_end; in main()
237 iter = match_end; in main()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/tests/
H A Dtest-search-performances.c55 GtkTextIter match_end; in main() local
87 iter = match_end; in main()
104 iter = match_end; in main()
123 iter = match_end; in main()
143 iter = match_end; in main()
162 iter = match_end; in main()
181 iter = match_end; in main()
198 iter = match_end; in main()
215 iter = match_end; in main()
235 iter = match_end; in main()
[all …]
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcesearchcontext.c671 *iter = *match_end; in regex_search_fetch_match()
823 match_end, in basic_forward_search()
925 match_end, in basic_backward_search()
1507 iter = match_end; in remove_occurrences_in_range()
1588 iter = match_end; in scan_subregion()
1910 &match_end)) in regex_search_scan_segment()
3175 match_end); in gtk_source_search_context_get_occurrence_position()
3212 match_end); in gtk_source_search_context_get_occurrence_position()
3259 match_end, in gtk_source_search_context_forward()
3743 match_end)) in regex_replace()
[all …]
H A Dgtksourcesearchcontext.h102 const GtkTextIter *match_end);
108 GtkTextIter *match_end);
114 GtkTextIter *match_end,
128 GtkTextIter *match_end,
135 GtkTextIter *match_end,
143 GtkTextIter *match_end);
149 GtkTextIter *match_end,
163 GtkTextIter *match_end,
170 GtkTextIter *match_end,
177 const GtkTextIter *match_end,
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcesearchcontext.c668 *iter = *match_end; in regex_search_fetch_match()
820 match_end, in basic_forward_search()
922 match_end, in basic_backward_search()
1504 iter = match_end; in remove_occurrences_in_range()
1585 iter = match_end; in scan_subregion()
1907 &match_end)) in regex_search_scan_segment()
3141 match_end); in gtk_source_search_context_get_occurrence_position()
3178 match_end); in gtk_source_search_context_get_occurrence_position()
3545 match_end, in gtk_source_search_context_backward_finish()
3587 match_end)) in regex_replace()
[all …]
/dports/comms/xdx/xdx-2.4/src/
H A Dgtksourceiter.c283 if (match_end) in lines_match()
284 *match_end = *start; in lines_match()
353 if (match_end) in lines_match()
354 *match_end = next; in lines_match()
379 if (match_end) in backward_lines_match()
450 if (match_end) in backward_lines_match()
451 *match_end = next; in backward_lines_match()
591 if (match_end) in gtk_source_iter_forward_search()
630 if (match_end) in gtk_source_iter_forward_search()
694 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dgtksourceiter.c284 if (match_end) in lines_match()
285 *match_end = *start; in lines_match()
354 if (match_end) in lines_match()
355 *match_end = next; in lines_match()
380 if (match_end) in backward_lines_match()
451 if (match_end) in backward_lines_match()
452 *match_end = next; in backward_lines_match()
592 if (match_end) in gtk_source_iter_forward_search()
631 if (match_end) in gtk_source_iter_forward_search()
695 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/GUI/
H A Dgtksourceiter.c286 if (match_end) in lines_match()
287 *match_end = *start; in lines_match()
356 if (match_end) in lines_match()
357 *match_end = next; in lines_match()
382 if (match_end) in backward_lines_match()
453 if (match_end) in backward_lines_match()
454 *match_end = next; in backward_lines_match()
594 if (match_end) in gtk_source_iter_forward_search()
633 if (match_end) in gtk_source_iter_forward_search()
697 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/editors/leafpad/leafpad-0.8.18.1/src/
H A Dgtksourceiter.c268 if (match_end) in lines_match()
269 *match_end = *start; in lines_match()
338 if (match_end) in lines_match()
339 *match_end = next; in lines_match()
364 if (match_end) in backward_lines_match()
435 if (match_end) in backward_lines_match()
436 *match_end = next; in backward_lines_match()
576 if (match_end) in gtk_source_iter_forward_search()
615 if (match_end) in gtk_source_iter_forward_search()
679 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Drgxprim.c140 long match_start, match_end, text_end; \
153 match_end = (arg_nonnegative_integer (7)); \
156 if (match_end > text_end) error_bad_range_arg (7); \
157 if (match_start > match_end) error_bad_range_arg (6); \
168 (& (text [match_end])))); \
198 match_end = (arg_nonnegative_integer (7)); \
205 if (match_end > gap_start) \
207 match_end += (GROUP_GAP_LENGTH (group)); \
211 if (match_start > match_end) error_bad_range_arg (6); \
212 if (match_end > text_end) error_bad_range_arg (7); \
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c290 if (match_end) in lines_match()
291 *match_end = *start; in lines_match()
360 if (match_end) in lines_match()
361 *match_end = next; in lines_match()
386 if (match_end) in backward_lines_match()
457 if (match_end) in backward_lines_match()
458 *match_end = next; in backward_lines_match()
611 if (match_end) in gtk_source_iter_forward_search()
650 if (match_end) in gtk_source_iter_forward_search()
714 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c290 if (match_end) in lines_match()
291 *match_end = *start; in lines_match()
360 if (match_end) in lines_match()
361 *match_end = next; in lines_match()
386 if (match_end) in backward_lines_match()
457 if (match_end) in backward_lines_match()
458 *match_end = next; in backward_lines_match()
611 if (match_end) in gtk_source_iter_forward_search()
650 if (match_end) in gtk_source_iter_forward_search()
714 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtksourceiter.c290 if (match_end) in lines_match()
291 *match_end = *start; in lines_match()
360 if (match_end) in lines_match()
361 *match_end = next; in lines_match()
386 if (match_end) in backward_lines_match()
457 if (match_end) in backward_lines_match()
458 *match_end = next; in backward_lines_match()
611 if (match_end) in gtk_source_iter_forward_search()
650 if (match_end) in gtk_source_iter_forward_search()
714 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/gtksourceview/
H A Dgtksourceiter.c330 if (match_end) in lines_match()
331 *match_end = *start; in lines_match()
400 if (match_end) in lines_match()
401 *match_end = next; in lines_match()
426 if (match_end) in backward_lines_match()
497 if (match_end) in backward_lines_match()
498 *match_end = next; in backward_lines_match()
638 if (match_end) in gtk_source_iter_forward_search()
677 if (match_end) in gtk_source_iter_forward_search()
741 if (match_end) in gtk_source_iter_backward_search()
[all …]
/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dcontext.t187 my $match_end = "\e[0m";
193 This is line ${match_start}05${match_end}${line_end}
194 This is line ${match_start}06${match_end}${line_end}
208 my $match_end = "\e[0m";
214 This is line ${match_start}05${match_end}${line_end}
215 This is line ${match_start}06${match_end}${line_end}
227 my $match_end = "\e[0m";
231 This is line ${match_start}05${match_end}${line_end}
232 This is line ${match_start}06${match_end}${line_end}
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DAlignmentViewer.java1631 int match_end; in splitMatches() local
1793 match_end = match_end + (end-start+1); in reorder()
1797 match_end >= start && match_end <= end) in reorder()
1800 match_end = match_end - (start - drop_position); in reorder()
1810 match_end = match_end + (drop_position-end-1); in reorder()
1814 match_end > end && match_end < drop_position) in reorder()
1817 match_end = match_end - (end-start+1); in reorder()
1851 match_end = end - (match_end -start); in flippingContig()
1855 (match_end <= end && match_end >= start) ) in flippingContig()
1880 match_end = end - (match_end -start); in flippingContig()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkTextIter.t106 my ($match_start, $match_end) = $iter->forward_search ('that', 'text-only');
109 isa_ok ($match_end, 'Gtk2::TextIter', 'match end');
112 foreach ($match_start->get_text ($match_end),
113 $match_start->get_slice ($match_end),
114 $match_start->get_visible_text ($match_end),
115 $match_start->get_visible_slice ($match_end)) {
127 is ($match_end->get_offset, 31, 'match end offset');
129 ($match_start, $match_end) = $model->get_end_iter->backward_search ('Lore', 'text-only');
132 isa_ok ($match_end, 'Gtk2::TextIter', 'match end');
134 ? $match_start->get_text ($match_end)
[all …]
/dports/editors/gobby/gobby-0.4.13/src/
H A Dfinddialog.cpp253 Gtk::TextIter match_start, match_end; in on_replace_all() local
254 while(search_range(begin, NULL, match_start, match_end) ) in on_replace_all()
256 begin = buf->erase(match_start, match_end); in on_replace_all()
319 Gtk::TextIter match_start, match_end; in search_sel() local
320 if(search_wrap(from, match_start, match_end) ) in search_sel()
323 doc->set_selection(match_end, match_start); in search_sel()
325 doc->set_selection(match_start, match_end); in search_sel()
374 start_pos = match_end; in search_range()
473 match_end = end; in search_once()
491 match_end = end; in search_once()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/src/term/
H A Dsearch.rs165 Some(match_start..=match_end) in regex_search_left()
181 Some(match_start..=match_end) in regex_search_right()
526 let match_end = Point::new(Line(2), Column(2)); in regex_right() localVariable
546 let match_end = Point::new(Line(2), Column(2)); in regex_left() localVariable
614 let match_end = Point::new(Line(0), Column(9)); in include_linebreak_left() localVariable
654 let match_end = Point::new(Line(0), Column(2)); in reverse_search_dead_recovery() localVariable
720 let match_end = Point::new(Line(0), Column(2)); in wrapping() localVariable
736 let match_end = Point::new(Line(0), Column(2)); in wrapping_into_fullwidth() localVariable
743 let match_end = Point::new(Line(1), Column(3)); in wrapping_into_fullwidth() localVariable
760 let match_end = Point::new(Line(1), Column(2)); in leading_spacer() localVariable
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/copyright/
H A Dcopyright_plugin.py72 match_begin, match_end = ret
74 if not match_end.ends_line():
75 match_end.forward_to_line_end()
76 text = match_begin.get_slice(match_end)
97 buffer.delete(match_begin, match_end)
104 iter = match_end
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/query_parser/
H A Dsnippet.cc245 const size_t match_end = match_positions[i].second; in ComputeSnippet() local
248 CHECK(match_end > match_start); in ComputeSnippet()
249 CHECK(match_end <= document.size()); in ComputeSnippet()
266 match_end - match_start)); in ComputeSnippet()
273 IsNextMatchWithinSnippetWindow(bi.get(), match_end, in ComputeSnippet()
279 CHECK(end >= match_end); in ComputeSnippet()
281 snippet += base::UTF8ToUTF16(document.substr(match_end, end - match_end)); in ComputeSnippet()
284 end = match_end; in ComputeSnippet()
287 CHECK(end >= match_end); in ComputeSnippet()
289 snippet += base::UTF8ToUTF16(document.substr(match_end, end - match_end)); in ComputeSnippet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/query_parser/
H A Dsnippet.cc245 const size_t match_end = match_positions[i].second; in ComputeSnippet() local
248 CHECK(match_end > match_start); in ComputeSnippet()
249 CHECK(match_end <= document.size()); in ComputeSnippet()
266 match_end - match_start)); in ComputeSnippet()
273 IsNextMatchWithinSnippetWindow(bi.get(), match_end, in ComputeSnippet()
279 CHECK(end >= match_end); in ComputeSnippet()
281 snippet += base::UTF8ToUTF16(document.substr(match_end, end - match_end)); in ComputeSnippet()
284 end = match_end; in ComputeSnippet()
287 CHECK(end >= match_end); in ComputeSnippet()
289 snippet += base::UTF8ToUTF16(document.substr(match_end, end - match_end)); in ComputeSnippet()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/testsuite/
H A Dtest-search-context.c453 &match_end, in check_search_results()
486 GtkTextIter match_end; in finish_check_result() local
496 &match_end, in finish_check_result()
505 &match_end, in finish_check_result()
1057 &match_end, in test_regex_at_word_boundaries()
1067 iter = match_end; in test_regex_at_word_boundaries()
1071 &match_end, in test_regex_at_word_boundaries()
1153 &match_end, in test_regex_look_behind()
1168 &match_end, in test_regex_look_behind()
1239 &match_end, in test_regex_look_ahead()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/testsuite/
H A Dtest-search-context.c451 &match_end, in check_search_results()
459 &match_end, in check_search_results()
494 &match_end, in finish_check_result()
503 &match_end, in finish_check_result()
1055 &match_end, in test_regex_at_word_boundaries()
1065 iter = match_end; in test_regex_at_word_boundaries()
1069 &match_end, in test_regex_at_word_boundaries()
1151 &match_end, in test_regex_look_behind()
1166 &match_end, in test_regex_look_behind()
1237 &match_end, in test_regex_look_ahead()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/sourceview4/src/auto/
H A Dsearch_context.rs67 … fn get_occurrence_position(&self, match_start: &gtk::TextIter, match_end: &gtk::TextIter) -> i32; in get_occurrence_position()
75 …fn replace(&self, match_start: &mut gtk::TextIter, match_end: &mut gtk::TextIter, replace: &str) -… in replace()
96 let mut match_end = gtk::TextIter::uninitialized(); in backward() localVariable
100 if ret { Some((match_start, match_end, from_glib(has_wrapped_around))) } else { None } in backward()
109 let mut match_end = gtk::TextIter::uninitialized(); in backward_async() localVariable
113 …let result = if error.is_null() { Ok((match_start, match_end, from_glib(has_wrapped_around))) } el… in backward_async()
144 let mut match_end = gtk::TextIter::uninitialized(); in forward() localVariable
148 if ret { Some((match_start, match_end, from_glib(has_wrapped_around))) } else { None } in forward()
157 let mut match_end = gtk::TextIter::uninitialized(); in forward_async() localVariable
207 … fn get_occurrence_position(&self, match_start: &gtk::TextIter, match_end: &gtk::TextIter) -> i32 { in get_occurrence_position()
[all …]

12345678910>>...25