HomeSort by: relevance | last modified time | path
    Searched defs:html (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 1 //==- HTMLRewrite.h - Translate source code into prettified HTML ---*- C++ -*-//
10 // into beautified HTML.
26 namespace html { namespace in namespace:clang
52 /// are translated so that they are not interpreted as HTML tags.
57 /// in 's' are not interpreted as HTML tags. Unlike the version of
68 /// SyntaxHighlight - Relex the specified FileID and annotate the HTML with
73 /// file, to reexpand macros and insert (into the HTML) information about the
78 } // end html namespace
  /src/external/bsd/flex/dist/tests/
bison_yylval_parser.y 24 /* Accepts html-like input.
69 html: label
71 | starttag html endtag
72 | html TEXT { process_text($2); free($2);}
73 | html starttag html endtag
  /src/external/mit/libuv/dist/tools/
make_dist_html.py 8 HTML = r'''
9 <!DOCTYPE html>
10 <html>
38 </html>
106 html = ''
109 html += GROUPS.format(groups=groups)
111 return html
120 html = HTML.format(groups=groups).strip() variable
121 html = re.sub('>\\s+<', '><', html variable
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/eqn/
main.cpp 49 int html = 0; variable
176 if (html) {
183 if (html) {
306 if (strcmp(device, "ps:html") == 0) {
308 html = 1;
357 ".if !'\\*(.T'html' " // the html device uses `-Tps' to render
361 printf(".if '\\*(.T'html' "
365 printf(".if '\\*(.T'html' "
  /src/external/bsd/mdocml/dist/
html.h 1 /* Id: html.h,v 1.109 2021/09/09 14:47:24 schwarze Exp */
18 * Internal interfaces for mandoc(1) HTML formatters.
19 * For use by the individual HTML formatters only.
83 struct html { struct
112 #define HTML_FRAGMENT (1 << 0) /* don't emit HTML/HEAD/BODY */
121 void roff_html_pre(struct html *, const struct roff_node *);
123 void print_gen_comment(struct html *, struct roff_node *);
124 void print_gen_decls(struct html *);
125 void print_gen_head(struct html *);
126 struct tag *print_otag(struct html *, enum htmltag, const char *, ...)
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.h 109 /* Maps an HTML abbreviation to ISO and Unicode codes for a given code. */
116 char *html; /* HTML equivalent like umlaut auml => &auml; */
126 HTML and Emacs */
115 char *html; \/* HTML equivalent like umlaut auml => &auml; *\/ member in struct:__anon9564
  /src/external/public-domain/sqlite/sqlite2mdoc/
main.c 71 * HTML tags that we recognise.
176 * How to handle HTML tags we find in the text.
179 const char *html; /* HTML to key on */ member in struct:taginfo
1438 * parsing of the HTML, for instance,
1440 * These are not well-formed HTML.
1493 * Do on-the-fly processing of any HTML we encounter into
1523 * Only do this if we're not before a block-level HTML,
1531 sz = strlen(tags[tag].html);
1533 tags[tag].html, sz) == 0
    [all...]
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 1 /* $NetBSD: post-html.cpp,v 1.2 2016/01/13 19:01:58 christos Exp $ */
7 * Gaius Mulley (gaius@glam.ac.uk) wrote post-html.cpp
32 #include "html.h"
33 #include "html-text.h"
34 #include "html-table.h"
81 static int manufacture_headings = FALSE; /* default is to use the Hn html headings, */
85 /* multiple files with `job_name'-%d.html */
87 /* multiple html files, one for each */
89 static int base_point_size = 0; /* which troff font size maps onto html */
237 * set_file_name - sets the final file name to contain the html
1941 simple_output html; member in class:html_printer
    [all...]

Completed in 30 milliseconds