Home
last modified time | relevance | path

Searched refs:text_handler (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/p5-Shell-Parser/Shell-Parser-0.04/t/
H A D10handlers.t41 sub text_handler {}
43 $parser->handlers({variable => \&variable_handler, text => \&text_handler,
46 ok( $parser->{handler}{text}, \&text_handler ); #23
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/api/
H A Dxcfun.f9065 private :: text_handler
274 function text_handler(C_text, length) result(F_text) function
297 text = text_handler(xcfun_version_C(), 50)
303 text = text_handler(xcfun_splash_C(), 5000)
352 text = text_handler(xcfun_authors_C(), 5000)
359 text = text_handler(xcfun_enumerate_parameters_C(int(n, kind=c_int)), 5000)
366 text = text_handler(xcfun_enumerate_aliases_C(int(n, kind=c_int)), 10000)
373 text = text_handler(xcfun_describe_short_C(name), 10000)
380 text = text_handler(xcfun_describe_long_C(name), 10000)
/dports/textproc/ekhtml/ekhtml-0.3.2/testsuite/
H A Dplparser.pl16 sub text_handler subroutine
35 $p->handler( text => \&text_handler, "dtext, self");
/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/
H A Dxml.hpp279 class text_handler
282 virtual ~text_handler()
290 void text_handler<ch>::process(handler_args<ch>& args)
327 void set_text_handler(text_handler<ch>& handler)
348 text_handler<ch>* text_handler_ptr;
H A Ddocument.hpp616 xml::text_handler<char_type> text_handler; in create_from_ssml() local
617 parser.set_text_handler(text_handler); in create_from_ssml()
/dports/math/geogram/geogram-1.7.7/tools/
H A DFileUtils.pm68 elsif( $attrs{text_handler} ) {
69 $TEXT_HANDLER = $attrs{text_handler};
H A Dgenerate_todo_list.pl97 text_handler => \&process_text,
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/xml/
H A DSkXMLParser.cpp109 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
150 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/xml/
H A DSkXMLParser.cpp109 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
150 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/xml/
H A DSkXMLParser.cpp110 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
151 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/xml/
H A DSkXMLParser.cpp109 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
150 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/xml/
H A DSkXMLParser.cpp109 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
150 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/xml/
H A DSkXMLParser.cpp109 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
150 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/xml/
H A DSkXMLParser.cpp107 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
148 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/xml/
H A DSkXMLParser.cpp107 void XMLCALL text_handler(void *data, const char* txt, int len) { in text_handler() function
148 XML_SetCharacterDataHandler(ctx.fXMLParser, text_handler); in parse()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dmarkup-parse.c63 text_handler (GMarkupParseContext *context, in text_handler() function
97 text_handler,
/dports/games/lincity/lincity-1.13.1/
H A Ddialbox.c62 text_handler(int x, int y, int button) in text_handler() function
234 text_handle = mouse_register(&text_window,&text_handler); in dialog_box()
/dports/benchmarks/sysbench/sysbench-1.0.20/src/
H A Dsb_logger.c86 static log_handler_t text_handler = { variable
129 log_add_handler(LOG_MSG_TYPE_TEXT, &text_handler); in log_register()
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dxpad-preferences.c55 guint text_handler; member
295 …pref->priv->text_handler = g_signal_connect (pref->priv->textbutton, "color-set", G_CALLBACK (chan… in xpad_preferences_init()
453 g_signal_handler_block (pref->priv->textbutton, pref->priv->text_handler); in notify_text_color()
469 g_signal_handler_unblock (pref->priv->textbutton, pref->priv->text_handler); in notify_text_color()
/dports/japanese/tomoe/tomoe-0.6.0/lib/
H A Dtomoe-xml-parser.c340 text_handler (GMarkupParseContext *context, in text_handler() function
408 text_handler,
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Dlogging.py292 self.log_handler = [self.text_handler]
323 self.log_handler = [self.text_handler]
419 def text_handler(self, msg): member in Logger
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_parsehtml.h97 udm_rc_t (*text_handler)(struct udm_html_parser_st *st); member
/dports/x11/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2/panel-plugin/
H A Dactions.c111 static void text_handler (GMarkupParseContext *context,
121 text_handler,
299 text_handler (GMarkupParseContext *context, in text_handler() function
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptextbuffer-serialize.c427 text_handler (GMarkupParseContext *context, in text_handler() function
553 text_handler, in gimp_text_buffer_deserialize()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/textPango/
H A Dgimptextbuffer-serialize.c496 static void text_handler ( GMarkupParseContext *context, const gchar *text, gsize text_len, gpointe… in text_handler() function
625 text_handler, in gimp_text_buffer_deserialize()

1234