HomeSort by relevance Sort by last modified time
    Searched refs:HTML (Results 26 - 50 of 236) sorted by null

12 3 4 5 6 7 8 910

  /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/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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
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/
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/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.cpp 27 #include "core/html/parser/HTMLTreeBuilderSimulator.h"
32 #include "core/html/parser/HTMLParserIdioms.h"
33 #include "core/html/parser/HTMLTokenizer.h"
34 #include "core/html/parser/HTMLTreeBuilder.h"
111 m_namespaceStack.append(HTML);
119 Namespace currentNamespace = HTML;
144 m_namespaceStack.append(HTML);
167 || (m_namespaceStack.contains(SVG) && m_namespaceStack.last() == HTML && tokenExitsSVG(token))
168 || (m_namespaceStack.contains(MathML) && m_namespaceStack.last() == HTML && tokenExitsMath(token)))
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aura.cc 154 void OSExchangeDataProviderAura::SetHtml(const base::string16& html,
156 formats_ |= OSExchangeData::HTML;
157 html_ = html;
161 bool OSExchangeDataProviderAura::GetHtml(base::string16* html,
163 if ((formats_ & OSExchangeData::HTML) == 0)
165 *html = html_;
171 return ((formats_ & OSExchangeData::HTML) != 0);
  /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/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java 45 * Switch to HTML serializer if element is HTML
63 && localName.equalsIgnoreCase("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
156 && localName.equalsIgnoreCase("html"))
169 // defaults for the HTML method. The easiest way to do this is to
171 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML);
    [all...]
  /build/tools/droiddoc/templates-sdk/
macros_override.cs 2 <?cs # pre is an HTML string to start the list, post is an HTML string to close the list ?>
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
overlay_widget.js 6 * @fileoverview A widget hosting an HTML snippet.
16 * @param {string} snippet The HTML snippet to render.
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
utils.js 10 * @return {HTMLElement} The newly created HTML element.
27 * @return {HTMLElement} The newly created HTML element.
  /external/chromium_org/chrome/tools/
webforms_aggregator_unittests.py 29 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
31 <html>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
50 </html>
54 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
56 <html>
58 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
73 </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/third_party/markdown/extensions/
abbr.py 102 'HTML' -> r'(?P<abbr>[H][T][M][L])'
  /external/e2fsprogs/doc/
Makefile.in 17 HTML=makeinfo --html --no-split
20 all:: libext2fs.info libext2fs.dvi libext2fs.html
52 libext2fs.html: $(srcdir)/libext2fs.texinfo
54 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
64 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html
68 $(RM) -f *.ps *.info *.info-? *.html *.pdf
82 clean-html::
83 $(RM) -f *.html
  /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/markdown/markdown/extensions/
abbr.py 65 'HTML' -> r'(?P<abbr>[H][T][M][L])'
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 1 Summary: Library providing XML and HTML support
14 to read, modify and write XML and HTML files. There is DTDs support
24 Summary: Libraries, includes, etc. to develop XML and HTML applications
33 to read, modify and write XML and HTML files. There is DTDs support
54 to read, modify and write XML and HTML files. There is DTDs support
100 %doc doc/*.html doc/html doc/*.gif doc/*.png
103 %doc %dir %{_datadir}/gtk-doc/html/libxml2
104 %doc %{_datadir}/gtk-doc/html/libxml2/*.devhelp
105 %doc %{_datadir}/gtk-doc/html/libxml2/*.htm
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_util.js 26 * alt text, names, or titles for html elements that provide them.
93 * @param {Node} node An HTML DOM node.
94 * @return {boolean} Whether or not the html node should be traversed.
114 * @param {Array.<Element>} elementsEntered Any HTML elements entered.
115 * @param {Array.<Element>} elementsLeft Any HTML elements left.
208 * @param {Array.<Element>} elementsEntered Any HTML elements entered.
209 * @param {Array.<Element>} elementsLeft Any HTML elements left.
313 * @param {Array.<Element>} elementsEntered Any HTML elements entered.
314 * @param {Array.<Element>} elementsLeft Any HTML elements left.
376 * @param {Array.<Element>} elementsEntered Any HTML elements entered
    [all...]
xpath_util.js 49 * @param {Node} rootNode The HTML node to start evaluating the XPath from.
115 * @param {Node} rootNode The HTML node to start evaluating the XPath from.
137 * @param {Node} rootNode The HTML node to start evaluating the XPath from.
  /external/chromium_org/tools/grit/grit/gather/
chrome_html_unittest.py 26 '''Standardizes the newline format and png mime type in Html text.'''
38 'index.html': '''
39 <!DOCTYPE HTML>
40 <html>
47 </html>
63 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
64 html.SetDefines({'scale_factors': '1.4x,1.8x'})
65 html.SetAttributes({'flattenhtml': 'true'})
66 html.Parse(
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 110 -h TYPE Specify the TYPE attribute for HTML structures.
113 -u ENCODING Specify the ENCODING of HTML files. Default is 'utf-8'.
263 '''Check whether both the type and file extension indicate HTML'''
265 return res_type == 'HTML' and fext in ('htm', 'html')
284 information resources and HTML templates) and adds each as a <structure>
286 # First add HTML includes
313 HTML-formatted messages get run through the HTML-placeholderizer). Adds
373 (HTML code, printf-style format strings, and FormatMessage-style forma
    [all...]
  /external/chromium_org/remoting/webapp/
paired_client_manager.js 117 * @param {HTMLElement} listContainer HTML <div> to contain the list of paired
119 * @param {HTMLElement} message HTML <div> containing the message notifying
122 * @param {HTMLElement} deleteAllButton HTML <button> inititating the "delete
124 * @param {HTMLElement} closeButton HTML <button> to close the dialog.
125 * @param {HTMLElement} noPairedClients HTML <div> containing a message shown
127 * @param {HTMLElement} workingSpinner HTML element containing a spinner
129 * @param {HTMLElement} errorDiv HTML <div> containing an error message shown
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
msgs.js 66 * Processes an HTML DOM the text of "i18n" elements with translated messages.
67 * This function expects HTML elements with a i18n clean and a msgid attribute.
  /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...]

Completed in 1453 milliseconds

12 3 4 5 6 7 8 910