HomeSort by relevance Sort by last modified time
    Searched defs:html (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
AttributeSet.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
HTMLTable.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
IElement.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
Attribute.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
Tag.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
22 public static final Tag HTML = new TagImpl ("HTML");
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
27 * This class implements the html_strip function. It removes html tags from text, and expands
28 * numbered and named html entities to their corresponding special characters.
36 // inside a html tag.
48 // Html specific characters.
TextHtmlFunction.java 17 package com.google.clearsilver.jsilver.functions.html;
30 * It converts plain text into html, including adding 'tt' tags to ascii art and linking email and
33 * Note this implementation differs from ClearSilver, in that it html escapes the contents of links
38 // These regular expressions are adapted from html.c in the ClearSilver
63 // We don't have access to the global html escaper here, so create a new one.
66 // Escapes a small set of non-safe html characters, and does a a very small
199 * has_space_formatting in html.c in the ClearSilver source.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTreeBuilder.java 16 package com.android.mail.lib.html.parser;
19 import com.android.mail.lib.html.parser.HtmlDocument.EndTag;
39 private final List<HTML.Element> stack = new ArrayList<HTML.Element>();
44 /** Gets the built html tree */
72 HTML.Element element = t.getElement();
98 HTML.Element element = t.getElement();
129 private int findStartTag(HTML.Element element) {
131 HTML.Element e = stack.get(i);
144 HTML.Element element = pop()
298 String html = new String(ByteStreams.toByteArray(System.in)); local
    [all...]
HtmlParser.java 16 package com.android.mail.lib.html.parser;
37 * HtmlParser is a simple but efficient html parser.
39 * parser. It assumes that the entire html text is available.
40 * - It offers 3 levels of aggressiveness in correcting errors in HTML (see
42 * - HTML comments are ignored unless initialized with ParseStyle.PRESERVE_ALL.
57 // The html text
58 private String html; field in class:HtmlParser
69 // Whitelists for looking up accepted HTML tags and attributes
73 * This setting controls how much of the original HTML is preserved. In
76 * *** Warning - PRESERVE_ALL mode preserves invalid and unsafe HTML. **
387 private final String html; field in class:HtmlParser.TagNameScanner
434 private final String html; field in class:HtmlParser.AttributeScanner
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 16 package com.google.android.mail.common.html.parser;
19 import com.google.android.mail.common.html.parser.HtmlDocument.EndTag;
39 private final List<HTML.Element> stack = new ArrayList<HTML.Element>();
44 /** Gets the built html tree */
72 HTML.Element element = t.getElement();
98 HTML.Element element = t.getElement();
129 private int findStartTag(HTML.Element element) {
131 HTML.Element e = stack.get(i);
144 HTML.Element element = pop()
298 String html = new String(ByteStreams.toByteArray(System.in)); local
    [all...]
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /cts/tools/signature-tools/src/signature/io/html/
ClassOverviewPage.java 17 package signature.io.html;
HtmlDeltaExternalizer.java 17 package signature.io.html;
42 private static final String OVERVIEW_PAGE_NAME = "changes.html";
89 + "pkg_" + aPackage.getName() + ".html";
102 + ".html";
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientAutoLoginTest.java 79 final String path = "/" + testName + ".html";
80 final String html = testName; local
87 final String pageUrl = webServer.setResponse(path, html, headers);
GetTitleTest.java 21 private static final String GET_TITLE_TEST_PATH = "/get_title_test.html";
22 private static final String GET_TITLE_TEST_EMPTY_PATH = "/get_title_test_empty.html";
23 private static final String GET_TITLE_TEST_NO_TITLE_PATH = "/get_title_test_no_title.html";
48 StringBuilder html = new StringBuilder(); local
49 html.append("<html><head>");
51 html.append("<title>" + title + "</title>");
53 html.append("</head><body>BODY</body></html>");
54 return html.toString()
    [all...]
SaveRestoreStateTest.java 51 "/p1foo.html",
52 "/p2bar.html",
53 "/p3baz.html",
76 String html = CommonResources.makeHtmlPageFrom( local
79 mUrls[i] = mWebServer.setResponse(PATHS[i], html, null);
  /external/chromium_org/android_webview/native/
aw_dev_tools_server.cc 30 "http://chrome-devtools-frontend.appspot.com/serve_rev/%s/devtools.html";
130 const char html[] = local
131 "<html>"
135 "</html>";
136 return html;
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_clipboard_message_filter.cc 241 base::string16 html; local
245 clipboard->ReadHTML(type, &html, &url, &fragment_start, &fragment_end);
248 html.substr(fragment_start, fragment_end - fragment_start));
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_browsertest.cc 108 std::string html = local
119 LoadHTML(html.c_str());
248 std::string html = local
255 LoadHTML(html.c_str());
286 LoadHTML(html.c_str());
300 LoadHTML(html.c_str());
324 std::string html = local
328 LoadHTML(html.c_str());
358 nav_params.url = GURL("data:text/html,<p>Hello, again.</p>");
375 std::string html local
430 std::string html = local
473 std::string html = local
    [all...]
  /external/chromium_org/ppapi/tests/
testing_instance.cc 139 std::string html; local
140 html.append("<div class=\"test_line\"><span class=\"test_name\">");
141 html.append(test_name);
142 html.append("</span> ");
144 html.append("<span class=\"pass\">PASS</span>");
146 html.append("<span class=\"fail\">FAIL</span>: <span class=\"err_msg\">");
147 html.append(error_message);
148 html.append("</span>");
154 html.append(" <span class=\"time\">(");
155 html.append(time_string)
270 std::string html; local
288 std::string html; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.cpp 26 #include "core/html/HTMLViewSourceDocument.h"
31 #include "core/html/HTMLAnchorElement.h"
32 #include "core/html/HTMLBRElement.h"
33 #include "core/html/HTMLBaseElement.h"
34 #include "core/html/HTMLBodyElement.h"
35 #include "core/html/HTMLDivElement.h"
36 #include "core/html/HTMLHeadElement.h"
37 #include "core/html/HTMLHtmlElement.h"
38 #include "core/html/HTMLSpanElement.h"
39 #include "core/html/HTMLTableCellElement.h
68 RefPtr<HTMLHtmlElement> html = HTMLHtmlElement::create(*this); local
    [all...]
  /external/chromium_org/third_party/markupsafe/
_speedups.c 120 PyObject *s = NULL, *rv = NULL, *html; local
132 html = PyObject_GetAttrString(text, "__html__");
133 if (html) {
134 rv = PyObject_CallObject(html, NULL);
135 Py_DECREF(html);
188 "Convert the characters &, <, >, ', and \" in string s to HTML-safe\n"
190 "such characters in HTML. Marks return value as markup string."},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 12 format - 'text' or 'html' controls the output format
15 and the output format is 'html' (for backwards compatibility with the
21 The default handler displays output as HTML.
39 Content-Type: text/html
102 def html(einfo, context=5): function
103 """Return a nice HTML document describing a given traceback."""
109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
111 strong(pydoc.html.escape(str(etype))),
122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file))
130 formatvalue=lambda value: '=' + pydoc.html.repr(value)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 12 format - 'text' or 'html' controls the output format
15 and the output format is 'html' (for backwards compatibility with the
21 The default handler displays output as HTML.
39 Content-Type: text/html
102 def html(einfo, context=5): function
103 """Return a nice HTML document describing a given traceback."""
109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
111 strong(pydoc.html.escape(str(etype))),
122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file))
130 formatvalue=lambda value: '=' + pydoc.html.repr(value)
    [all...]

Completed in 742 milliseconds

1 23 4 5 6 7