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

  /external/llvm/docs/tutorial/
Makefile 13 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html)
15 EXTRA_DIST := $(HTML) index.html
16 HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/tutorial
18 install-local:: $(HTML)
19 $(Echo) Installing HTML Tutorial Documentation
21 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
23 $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/index.html $(HTML_DIR)
30 $(Echo) "HTML : " '$(HTML)
    [all...]
  /external/chromium/chrome/browser/chromeos/panels/
panel_browsertest.cc 32 const std::string HTML =
33 "<html><head><title>PanelOpen</title></head>"
40 "</body></html>";
41 GURL url("data:text/html," + HTML);
70 const std::string HTML =
71 "<html><head><title>PanelOpen</title></head>"
78 "</body></html>";
79 GURL url("data:text/html," + HTML);
    [all...]
  /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 27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \
32 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
34 .PHONY: install-html install-doxygen doxygen generated
38 install_targets += install-html
49 install-html: $(PROJ_OBJ_DIR)/html.tar.gz
50 $(Echo) Installing HTML documentation
51 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
52 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/im
    [all...]
  /external/llvm/docs/
Makefile 27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \
32 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
34 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated
36 install_targets := install-html
56 install-html: $(PROJ_OBJ_DIR)/html.tar.gz
57 $(Echo) Installing HTML documentation
58 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
59 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/im
    [all...]
  /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/llvm/docs/CommandGuide/
Makefile 13 # the POD files to HTML only and keep them in the src directories. It must also
17 DST_HTML_DIR=html/
22 all:: html man ps
25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
47 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD))
58 .SUFFIXES: .html .pod .1 .ps
60 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
71 html: $(HTML)
    [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocUpdator.pm 1 #==== HTML::TocUpdator ========================================================
2 # function: Update 'HTML::Toc' table of contents.
6 package HTML::TocUpdator;
10 use HTML::TocInsertor;
18 @ISA = qw(HTML::TocInsertor);
35 #--- HTML::TocUpdator::new() --------------------------------------------------
57 #--- HTML::TocUpdator::_deinitializeUpdatorBatch() --------------------------
71 #--- HTML::TokenUpdator::_doesHashEqualHash() ---------------------------------
112 #--- HTML::TokenUpdator::_doesTagExistInArray() -------------------------------
139 if (HTML::TocUpdator::_doesHashEqualHash
    [all...]
TocGenerator.pm 1 #=== HTML::TocGenerator =======================================================
2 # function: Generate 'HTML::Toc' table of contents.
6 package HTML::TocGenerator;
10 use HTML::Parser;
18 @ISA = qw(HTML::Parser);
71 #--- HTML::TocGenerator::new() ------------------------------------------------
93 #--- HTML::TocGenerator::_deinitializeBatch() ---------------------------------
101 #--- HTML::TocGenerator::_deinitializeExtenderBatch() -------------------------
115 #--- HTML::TocGenerator::_deinitializeGeneratorBatch() ------------------------
125 #--- HTML::TocGenerator::_doesHashContainHash() ------------------------------
    [all...]
TocInsertor.pm 2 # function: Insert Table of Contents HTML::Toc, generated by
3 # HTML::TocGenerator.
9 package HTML::TocInsertor;
14 use HTML::TocGenerator;
22 @ISA = qw(HTML::TocGenerator);
44 #--- HTML::TocInsertor::new() -------------------------------------------------
64 #--- HTML::TocInsertor::_deinitializeOutput() ---------------------------------
81 #--- HTML::TocInsertor::_initializeOutput() -----------------------------------
121 #--- HTML::TocInsertor::_deinitializeInsertorBatch() --------------------------
151 #--- HTML::TocInsertor::_initializeInsertorBatch() ---------------------------
    [all...]
Toc.pm 1 #=== HTML::Toc ================================================================
2 # function: HTML Table of Contents
5 package HTML::Toc;
63 #--- HTML::Toc::new() ---------------------------------------------------------
91 #--- HTML::Toc::_compareLevels() ----------------------------------------------
153 #--- HTML::TocGenerator::_formatLevelIndent() ---------------------------------
177 #--- HTML::Toc::_formatToc() --------------------------------------------------
284 #--- HTML::Toc::_parseTokenGroups() -------------------------------------------
326 #--- HTML::Toc::_setDefaults() ------------------------------------------------
372 "\n<!-- Table of Contents generated by Perl - HTML::Toc -->\n"
    [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/webkit/Source/WebCore/loader/
TextResourceDecoder.h 72 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM.
  /external/bison/djgpp/
config.bat 46 set HTML=enabled
47 if not "%HTML%" == "enabled" goto SmallEnv
124 if "%1" == "withouthtml" set HTML=disabled
125 if "%1" == "withoutHTML" set HTML=disabled
126 if "%1" == "WITHOUTHTML" set HTML=disabled
127 if not "%HTML%" == "disabled" goto SmallEnv
154 if "%HTML%" == "enabled" echo --enable-html >> arguments
155 if "%HTML%" == "disabled" echo --disable-html >> arguments
    [all...]
  /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...]
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
  /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/emma/lib/
emma.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 415 milliseconds