Home
last modified time | relevance | path

Searched refs:html_bold (Results 1 – 19 of 19) sorted by relevance

/dports/irc/gruftistats/gruftistats-0.2.4/
H A Dtext2html.c42 html_bold = 1, enumerator
274 if (state & html_bold) in url_catcher()
292 if (state & html_bold) in url_catcher()
296 state ^= html_bold; in url_catcher()
H A Dircstats.c106 enum html_flags_e { html_bold = 1, html_underline = 2 }; enumerator
/dports/graphics/jp2a/jp2a-1.1.1/include/
H A Doptions.h39 extern int html_bold; //!< use bold characters in HTML output
/dports/editors/calligra/calligra-3.2.1/filters/sheets/html/
H A Dhtmlexport.cc55 const QString html_bold = "b"; variable
344 text.insert(0, '<' + html_bold + '>'); in convertSheet()
345 text.append("</" + html_bold + '>'); in convertSheet()
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dexp-html.c245 static const char *html_bold[] = { "</b>", "<b>" }; variable
609 puts (html_bold[0]); in export()
692 puts(html_bold[html->bold]); in export()
730 puts(html_bold[0]); in export()
/dports/www/elinks/elinks-0.11.7/src/document/html/parser/
H A Dgeneral.h11 element_handler_T html_bold; variable
H A Dparse.c425 {"B", html_bold, 0, ELEMENT_TYPE_NESTABLE },
436 {"DFN", html_bold, 0, ELEMENT_TYPE_NESTABLE },
479 {"STRONG", html_bold, 0, ELEMENT_TYPE_NESTABLE },
H A Dgeneral.c52 html_bold(struct html_context *html_context, unsigned char *a, in html_bold() function
/dports/graphics/jp2a/jp2a-1.1.1/src/
H A Doptions.c58 int html_bold = 1; variable
247 IF_OPT ("--html-no-bold") { html_bold = 0; continue; } in parse_options()
H A Dhtml.c134 if ( html_bold ) in print_css()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviConsoleWindow.cpp1213 static QString html_bold("<b>"); in getWindowListTipText() local
1247 buffer += html_bold; in getWindowListTipText()
1261 buffer += html_bold; in getWindowListTipText()
1294 buffer += html_bold; in getWindowListTipText()
1305 buffer += html_bold; in getWindowListTipText()
1317 buffer += html_bold; in getWindowListTipText()
/dports/devel/p5-Perl-Tidy/Perl-Tidy-20211029/lib/Perl/Tidy/
H A DHtmlWriter.pm17 %html_bold
544 $html_bold{$short_name} = $rOpts->{"html-bold-$long_name"};
630 if ( $html_bold{$short_name} ) {
1372 if ( $html_bold{$short_name} ) { $token = "<b>$token</b>" }
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_text_lexer.mll95 let html_bold = "<"('b'|'B')">"
135 let begin_bold = "{b"blank_nl | html_bold
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_text_lexer.mll95 let html_bold = "<"('b'|'B')">"
135 let begin_bold = "{b"blank_nl | html_bold
/dports/www/links1/links-1.04/
H A Dhtml.c719 void html_bold(unsigned char *a) { format_.attr |= AT_BOLD; } in html_bold() function
2054 {"B", html_bold, 0, 0},
2055 {"STRONG", html_bold, 0, 0},
2056 {"DFN", html_bold, 0, 0},
/dports/www/links/links-2.25/
H A Dhtml.c952 static void html_bold(unsigned char *a) in html_bold() function
2771 {"B", html_bold, 0, 0},
2772 {"STRONG", html_bold, 0, 0},
2773 {"DFN", html_bold, 0, 0},
/dports/security/sudoscript/sudoscript-2.1.2/
H A Dperltidy2389 %html_bold
2666 $html_bold{$short_name} = $rOpts->{"html-bold-$long_name"};
2748 if ( $html_bold{$short_name} ) {
2877 if ( $html_bold{$short_name} ) { $token = "<B>$token</B>" }
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/perlutils/perltidy/Perl/
H A DTidy.pm4013 %html_bold
4478 $html_bold{$short_name} = $rOpts->{"html-bold-$long_name"};
4561 if ( $html_bold{$short_name} ) {
5230 if ( $html_bold{$short_name} ) { $token = "<b>$token</b>" }
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Perl/
H A DTidy.pm4184 %html_bold
4649 $html_bold{$short_name} = $rOpts->{"html-bold-$long_name"};
4732 if ( $html_bold{$short_name} ) {
5401 if ( $html_bold{$short_name} ) { $token = "<b>$token</b>" }