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

1234567891011>>

/external/doclava/res/assets/templates/
H A Ddoctype.cs1 <!DOCTYPE html
H A Dindex.cs0 <html>
3 <meta http-equiv="refresh" content="0;url=packages.html">
8 </html
/external/webkit/Source/JavaScriptCore/tests/mozilla/
H A DMakefile2 exec perl mklistpage.pl > menubody.html
3 cat menuhead.html menubody.html menufoot.html > menu.html
H A Dmklistpage.pl34 # Creates the meat of a test suite manager page, requites menuhead.html and menufoot.html
42 local $html = ""; # html output
48 print ($html);
61 $html .= "<h3>Test Suites:</h3>\n";
62 $html .= "<center>\n";
63 $html .= " <input type='button' value='Select All' " .
65 $html .= " <input type='button' value='Select None' " .
69 $html
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLBuffer.idl26 module html {
H A DWebGLFramebuffer.idl26 module html {
H A DWebGLProgram.idl26 module html {
H A DWebGLRenderbuffer.idl26 module html {
H A DWebGLShader.idl26 module html {
H A DWebGLTexture.idl26 module html {
H A DWebGLUniformLocation.idl27 module html {
H A DWebGLVertexArrayObjectOES.idl26 module html {
H A DOESTextureFloat.idl26 module html {
/external/webkit/Source/WebCore/html/
H A DHTMLAudioElement.idl26 module html {
H A DHTMLDListElement.idl20 module html {
H A DHTMLDetailsElement.idl20 module html {
H A DHTMLDirectoryElement.idl20 module html {
H A DHTMLMenuElement.idl20 module html {
H A DTextMetrics.idl26 module html {
H A DVoidCallback.idl26 module html {
H A DHTMLBRElement.idl20 module html {
H A DHTMLBlockquoteElement.idl20 module html {
H A DHTMLDataListElement.idl31 module html {
/external/markdown/markdown/
H A Dpostprocessors.py33 takes the html document as a single text string and returns a
41 """ Restore raw html to the document. """
44 """ Iterate over html stash and restore "safe" html. """
46 html, safe = self.markdown.htmlStash.rawHtmlBlocks[i]
49 html = self.escape(html)
51 html = ''
53 html = markdown.HTML_REMOVED_TEXT
57 html
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dsync_internals_html_source.cc34 std::string html(html_template.data(), html_template.size());
35 jstemplate_builder::AppendI18nTemplateSourceHtml(&html);
36 jstemplate_builder::AppendJsTemplateSourceHtml(&html);
37 jstemplate_builder::AppendJsonHtml(&localized_strings, &html);
38 jstemplate_builder::AppendI18nTemplateProcessHtml(&html);
41 bytes->data.resize(html.size());
42 std::copy(html.begin(), html.end(), bytes->data.begin());
48 return "text/html";

Completed in 204 milliseconds

1234567891011>>