Home
last modified time | relevance | path

Searched refs:tag_begin (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/p5-Cairo/Cairo-1.109/examples/
H A Dpdf-tagged-text.pl128 $cr->tag_begin('P', '');
182 $cr->tag_begin('TOCI', '');
183 $cr->tag_begin('Reference', '');
184 $cr->tag_begin(Cairo::TAG_LINK, "dest='".$$section[1]."'");
222 $cr->tag_begin('Sect', '');
229 $cr->tag_begin($level_data[$$section[0]]->[1], '');
230 $cr->tag_begin(Cairo::TAG_DEST, "name='".$$section[1]."'");
262 $cr->tag_begin("Span", '');
286 $cr->tag_begin("Document", '');
298 $cr->tag_begin(Cairo::TAG_DEST, "name='TOC' internal");
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/comment-code/
H A Dgbp-comment-code-editor-page-addin.c201 GtkTextIter tag_begin; in gbp_comment_code_editor_page_addin_uncomment_line() local
213 if (!is_line_uncommentable (buffer, line, start_tag, &tag_begin, &tag_end)) in gbp_comment_code_editor_page_addin_uncomment_line()
216 gtk_text_buffer_delete (buffer, &tag_begin, &tag_end); in gbp_comment_code_editor_page_addin_uncomment_line()
217 ch = gtk_text_iter_get_char (&tag_begin); in gbp_comment_code_editor_page_addin_uncomment_line()
221 gtk_text_buffer_delete (buffer, &tag_begin, &tag_end); in gbp_comment_code_editor_page_addin_uncomment_line()
227 end_of_line = tag_begin; in gbp_comment_code_editor_page_addin_uncomment_line()
231 previous = tag_begin; in gbp_comment_code_editor_page_addin_uncomment_line()
236 gtk_text_iter_forward_char (&tag_begin); in gbp_comment_code_editor_page_addin_uncomment_line()
241 tmp_iter = tag_begin; in gbp_comment_code_editor_page_addin_uncomment_line()
245 tag_begin = tmp_iter; in gbp_comment_code_editor_page_addin_uncomment_line()
[all …]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/util/
H A Ddzl-gtk.c268 GtkTextIter tag_begin; in dzl_gtk_text_buffer_remove_tag() local
282 tag_begin = *start; in dzl_gtk_text_buffer_remove_tag()
284 if (!gtk_text_iter_starts_tag (&tag_begin, tag)) in dzl_gtk_text_buffer_remove_tag()
286 if (!gtk_text_iter_forward_to_tag_toggle (&tag_begin, tag)) in dzl_gtk_text_buffer_remove_tag()
290 while (gtk_text_iter_starts_tag (&tag_begin, tag) && in dzl_gtk_text_buffer_remove_tag()
291 gtk_text_iter_compare (&tag_begin, end) < 0) in dzl_gtk_text_buffer_remove_tag()
295 tag_end = tag_begin; in dzl_gtk_text_buffer_remove_tag()
315 gtk_text_buffer_remove_tag (buffer, tag, &tag_begin, &tag_end); in dzl_gtk_text_buffer_remove_tag()
317 tag_begin = tag_end; in dzl_gtk_text_buffer_remove_tag()
323 if (!gtk_text_iter_starts_tag (&tag_begin, tag)) in dzl_gtk_text_buffer_remove_tag()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dtext_snippets.cpp112 size_t tag_begin = str.find( '<' ); in expand() local
113 if( tag_begin == std::string::npos ) { in expand()
116 size_t tag_end = str.find( '>', tag_begin + 1 ); in expand()
121 std::string symbol = str.substr( tag_begin, tag_end - tag_begin + 1 ); in expand()
127 return str.substr( 0, tag_begin ) in expand()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dtext_snippets.cpp112 size_t tag_begin = str.find( '<' ); in expand() local
113 if( tag_begin == std::string::npos ) { in expand()
116 size_t tag_end = str.find( '>', tag_begin + 1 ); in expand()
121 std::string symbol = str.substr( tag_begin, tag_end - tag_begin + 1 ); in expand()
127 return str.substr( 0, tag_begin ) in expand()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dssi-cgi.c431 char line[MAX_LINE_SIZE + 1], *scan, *tag_begin, *tag_end; in process_ssi_file() local
447 while ((tag_begin = strstr(scan, "<!--#")) != NULL) { in process_ssi_file()
448 if ((tag_end = strstr(tag_begin, "-->")) != NULL) { in process_ssi_file()
450 *tag_begin = *tag_end = '\0'; in process_ssi_file()
454 command = remove_spaces(tag_begin + 5); in process_ssi_file()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dfilesystemtemporary.cpp565 size_t tag_begin = temporary_filename_base.find_first_of("_"); in open_temporary() local
567 if (tag_begin != String::npos && tag_end != String::npos && tag_end - tag_begin > 1) in open_temporary()
568 tag = temporary_filename_base.substr(tag_begin + 1, tag_end - tag_begin - 1); in open_temporary()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dfilesystemtemporary.cpp565 size_t tag_begin = temporary_filename_base.find_first_of("_"); in open_temporary() local
567 if (tag_begin != String::npos && tag_end != String::npos && tag_end - tag_begin > 1) in open_temporary()
568 tag = temporary_filename_base.substr(tag_begin + 1, tag_end - tag_begin - 1); in open_temporary()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dfilesystemtemporary.cpp565 size_t tag_begin = temporary_filename_base.find_first_of("_"); in open_temporary() local
567 if (tag_begin != String::npos && tag_end != String::npos && tag_end - tag_begin > 1) in open_temporary()
568 tag = temporary_filename_base.substr(tag_begin + 1, tag_end - tag_begin - 1); in open_temporary()
/dports/devel/radare2/radare2-5.1.1/shlr/spp/p/
H A Dacr.h54 .tag_begin = 0,
H A Dpod.h51 .tag_begin = 1,
H A Dsh.h92 .tag_begin = 0,
H A Dcpp.h175 .tag_begin = 1,
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcebuffer.c923 GtkTextIter tag_begin = *begin; in remove_tag_with_minimal_damage() local
926 if (!gtk_text_iter_starts_tag (&tag_begin, tag)) in remove_tag_with_minimal_damage()
928 if (!gtk_text_iter_forward_to_tag_toggle (&tag_begin, tag)) in remove_tag_with_minimal_damage()
934 while (gtk_text_iter_starts_tag (&tag_begin, tag) && in remove_tag_with_minimal_damage()
935 gtk_text_iter_compare (&tag_begin, end) < 0) in remove_tag_with_minimal_damage()
939 tag_end = tag_begin; in remove_tag_with_minimal_damage()
964 gtk_text_buffer_remove_tag (buffer, tag, &tag_begin, &tag_end); in remove_tag_with_minimal_damage()
966 tag_begin = tag_end; in remove_tag_with_minimal_damage()
972 if (!gtk_text_iter_starts_tag (&tag_begin, tag)) in remove_tag_with_minimal_damage()
974 while (gtk_text_iter_forward_to_tag_toggle (&tag_begin, tag)) in remove_tag_with_minimal_damage()
[all …]
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/include/
H A DStrUtil.H62 string tag_begin, string tag_end);
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcebuffer.c996 GtkTextIter tag_begin = *begin; in remove_tag_with_minimal_damage() local
999 if (!gtk_text_iter_starts_tag (&tag_begin, tag)) in remove_tag_with_minimal_damage()
1001 if (!gtk_text_iter_forward_to_tag_toggle (&tag_begin, tag)) in remove_tag_with_minimal_damage()
1007 while (gtk_text_iter_starts_tag (&tag_begin, tag) && in remove_tag_with_minimal_damage()
1008 gtk_text_iter_compare (&tag_begin, end) < 0) in remove_tag_with_minimal_damage()
1012 tag_end = tag_begin; in remove_tag_with_minimal_damage()
1037 gtk_text_buffer_remove_tag (buffer, tag, &tag_begin, &tag_end); in remove_tag_with_minimal_damage()
1039 tag_begin = tag_end; in remove_tag_with_minimal_damage()
1045 if (!gtk_text_iter_starts_tag (&tag_begin, tag)) in remove_tag_with_minimal_damage()
1047 while (gtk_text_iter_forward_to_tag_toggle (&tag_begin, tag)) in remove_tag_with_minimal_damage()
[all …]
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/lib/
H A DStrUtil.cpp54 string tag_begin, string tag_end) in parse() argument
61 buffer = tag_begin + (*it).first + tag_end; in parse()
/dports/games/allacrost/allacrost-1.0.2/src/common/gui/
H A Doption.cpp806 size_t tag_begin = tmp.find(OPEN_TAG); in _ConstructOption() local
808 …if (tag_begin == ustring::npos) { // There are no more tags remaining, so extract the entire string in _ConstructOption()
813 op.text.push_back(tmp.substr(0, tag_begin)); in _ConstructOption()
814 tmp = tmp.substr(tag_begin, tmp.length() - tag_begin); in _ConstructOption()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/gui/
H A Doption.cpp946 size_t tag_begin = tmp.find(OPEN_TAG); in _ConstructOption() local
948 …if(tag_begin == ustring::npos) { // There are no more tags remaining, so extract the entire string in _ConstructOption()
953 TextImage text_image(tmp.substr(0, tag_begin), _text_style); in _ConstructOption()
955 tmp = tmp.substr(tag_begin, tmp.length() - tag_begin); in _ConstructOption()
/dports/audio/strawberry/strawberry-1.0.0/src/lyrics/
H A Dgeniuslyricsprovider.cpp500 QString tag_begin = "<div class=\"lyrics\">"; in HandleLyricReply() local
502 int begin_idx = content.indexOf(tag_begin); in HandleLyricReply()
505 begin_idx += tag_begin.length(); in HandleLyricReply()
/dports/devel/radare2/radare2-5.1.1/shlr/spp/
H A Dspp.c150 if (!proc->tag_begin || (proc->tag_begin && ptr == buf)) { in spp_proc_eval()
H A Dspp.h139 int tag_begin; member
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/color-picker/
H A Dgb-color-picker-document-monitor.c219 GtkTextIter tag_begin; in gb_color_picker_document_monitor_colorize() local
251 gtk_text_buffer_get_iter_at_offset (GTK_TEXT_BUFFER (buffer), &tag_begin, pos); in gb_color_picker_document_monitor_colorize()
257 gtk_text_buffer_apply_tag (GTK_TEXT_BUFFER (buffer), tag, &tag_begin, &tag_end); in gb_color_picker_document_monitor_colorize()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Mesh/
H A DMeshImplTags.hpp214 TagIterator tag_begin();
/dports/math/graphthing/graphthing-1.3.2/src/
H A Dgraph.h97 tag_iterator tag_begin () const;

123