Searched refs:HTML (Results 1 - 25 of 57) sorted by relevance

123

/external/icu4c/test/perf/perldriver/
H A DOutput.pm15 my $outType = "HTML";
52 print HTML "<td class=\"";
54 print HTML "value";
56 print HTML "worse";
58 print HTML "\">";
60 print HTML formatPercent(2, $mean);
62 print HTML formatNumber(2, $mult, $mean);
64 print HTML "</td>\n";
65 print HTML "<td class=\"";
67 print HTML "erro
[all...]
/external/webkit/Source/WebCore/inspector/
H A Dcombine-javascript-resources.pl27 # the script tags in the head of an input HTML file.
54 open HTML, $htmlFile or die;
55 $htmlContents = <HTML>;
56 close HTML;
79 open HTML, ">", "$outputDirectory/" . basename($htmlFile) or die "Can't open $outputDirectory/" . basename($htmlFile) . ": $!";
80 print HTML $htmlContents;
81 close 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/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/libvpx/examples/includes/HTML-Toc-0.91/
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 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...]
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl140 # Print the results in a HTML page
155 open( HTML, ">$html" ) or die "Can't write to $html: $!";
156 print HTML <<EOF;
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
171 print HTML <<EOF;
209 print HTML <<EOF;
231 close(HTML) or die "Can't close $html: $!";
236 print HTML <<EOF;
255 print HTML "<tr>";
259 print HTML "<t
[all...]
/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/libvpx/examples/includes/geshi/geshi/
H A Dklonec.php43 'COMMENT_MULTI' => array('/*' => '*/', '<!--' => '-->' ),//comentaires C et KLone suivi de ceux pour HTML
93 6 => array(//mots-cles HTML
132 7 => array(//autres mots-cles HTML
183 6 => 'color: #990099; font-weight: bold;',//pour les mots-cles HTML
184 7 => 'color: #000066;'//pour les autres mots-cles HTML
249 //delimiteur pour HTML
H A Dklonecpp.php43 'COMMENT_MULTI' => array('/*' => '*/', '<!--' => '-->' ),//comentaires C et KLone suivi de ceux pour HTML
121 6 => array(//mots-cles HTML
160 7 => array(//autres mots-cles HTML
211 6 => 'color: #990099; font-weight: bold;',//pour les mots-cles HTML
212 7 => 'color: #000066;'//pour les autres mots-cles HTML
277 //delimiteur pour HTML
H A Dcfm.php73 /* HTML Tags */
113 /* HTML attributes */
H A Dhtml4strict.php10 * HTML 4.01 strict language file for GeSHi.
53 'LANG_NAME' => 'HTML',
/external/webkit/Tools/Scripts/
H A Dmake-script-test-wrappers29 # Script to generate HTML wrappers for JavaScript tests from templates
109 open HTML, ">$html";
112 print HTML $output;
114 close HTML;
/external/llvm/docs/
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML page
[all...]
H A DMakefile27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \ macro
31 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide
56 $(Echo) Installing HTML documentation
58 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
61 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
62 $(Echo) Packaging HTML documentation
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-31255.js44 * Note: <!--, --> are the HTML multi-line comment opener, closer.
60 <!-- HTML comment start is already a single-line JS comment indicator
68 --> HTML comment end is JS comments until end-of-line
/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/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java45 * Switch to HTML serializer if element is HTML
76 // defaults for the HTML method. The easiest way to do this is to
78 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML);
140 * Switch to HTML serializer if element is HTML
169 // defaults for the HTML method. The easiest way to do this is to
171 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML);
/external/e2fsprogs/doc/
H A DMakefile.in17 HTML=texi2html -split_chapter
45 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
/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/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/libvpx/examples/includes/
H A Dvp8_doc_tools.php21 * HTML::Toc
22 * http://search.cpan.org/~fvulto/HTML-Toc-0.91/Toc.pod
/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...]

Completed in 6362 milliseconds

123