Home
last modified time | relevance | path

Searched refs:g_markup_parse_context_parse (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/irc/srain/srain-1.1.0/src/sui/
H A Dsui_side_bar_item.c176 g_markup_parse_context_parse(ctx, "<markup>", -1, NULL); in strip_markup_tag()
179 g_markup_parse_context_parse(ctx, markup, -1, &err); in strip_markup_tag()
185 g_markup_parse_context_parse(ctx, "</markup>", -1, NULL); in strip_markup_tag()
/dports/net-p2p/jigdo/jigdo-0.7.3/src/job/
H A Dmakeimagedl-info.cc155 if (g_markup_parse_context_parse(context, "<x>", 3, &err) in imageInfo()
156 && g_markup_parse_context_parse(context, imageInfoVal.data(), in imageInfo()
158 && g_markup_parse_context_parse(context, "</x>", 4, &err) in imageInfo()
/dports/irc/srain/srain-1.1.0/src/lib/
H A Dmarkup_renderer.c84 g_markup_parse_context_parse(parse_ctx, "<" ROOT_TAG ">", -1, NULL); in srn_markup_renderer_render()
85 g_markup_parse_context_parse(parse_ctx, markup_in, -1, &err); in srn_markup_renderer_render()
86 g_markup_parse_context_parse(parse_ctx, "</" ROOT_TAG ">", -1, NULL); in srn_markup_renderer_render()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgmarkup.inc70 function g_markup_parse_context_parse(context : PGMarkupParseContext;
73 … error : PPGError):gboolean;cdecl;external gliblib name 'g_markup_parse_context_parse';
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgmarkup.inc70 function g_markup_parse_context_parse(context : PGMarkupParseContext;
73 … error : PPGError):gboolean;cdecl;external gliblib name 'g_markup_parse_context_parse';
/dports/net-im/purple-mattermost/purple-mattermost-2.0/
H A Dlibmattermost-markdown.c375 g_markup_parse_context_parse(context, "<html>", -1, NULL); in mm_html_to_markdown()
376 g_markup_parse_context_parse(context, html, -1, NULL); in mm_html_to_markdown()
377 g_markup_parse_context_parse(context, "</html>", -1, NULL); in mm_html_to_markdown()
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A DScheduleXML.c269 if (FALSE == g_markup_parse_context_parse (context, contents, length, NULL)) { in ParserXML_parse_file_xml()
340 if (FALSE == g_markup_parse_context_parse (context, contents, length, NULL)) { in ParserXML_parse_gchararray_xml()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dmarkup-collect.c155 result = g_markup_parse_context_parse (ctx, in test_collect()
210 g_markup_parse_context_parse (context, XML, -1, NULL); in test_cleanup()
H A Dmarkup-parse.c125 if (!g_markup_parse_context_parse (context, in test_in_chunks()
182 if (!g_markup_parse_context_parse (context, contents, -1, NULL) || in test_file()
H A Dmarkup.c84 res = g_markup_parse_context_parse (context, content, -1, &error); in test_markup_stack()
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dgimpxmlparser.c244 if (!g_markup_parse_context_parse (parser->context, buffer, len, error)) in gimp_xml_parser_parse_io_channel()
312 success = g_markup_parse_context_parse (parser->context, in gimp_xml_parser_parse_buffer()
/dports/textproc/ibus/ibus-1.5.24/src/
H A Dibusxml.c225 retval = g_markup_parse_context_parse (context, buf, len, &error); in ibus_xml_parse_file()
272 retval = g_markup_parse_context_parse (context, buffer, strlen (buffer), &error); in ibus_xml_parse_buffer()
/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-wiki-parsedata-plugin/
H A Dstardict_wiki2xml.cpp73 g_markup_parse_context_parse(context, str.c_str(), str.length(), NULL); in wikixml2pango()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dicon-module-mime.i84 g_markup_parse_context_parse (context, line, l, &error); in glib_parser()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dmarkup.cc280 g_markup_parse_context_parse(gobject_, text.data(), text.bytes(), &error); in parse()
290 g_markup_parse_context_parse(gobject_, text_begin, text_end - text_begin, &error); in parse()
/dports/devel/spread-sheet-widget/spread-sheet-widget-0.8/src/
H A Dssw-html-parser.c118 g_markup_parse_context_parse (ctx, (const gchar *) text, len, 0); in ssw_html_parse()
/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-notification.c201 ret = g_markup_parse_context_parse (ctx, outer, strlen (outer), &err); in format_key_text()
511 if((ret = g_markup_parse_context_parse (ctx, osummary, strlen (osummary), &err))) in seahorse_notification_new()
512 ret = g_markup_parse_context_parse (ctx, obody, strlen (obody), &err); in seahorse_notification_new()
/dports/games/atomix/atomix-3.34.0/src/
H A Dlevel-manager.c171 g_markup_parse_context_parse (parse_context, sequence_contents, sequence_length, NULL); in create_level_sequence()
403 g_markup_parse_context_parse (parse_context, level_contents, level_length, NULL); in load_level()
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/
H A Dtracker-gsf.c152 g_markup_parse_context_parse (context, buf, chunk_size, &error); in tracker_gsf_parse_xml_in_zip()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgmarkup.h198 gboolean g_markup_parse_context_parse (GMarkupParseContext *context,
/dports/japanese/tomoe/tomoe-0.6.0/lib/
H A Dtomoe-xml-parser.c456 success = g_markup_parse_context_parse(context, buf, bytes, &error); in _tomoe_xml_parser_parse_dictionary_file()
491 success = g_markup_parse_context_parse(context, xml, len, &error); in _tomoe_xml_parser_parse_char_data()
/dports/security/gringotts/gringotts-1.2.10/src/
H A Dgrg_recent_dox.c86 g_markup_parse_context_parse (parser, content, end, &err); in grg_recent_dox_init()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_file_others.c512 if ( !g_markup_parse_context_parse ( context, file_content, strlen ( file_content ), &error ) ) in gsb_file_others_load()
838 g_markup_parse_context_parse ( context, in gsb_file_others_load_budget_from_category()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dmarkup.ccg271 g_markup_parse_context_parse(gobject_, text.data(), text.bytes(), &error);
281 g_markup_parse_context_parse(gobject_, text_begin, text_end - text_begin, &error);
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dpf_file_loader.cc484 if (g_markup_parse_context_parse (context, text, length, NULL) == FALSE) { in load_pf_image()
532 if (g_markup_parse_context_parse (context, text, length, NULL) == FALSE) { in insert_pf_preset()

12345678910>>...16