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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 10 // https://golang.org/doc/articles/json_and_go.html
51 // to keep some browsers from misinterpreting JSON output as HTML.
184 // so that the JSON will be safe to embed inside HTML <script> tags.
185 // For historical reasons, web browsers don't honor standard HTML
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 152 // creates a parser that can handle typical HTML.
831 // http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 152 // creates a parser that can handle typical HTML.
831 // http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 31 HTML *HTMLWriter // html writer, for debugging
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 69 // We've found an HTML tag.
253 // attrs: http://www.w3.org/TR/html5/index.html#attributes-1
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go 31 HTML *HTMLWriter // html writer, for debugging
  /prebuilts/go/linux-x86/src/html/template/
transition.go 69 // We've found an HTML tag.
253 // attrs: http://www.w3.org/TR/html5/index.html#attributes-1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 35 BEGINHTMLREPORT="""<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
36 <html>
102 </html>
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 202 3005: HTML
552 HTML file
mtp-detect-asus-memo-pad7_2.txt 137 3005: HTML
468 HTML file
  /external/libxml2/doc/
search.php 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2 <html>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
31 <li><a href="index.html">Home</a></li>
32 <li><a href="intro.html">Introduction</a></li>
33 <li><a href="FAQ.html">FAQ</a></li>
34 <li><a href="docs.html">Documentation</a></li>
35 <li><a href="bugs.html">Reporting bugs and getting help</a></li>
36 <li><a href="help.html">How to help</a></li
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 35 BEGINHTMLREPORT="""<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
36 <html>
102 </html>
  /external/toolchain-utils/crosperf/
results_report.py 254 if out_to == 'HTML':
255 out_type = TablePrinter.HTML
382 """Class to generate html result report."""
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 172 from a <meta> tag in the HTML.
210 over https/http and looks for a <meta> tag in the document's HTML
346 See https://golang.org/doc/code.html for an example.
458 See https://golang.org/doc/articles/race_detector.html.
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 172 from a <meta> tag in the HTML.
210 over https/http and looks for a <meta> tag in the document's HTML
346 See https://golang.org/doc/code.html for an example.
458 See https://golang.org/doc/articles/race_detector.html.
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 34 pagePath += 'index.html';
165 $('.content-footer .next-class-link').append($nextLink.html());
174 $('.content-footer .prev-page-link').append($prevLink.html());
177 $('.content-footer .next-page-link').append($nextLink.html());
183 if (prevHref == SITE_ROOT + 'index.html') {
217 $h2Title = $('<a class="title" href="' + $(this).attr('href') + '"><h2 class="norule">' + $(this).html() + '</h2><span></span></a>');
226 $olLessons.append('<li><a href="' + $(this).attr('href') + '">' + $(this).html() + '</a></li>');
558 * Used on /index.html and /develop/index.html for carousel
561 * HTML
    [all...]
android_3p-bundle.js 20 * some functions for browser-side pretty printing of code contained in html.
24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a>
26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
32 * <li> include this source file in an html page via
37 * You can also use the (html deprecated) {@code <xmp>} tag, but the pretty
72 * @param {Array.<string>} out output buffer that receives chunks of HTML.
83 * @param {string} sourceCodeHtml code as html
84 * @return {string} code as html, but prettier
184 * http://www.mozilla.org/js/language/js20/rationale/syntax.html has the full
241 /** escapest html special characters to html. *
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 20 * some functions for browser-side pretty printing of code contained in html.
24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a>
26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
32 * <li> include this source file in an html page via
37 * You can also use the (html deprecated) {@code <xmp>} tag, but the pretty
72 * @param {Array.<string>} out output buffer that receives chunks of HTML.
83 * @param {string} sourceCodeHtml code as html
84 * @return {string} code as html, but prettier
184 * http://www.mozilla.org/js/language/js20/rationale/syntax.html has the full
241 /** escapest html special characters to html. *
    [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 20 * some functions for browser-side pretty printing of code contained in html.
24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a>
26 * number of languages including C and friends, Java, Python, Bash, SQL, HTML,
32 * <li> include this source file in an html page via
37 * You can also use the (html deprecated) {@code <xmp>} tag, but the pretty
72 * @param {Array.<string>} out output buffer that receives chunks of HTML.
83 * @param {string} sourceCodeHtml code as html
84 * @return {string} code as html, but prettier
184 * http://www.mozilla.org/js/language/js20/rationale/syntax.html has the full
241 /** escapest html special characters to html. *
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 59 CharInfo.getCharInfo(CharInfo.HTML_ENTITIES_RESOURCE, Method.HTML);
69 // HTML 4.0 loose DTD
86 // HTML 4.0 strict DTD
299 m_elementFlags.put("HTML", new ElemDesc(0 | ElemDesc.BLOCK | ElemDesc.HTMLELEM));
303 // file:///C:/Documents%20and%20Settings/sboag.BOAG600E/My%20Documents/html/sgml/loosedtd.html#basefont
306 // file:///C:/Documents%20and%20Settings/sboag.BOAG600E/My%20Documents/html/present/graphics.html#edef-STRIKE
310 // file:///C:/Documents%20and%20Settings/sboag.BOAG600E/My%20Documents/html/present/graphics.html#edef-
    [all...]
  /prebuilts/go/darwin-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/darwin-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...]

Completed in 861 milliseconds

1 2 3 4 5 6 7 8 91011>>