Home
last modified time | relevance | path

Searched refs:html (Results 1 - 25 of 192) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp233 std::string html; in page() local
239 html += "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>\n"; in page()
240 html += "<html>\n"; in page()
241 html += "<head>\n"; in page()
242 html += "<meta http-equiv='content-type' content='text/html; charset=UTF-8'>\n"; in page()
243 html += "<title>SwiftShader Configuration Panel</title>\n"; in page()
244 html += "</head>\n"; in page()
245 html in page()
466 std::string html; profile() local
[all...]
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile16 .SUFFIXES: .gl .xml .html .xhtml .ck.xhtml .tex .pdf .3G .tar .tar.gz
17 .PHONY: man html pdf tex
19 # We now generate the EGL man pages as .html instead of .xml
22 %.html: ../%.xml $(DB2XHTML)
30 eglBindAPI.html \
31 eglBindTexImage.html \
32 eglChooseConfig.html \
33 eglCopyBuffers.html \
34 eglCreateContext.html \
35 eglCreatePbufferSurface.html \
[all...]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile16 .SUFFIXES: .gl .xml .html .xhtml .ck.xhtml .tex .pdf .3G .tar .tar.gz
17 .PHONY: man html pdf tex
19 # We now generate the EGL man pages as .html instead of .xml
22 %.html: ../%.xml $(DB2XHTML)
30 eglBindAPI.html \
31 eglBindTexImage.html \
32 eglChooseConfig.html \
33 eglCopyBuffers.html \
34 eglCreateContext.html \
35 eglCreatePbufferSurface.html \
[all...]
/third_party/json/docs/docset/
H A DdocSet.sql6 INSERT INTO searchIndex(name, type, path) VALUES ('adl_serializer', 'Class', 'api/adl_serializer/index.html');
7 INSERT INTO searchIndex(name, type, path) VALUES ('adl_serializer::from_json', 'Function', 'api/adl_serializer/from_json/index.html');
8 INSERT INTO searchIndex(name, type, path) VALUES ('adl_serializer::to_json', 'Function', 'api/adl_serializer/to_json/index.html');
9 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype', 'Class', 'api/byte_container_with_subtype/index.html');
10 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::byte_container_with_subtype', 'Constructor', 'api/byte_container_with_subtype/byte_container_with_subtype/index.html');
11 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::clear_subtype', 'Method', 'api/byte_container_with_subtype/clear_subtype/index.html');
12 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::has_subtype', 'Method', 'api/byte_container_with_subtype/has_subtype/index.html');
13 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::set_subtype', 'Method', 'api/byte_container_with_subtype/set_subtype/index.html');
14 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::subtype', 'Method', 'api/byte_container_with_subtype/subtype/index.html');
15 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json', 'Class', 'api/basic_json/index.html');
[all...]
/third_party/ffmpeg/doc/
H A DMakefile21 HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/%-all.html) $(COMPONENTS-yes:%=doc/%.html) $(LIBRARIES-yes:%=doc/%.html) \
22 doc/developer.html \
23 doc/faq.html \
24 doc/fate.html \
25 doc/general.html \
26 doc/git-howto.html \
27 doc/mailing-list-faq.html \
[all...]
/third_party/python/Lib/test/
H A Dtest_htmlparser.py3 import html.parser namespace
8 class EventCollector(html.parser.HTMLParser):
13 html.parser.HTMLParser.__init__(self, *args, **kw)
117 <!DOCTYPE html PUBLIC 'foo'>
129 ("decl", "DOCTYPE html PUBLIC 'foo'"),
131 ("starttag", "html", []),
143 ("endtag", "html"),
222 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html
228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" '
230 ('html PUBLI
[all...]
H A Dtest_html.py2 Tests for the html module functions.
5 import html namespace
12 html.escape('\'<script>"&foo;"</script>\''),
15 html.escape('\'<script>"&foo;"</script>\'', False),
22 self.assertEqual(html.unescape(text), expected,
27 self.assertEqual(html.unescape(text), expected,
/third_party/python/Doc/
H A DMakefile26 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
34 @echo " html to make standalone HTML files"
35 @echo " htmlview to open the index page built by the html target in your browser"
76 html: BUILDER = html
77 html: build
78 @echo "Build finished. The HTML pages are in build/html."
143 htmlview: html
144 $(PYTHON) -c "import os, webbrowser; webbrowser.open('file://' + os.path.realpath('build/html/index.html'))"
[all...]
/third_party/mbedtls/docs/architecture/
H A DMakefile7 html: $(all_markdown:.md=.html)
9 all: html pdf
12 .SUFFIXES: .md .html .pdf
14 .md.html:
20 rm -f *.html *.pdf
21 rm -f testing/*.html testing/*.pdf
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile51 # html - HTML single-page API specification
65 allspecs: html pdf styleguide registry
111 # HTMLDIR - 'html' target
114 HTMLDIR = $(OUTDIR)/html
171 # This used to be a dependency in the spec html/pdf targets,
175 # http://neugierig.org/software/blog/2014/11/binary-revisions.html
305 # There is some complexity to try and avoid short virtual targets like 'html'
316 chunked: $(HTMLDIR)/vkspec.html $(SPECSRC) $(COMMONDOCS)
317 $(QUIET)$(CHUNKINDEX)/addscripts.sh $(HTMLDIR)/vkspec.html $(HTMLDIR)/prechunked.html
[all...]
H A DtestBuild24 ./makeSpec -spec $options -genpath build_tests/gen-$build -test html
53 if ! diff build_tests/expectations/$build.html build_tests/gen-$build/out/html/vkspec.html; then
71 echo " - build_tests/gen-*/out/html/vkspec.html, and"
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java2 // License & terms of use: http://www.unicode.org/copyright.html
433 public void print(PrintWriter pw, boolean detail, boolean html) { in print() argument
434 print(pw, detail, html, true); in print()
437 public void print(PrintWriter pw, boolean detail, boolean html, boolean withStatus) { in print() argument
439 format(buf, detail, html, withStatus); in print()
443 public void format(StringBuilder buf, boolean detail, boolean html, boolean withStatus) { in format() argument
470 if (html) { in format()
484 s = "<span style='color:" + color + "'>" + prepText(s, html) + "</span>"; in format()
501 if (html) { in format()
505 buf.append(prepText(cls, html)); in format()
563 prepText(String text, boolean html) prepText() argument
581 println(PrintWriter pw, boolean detail, boolean html) println() argument
[all...]
H A DReportAPI.java2 // License & terms of use: http://www.unicode.org/copyright.html
15 * java -old: icu4j28.api.zip -new: icu4j30.api -html -out: icu4j_compare_28_30.html
48 boolean html; field in ReportAPI
78 public void print(PrintWriter pw, boolean detail, boolean html) { in print() argument
80 removed.print(pw, detail, html); in print()
81 if (html) { in print()
87 added.print(pw, detail, html); in print()
95 boolean html = false; in main()
105 } else if (arg.equals("-html")) { in main()
266 writeReport(String outFile, boolean html, boolean internal) writeReport() argument
460 printResults(Collection<? extends APIInfo> c, PrintWriter pw, boolean html, boolean isChangedAPIs) printResults() argument
[all...]
/third_party/mbedtls/docs/proposed/
H A DMakefile12 html: $(all_markdown:.md=.html)
14 all: html pdf
17 .SUFFIXES: .md .html .pdf
19 .md.html:
25 rm -f *.html *.pdf
/third_party/libuv/tools/
H A Dmake_dist_html.py9 <!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
122 print(html)
[all...]
/third_party/node/deps/uv/tools/
H A Dmake_dist_html.py9 <!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
122 print(html)
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c214 char *html; in standard_request_handler() local
222 asprintf(&html,"body{color:green;}"); in standard_request_handler()
224 asprintf(&html,"body{color:red;}"); in standard_request_handler()
229 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler()
230 free(html); in standard_request_handler()
240 asprintf(&html,"<html>" in standard_request_handler()
242 "request:</b><br><br><pre>%s</pre></body></html>",data); in standard_request_handler()
246 asprintf(&html,"<htm in standard_request_handler()
[all...]
H A Dspdy_response_with_callback.c97 char *html; in standard_request_handler() local
125 asprintf(&html,"<html>" in standard_request_handler()
126 "<body><b>Closing now!</body></html>"); in standard_request_handler()
131 asprintf(&html,"<html>" in standard_request_handler()
132 "<body><a href=\"/spdy-draft.txt\">/spdy-draft.txt</a><br></body></html>"); in standard_request_handler()
135 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); in standard_request_handler()
136 free(html); in standard_request_handler()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dtranslate_math.js5 // Translates the latexmath in html on build time using KaTeX
6 // Usage: nodejs translate_math.js katex/katex.min.js vkspec.html
15 var html = fs.readFileSync(filepath, "utf8"); variable
26 html = html.replace( regex,
28 return katex.renderToString( he.decode(g1, {'strict': true}), {displayMode: delim.display, output: 'html', strict: true} );
33 fs.writeFileSync(filepath, html, 'utf8');
/third_party/skia/third_party/externals/icu/scripts/
H A Dupdate.sh32 for file in source LICENSE license.html readme.html APIChangeReport.html
38 for file in source LICENSE license.html readme.html APIChangeReport.html
55 # $line is not quoted to expand "*html.ucm".
/third_party/python/Lib/
H A Dcgitb.py12 format - 'text' or 'html' controls the output format
15 and the output format is 'html' (for backwards compatibility with the
35 from html import escape as html_escape
43 Content-Type: text/html
106 def html(einfo, context=5): function
132 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file))
138 call = 'in ' + strong(pydoc.html.escape(func))
141 formatvalue=lambda value: '=' + pydoc.html.repr(value))
157 line = '<tt>=&gt;%s%s</tt>' % (num, pydoc.html.preformat(line))
160 line = '<tt>&nbsp;&nbsp;%s%s</tt>' % (num, pydoc.html
[all...]
/third_party/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm6 # * License & terms of use: http://www.unicode.org/copyright.html
18 my $html = "noName";
194 $html = $date;
195 $html =~ s/://g; # ':' illegal
196 $html =~ s/\s*\d+$//; # delete year
197 $html =~ s/^\w+\s*//; # delete dow
198 $html = "$t $html.html";
200 $html
[all...]
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm5 # * License & terms of use: http://www.unicode.org/copyright.html
20 my $html = "noName";
194 $html = $date;
195 $html =~ s/://g; # ':' illegal
196 $html =~ s/\s*\d+$//; # delete year
197 $html =~ s/^\w+\s*//; # delete dow
198 $html = "$t $html.html";
200 $html
[all...]
/third_party/libevdev/doc/style/
H A Ddynsections.js7 {$('table.directory tr').each(function(){var l=this.id.split('_').length-1;var i=$('#img'+this.id.substring(3));var a=$('#arr'+this.id.substring(3));if(l<level+1){i.removeClass('iconfopen iconfclosed').addClass('iconfopen');a.html('&#9660;');$(this).show();}else if(l==level+1){i.removeClass('iconfclosed iconfopen').addClass('iconfclosed');a.html('&#9658;');$(this).show();}else{$(this).hide();}});updateStripes();}
9 {var currentRow=$('#row_'+id);var rows=currentRow.nextAll("tr");var re=new RegExp('^row_'+id+'\\d+_$',"i");var childRows=rows.filter(function(){return this.id.match(re);});if(childRows.filter(':first').is(':visible')===true){var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");currentRowSpans.filter(".arrow").html('&#9658;');rows.filter("[id^=row_"+id+"]").hide();}else{var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");currentRowSpans.filter(".arrow").html('&#9660;');var childRowsSpans=childRows.find("span");childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");childRowsSpans.filter(".arrow").html('&#9658;');childRows.show();}
/third_party/libevdev/doc/html/
H A Ddynsections.js60 a.html('&#9660;');
64 a.html('&#9658;');
91 currentRowSpans.filter(".arrow").html('&#9658;');
97 currentRowSpans.filter(".arrow").html('&#9660;');
101 childRowsSpans.filter(".arrow").html('&#9658;');

Completed in 12 milliseconds

12345678