Searched defs:HTML (Results 1 - 19 of 19) sorted by relevance

/external/llvm/docs/tutorial/
H A DMakefile13 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) macro
15 EXTRA_DIST := $(HTML) index.html
18 install-local:: $(HTML)
19 $(Echo) Installing HTML Tutorial Documentation
21 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
30 $(Echo) "HTML : " '$(HTML)'
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DMethod.java31 * <li>HTML
59 * The output method type for HTML documents: <tt>html</tt>.
61 public static final String HTML = "html"; field in class:Method
78 * XML or HTML type (depending on the first tag in the output being html or
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_browsertest.cc32 const std::string HTML = local
41 GURL url("data:text/html," + HTML);
70 const std::string HTML = local
79 GURL url("data:text/html," + HTML);
/external/clang/docs/
H A DMakefile27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \ macro
32 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
50 $(Echo) Installing HTML documentation
53 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
57 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
58 $(Echo) Packaging HTML documentation
/external/llvm/docs/
H A DMakefile27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \ macro
32 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
57 $(Echo) Installing HTML documentation
60 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
64 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
65 $(Echo) Packaging HTML documentation
/external/clang/docs/tools/
H A DMakefile17 # the POD files to HTML only and keep them in the src directories. It must also
30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
55 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) macro
79 html: $(HTML)
86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
92 install-html:: $(HTML)
93 $(Echo) Installing HTML Clang Tools Documentation
95 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
116 $(Echo) "HTML : " '$(HTML)'
[all...]
/external/llvm/docs/CommandGuide/
H A DMakefile13 # the POD files to HTML only and keep them in the src directories. It must also
25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
47 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) macro
71 html: $(HTML)
78 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
84 install-local:: $(HTML) $(INSTALL_MANS) $(PS)
85 $(Echo) Installing HTML CommandGuide Documentation
87 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
103 $(Echo) "HTML : " '$(HTML)'
[all...]
/external/libvpx/examples/includes/HTML-Toc-0.91/
H A DTocUpdator.pm1 #==== 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
[all...]
H A DTocGenerator.pm1 #=== 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
[all...]
H A DTocInsertor.pm2 # 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
[all...]
H A DToc.pm1 #=== 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
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java22 public static final Tag HTML = new TagImpl ("HTML"); field in class:Tag
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java20 * 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, enum constant in enum:HtmlParser.Mode
[all...]
/external/webkit/Source/WebCore/loader/
H A DTextResourceDecoder.h72 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM. enumerator in enum:WebCore::TextResourceDecoder::ContentType
/external/bison/djgpp/
H A Dconfig.bat46 set HTML=enabled variable
47 if not "%HTML%" == "enabled" goto SmallEnv
124 if "%1" == "withouthtml" set HTML=disabled variable
125 if "%1" == "withoutHTML" set HTML=disabled variable
126 if "%1" == "WITHOUTHTML" set HTML=disabled variable
127 if not "%HTML%" == "disabled" goto SmallEnv
154 if "%HTML%" == "enabled" echo --enable-html >> arguments
155 if "%HTML%" == "disabled" echo --disable-html >> arguments
162 set HTML= variable
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java55 * <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 name
370 // Inside an HTML attribute value
373 // Default is assumed to be HTML bod
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED( enum constant in enum:AutoEscapeContext.AutoEscapeState
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DConsoleView.js965 case WebInspector.ConsoleMessage.MessageSource.HTML:
966 sourceString = "HTML";
1066 HTML: "html",
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 567 milliseconds