HomeSort by relevance Sort by last modified time
    Searched defs:HTML (Results 1 - 25 of 49) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Method.java 31 * <li>HTML
59 * The output method type for HTML documents: <tt>html</tt>.
61 public static final String HTML = "html";
78 * XML or HTML type (depending on the first tag in the output being html or
  /external/clang/docs/
Makefile 32 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \
37 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
39 .PHONY: install-html install-doxygen doxygen generated
43 install_targets += install-html
54 install-html: $(PROJ_OBJ_DIR)/html.tar.gz
55 $(Echo) Installing HTML documentation
56 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
57 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/im
    [all...]
  /external/llvm/docs/
Makefile 32 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \
36 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide
38 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated
40 install_targets := install-html
60 install-html: $(PROJ_OBJ_DIR)/html.tar.gz
61 $(Echo) Installing HTML documentation
62 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
63 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/htm
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.h 29 #include "core/html/parser/HTMLParserOptions.h"
42 HTML,
62 bool inForeignContent() const { return m_namespaceStack.last() != HTML; }
  /external/clang/docs/tools/
Makefile 17 # the POD files to HTML only and keep them in the src directories. It must also
21 DST_HTML_DIR=html/
27 all:: html man ps
30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
55 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD))
62 INSTALL_TARGETS := install-html install-man install-ps
66 .SUFFIXES: .html .pod .1 .ps
68 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
79 html: $(HTML
    [all...]
  /external/chromium_org/content/child/
site_isolation_policy.h 35 // 0:HTML, 1:XML, 2:JSON, 3:Plain, 4:Others
60 HTML = 0,
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwJavaBridgeTest.java 30 final String HTML = "<html>Hello World</html>";
48 HTML, "text/html", false);
63 loadDataSync(awContents, mContentsClient.getOnPageFinishedHelper(), HTML,
64 "text/html", false);
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.h 46 // NOTE: Support for html and file contents is required by TabContentViewWin.
48 // not use OSExchangeData. As such, file contents and html support is only
67 HTML = 1 << 5,
132 virtual void SetHtml(const base::string16& html, const GURL& base_url) = 0;
133 virtual bool GetHtml(base::string16* html, GURL* base_url) const = 0;
225 // Adds a snippet of HTML. |html| is just raw html but this sets both
226 // text/html and CF_HTML.
227 void SetHtml(const base::string16& html, const GURL& base_url)
    [all...]
  /external/emma/core/java12/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/streamhtmlparser/
HtmlParser.java 20 * Methods exposed for HTML parsing of text to facilitate implementation
21 * of Automatic context-aware escaping. The HTML parser also embeds a
35 * <li>{@code HTML} for HTML templates.
38 * <li>{@code HTML_IN_TAG} for HTML templates that consist only of
39 * HTML attribute name and value pairs. This is typically the case for
41 * parent template contains the start and the closing of the HTML tag.
42 * This is a special mode, for standard HTML templates please use
43 * {@link #HTML}.
52 HTML,
    [all...]
  /external/bison/djgpp/
config.bat 45 set HTML=enabled
46 if not "%HTML%" == "enabled" goto SmallEnv
123 if "%1" == "withouthtml" set HTML=disabled
124 if "%1" == "withoutHTML" set HTML=disabled
125 if "%1" == "WITHOUTHTML" set HTML=disabled
126 if not "%HTML%" == "disabled" goto SmallEnv
153 if "%HTML%" == "enabled" echo --enable-html >> args
154 if "%HTML%" == "disabled" echo --disable-html >> args
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 389 SmallString<1024> HTML;
391 ->convertCommentToHTML(FC, HTML, cxtu::getASTUnit(TU)->getASTContext());
392 return cxstring::createDup(HTML.str());
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 37 class HTML:
58 if "--format=html" in argv:
59 argv.remove ("--format=html")
60 format = ColorFormatter.HTML
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 54 * <td>text/html</td>
55 * <td>HtmlParser.Mode.HTML</td>
59 * <td>HtmlParser.Mode.HTML</td>
102 CONTENT_TYPE_LIST.put("text/html", HtmlParser.Mode.HTML);
103 CONTENT_TYPE_LIST.put("text/plain", HtmlParser.Mode.HTML);
241 "Attempting to start HTML parser in unsupported mode" + mode, resourceName);
256 throw new JSilverAutoEscapingException("Attempting to start HTML parser in invalid mode"
300 * encounters the include command, and {@code insertText} will cause the HTML parser to switch its
365 // Inside an HTML tag or attribute nam
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HTML.java 16 package com.android.mail.lib.html.parser;
23 * HTML class defines Element and Attribute classes.
27 public final class HTML {
30 * Html element
121 * @return just name, not proper HTML
133 if (o instanceof HTML.Element) {
134 HTML.Element that = (HTML.Element) o;
147 * Html attribute
213 * @return Element name (name only, not proper HTML)
    [all...]
HtmlDocument.java 16 package com.android.mail.lib.html.parser;
32 * HtmlDocument is a container for a list of html nodes, and represents the
33 * entire html document. It contains toHTML() method which prints out the html
44 * Creates a Html document.
45 * @param nodes list of html nodes
56 /** Returns a HTML string for the current document */
87 /** Returns the HTML document in debug format */
97 * @see HtmlDocument#createTag(HTML.Element, List, String, String)
99 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes)
338 private String html; field in class:HtmlDocument.Text
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 17 package com.google.android.mail.common.html.parser;
24 * HTML class defines Element and Attribute classes.
28 public final class HTML {
31 * Html element
122 * @return just name, not proper HTML
134 if (o instanceof HTML.Element) {
135 HTML.Element that = (HTML.Element) o;
148 * Html attribute
214 * @return Element name (name only, not proper HTML)
    [all...]
HtmlDocument.java 17 package com.google.android.mail.common.html.parser;
33 * HtmlDocument is a container for a list of html nodes, and represents the
34 * entire html document. It contains toHTML() method which prints out the html
45 * Creates a Html document.
46 * @param nodes list of html nodes
57 /** Returns a HTML string for the current document */
88 /** Returns the HTML document in debug format */
98 * @see HtmlDocument#createTag(HTML.Element, List, String, String)
100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes)
339 private String html; field in class:HtmlDocument.Text
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
externs.js 146 MathJax.HTML;
150 * Creates an HTML element from a node tag, an object with attributes and an
156 MathJax.HTML.Element = function(tag, attribs, text) { };
  /external/chromium_org/ui/base/clipboard/
clipboard_aura.cc 31 HTML = 1 << 1,
61 format_ |= HTML;
73 format_ |= HTML;
118 // HTML markup data in UTF8 format.
204 else if (HasFormat(HTML))
210 // Reads HTML from the data at the top of clipboard stack.
221 if (!HasFormat(HTML))
467 return clipboard->IsFormatAvailable(HTML);
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 167 if ((i > 0) && (tokens.get(i - 1) instanceof Html)) {
168 ((Html)tokens.get(i - 1)).trimLeadingWhitespace();
170 if ((i + 1 < tokens.size()) && (tokens.get(i + 1) instanceof Html)) {
171 ((Html)tokens.get(i + 1)).trimTrailingWhitespace();
176 // Remove any empty html tokens.
282 addToken(new Html(text.substring(start, nextChar), buf.toString()));
657 HTML ("html"),
658 FORMAT ("format"), // subtype of HTML
668 //stringreps for HTML and FORMAT don't really matte
722 private String html; field in class:AbstractMessageParser.Html
1241 StringBuilder html = new StringBuilder(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 

Completed in 673 milliseconds

1 2