Searched defs:html (Results 1 – 13 of 13) sorted by relevance
83 struct html { struct84 int flags;96 size_t indent; /* current output indentation level */97 int noindent; /* indent disabled by <pre> */121 void roff_html_pre(struct html *, const struct roff_node *); argument
13 html { max-width: 65em; selector357 html { --bg: #1E1F21; selector
15 html: target
25 html sphinx sphinx-html: target
52 html: target
1 html { selector
8 html { font-family: sans-serif; } selector
561 Logger::html(std::function<std::unique_ptr<llvm::raw_ostream>()> Streams) { in html() function in clang::dataflow::Logger
2 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}b… selector
2494 html: true, property5762 wrapAll: function( html ) { argument5791 wrapInner: function( html ) { argument5811 wrap: function( html ) { argument5908 html: function( value ) { method
1185 'html': '×' property
265 evhttp_htmlescape(const char *html) in evhttp_htmlescape()