HomeSort by relevance Sort by last modified time
    Searched refs:HTML (Results 251 - 275 of 420) sorted by null

<<11121314151617

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go 11 "html"
30 ssaConfig.HTML = nil
77 s.config.HTML = ssa.NewHTMLWriter("ssa.html", s.config, name)
    [all...]
  /prebuilts/go/linux-x86/src/html/
entity.go 5 package html package
10 // entity is a map from HTML entity names to their values. The semicolon matters:
11 // http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html
15 // http://www.w3.org/TR/html4/sgml/entities.html
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 155 pagePath += 'index.html';
362 .append(": " + $nextLink.html());
369 $('.content-footer .next-page-link').append(": " + $nextLink.html());
374 if (prevHref == SITE_ROOT + 'index.html') {
412 $h2Title = $('<a class="title" href="'+$(this).attr('href')+'"><h2>' + $(this).html()+'</h2><span></span></a>');
423 $olLessons.append('<li><a href="'+$(this).attr('href')+'">' + $(this).html()+'</a></li>');
577 // if there's at least one, add the shadowbox HTML to the body
    [all...]
  /build/make/tools/
warn.py 4 """Grep warnings messages and output HTML tables or warning counts in CSV.
6 Default is to output warnings in HTML tables grouped by warning severity.
41 # To emit html page of warning messages:
43 # Old stuff for static html components:
44 # html_script_style: static html scripts and styles
55 # New dynamic HTML page's static JavaScript data:
56 # Some data are copied from Python to JavaScript, to generate HTML elements.
71 # New dynamic HTML page's dynamic JavaScript data:
73 # New dynamic HTML related function to emit data:
85 parser = argparse.ArgumentParser(description='Convert a build log into HTML')
    [all...]
  /external/testng/doc/
prettify.js 7 // 1) include this source file in an html page via
11 // You can also use the (html deprecated) <xmp> tag, but the pretty printer
112 * for a styleless token, such as an embedded html tag.
126 /** a helper class that decodes common html entities used to escape source and
127 * markup punctuation characters in html.
213 /** used to convert html special characters embedded in XMP tags into html. */
219 /** split markup into chunks of html tags (style null) and
222 * @param s a String of html.
    [all...]
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart_test.go 401 "\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: 7bit\nContent-Type: text/plain;\n\tcharset=US-ASCII;\n\tdelsp=yes;\n\tformat=flowed\n\nI'm finding the same thing happening on my system (10.4.1).\n\n\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: quoted-printable\nContent-Type: text/html;\n\tcharset=ISO-8859-1\n\n<HTML><BODY>I'm finding the same thing =\nhappening on my system (10.4.1).=A0 But I built it with XCode =\n2.0.</BODY></=\nHTML>=\n\r\n--Apple-Mail-2-292336769--\n"
459 // Read the inner text/plain and text/html sections of the multipart/alternative.
470 t.Fatalf("reading text/html part: %v", err)
473 t.Fatalf("reading text/html part: got %q, %v", b, err)
664 Content-Type: text/html; charset="utf-8"
667 html things
679 Content-Type: text/html; charset="utf-8"
682 html things
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart_test.go 401 "\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: 7bit\nContent-Type: text/plain;\n\tcharset=US-ASCII;\n\tdelsp=yes;\n\tformat=flowed\n\nI'm finding the same thing happening on my system (10.4.1).\n\n\n--Apple-Mail-2-292336769\nContent-Transfer-Encoding: quoted-printable\nContent-Type: text/html;\n\tcharset=ISO-8859-1\n\n<HTML><BODY>I'm finding the same thing =\nhappening on my system (10.4.1).=A0 But I built it with XCode =\n2.0.</BODY></=\nHTML>=\n\r\n--Apple-Mail-2-292336769--\n"
459 // Read the inner text/plain and text/html sections of the multipart/alternative.
470 t.Fatalf("reading text/html part: %v", err)
473 t.Fatalf("reading text/html part: got %q, %v", b, err)
664 Content-Type: text/html; charset="utf-8"
667 html things
679 Content-Type: text/html; charset="utf-8"
682 html things
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/misc/common/robolectric/lib/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /build/make/tools/droiddoc/templates-sac/assets/js/
docs.js 141 pagePath += 'index.html';
292 .removeClass("hide").append($nextLink.html());
300 if (prevHref == SITE_ROOT + 'index.html') {
329 current.html() + "</a></li>";
350 $h2Title = $('<a class="title" href="'+$(this).attr('href')+'"><h2>' + $(this).html()+'</h2><span></span></a>');
360 $olLessons.append('<li><a href="'+$(this).attr('href')+'">' + $(this).html()+'</a></li>');
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py 3 # Convert GNU texinfo files into HTML, one file per node.
9 # ".html" as their extension.
34 # Support the most recent texinfo version and take a good look at HTML 3.0
49 # @multitable output an HTML table
53 # HTML Help output. This will cause three files to be created
55 # `basename`.hhp HTML Help Workshop project file
58 # When fed into HTML Help Workshop, the resulting file will be
97 DOCTYPE = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'
101 epilogue = '</BODY></HTML>\n'
    [all...]
  /external/python/cpython2/Tools/scripts/
texi2html.py 3 # Convert GNU texinfo files into HTML, one file per node.
9 # ".html" as their extension.
34 # Support the most recent texinfo version and take a good look at HTML 3.0
49 # @multitable output an HTML table
53 # HTML Help output. This will cause three files to be created
55 # `basename`.hhp HTML Help Workshop project file
58 # When fed into HTML Help Workshop, the resulting file will be
97 DOCTYPE = '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'
101 epilogue = '</BODY></HTML>\n
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 286 // Show documentation for html/template's New function.
287 // (html/template is lexically before text/template)
565 // golang.org/x/net/html
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 286 // Show documentation for html/template's New function.
287 // (html/template is lexically before text/template)
565 // golang.org/x/net/html
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 414 // HTML.
415 {"html", `{{html "<script>alert(\"XSS\");</script>"}}`,
417 {"html pipeline", `{{printf "<script>alert(\"XSS\");</script>" | html}}`,
419 {"html", `{{html .PS}}`, "a string", tVal, true},
801 {`<html>`, `\x3Chtml\x3E`},
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 414 // HTML.
415 {"html", `{{html "<script>alert(\"XSS\");</script>"}}`,
417 {"html pipeline", `{{printf "<script>alert(\"XSS\");</script>" | html}}`,
419 {"html", `{{html .PS}}`, "a string", tVal, true},
801 {`<html>`, `\x3Chtml\x3E`},
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 

Completed in 720 milliseconds

<<11121314151617