Home
last modified time | relevance | path

Searched refs:convert_to_html (Results 1 – 4 of 4) sorted by relevance

/dports/x11/lilyterm/LilyTerm-0.9.9.4/src/
H A Dconsole.c130 gchar *get_help_message_usage(gchar *profile, gboolean convert_to_html) in get_help_message_usage() argument
134 profile, convert_to_html); in get_help_message_usage()
169 if (convert_to_html) in get_help_message_usage()
195 if (convert_to_html) in get_help_message_usage()
217 gchar *get_help_message_key_binding(gboolean convert_to_html) in get_help_message_key_binding() argument
220 g_debug("! Launch get_help_message_key_binding() with convert_to_html = %d!", convert_to_html); in get_help_message_key_binding()
253 if (convert_to_html) in get_help_message_key_binding()
H A Dlilyterm.h72 gchar *get_help_message_usage(gchar *profile, gboolean convert_to_html);
73 gchar *get_help_message_key_binding(gboolean convert_to_html);
/dports/print/texinfo/texinfo-6.8/tp/t/
H A Dtest_utils.pl114 'html' => \&convert_to_html,
115 'file_html' => \&convert_to_html,
116 'html_text' => \&convert_to_html,
588 sub convert_to_html($$$$$$;$) subroutine
/dports/mail/geary/geary-40.0/src/engine/rfc822/
H A Drfc822-message.vala860 * The convert_to_html flag indicates if the plaintext body should
867 public string? get_plain_body(bool convert_to_html, InlinePartReplacer? replacer)
869 return internal_get_body("plain", convert_to_html, replacer);