HomeSort by relevance Sort by last modified time
    Searched refs:HTML (Results 201 - 225 of 254) sorted by null

1 2 3 4 5 6 7 891011

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement39.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableElement39";
90 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-39872903
HTMLTableElement40.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableElement40";
87 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-13114938
HTMLTableRowElement20.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableRowElement20";
93 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-68927016
HTMLTableRowElement21.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableRowElement21";
92 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-11738598
HTMLTableSectionElement30.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableSectionElement30";
91 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-93995626
HTMLTableSectionElement31.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLTableSectionElement31";
90 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-5625626
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 45 * The given output types supported are "xml", "text", and "html".
72 * This non-standard property key is used to set a value of "yes" if the href values for HTML serialization should
150 * This non-standard property key is used to set a value of "yes" if the href values for HTML serialization should
194 /** property file for default HTML properties */
196 /** property file for default UNKNOWN (Either XML or HTML, to be determined later) properties */
206 /** The default properties when method="html". */
245 * <p>Anything other than 'text', 'xml', and 'html', will
257 // http://www.javaworld.com/javaworld/jw-02-2001/jw-0209-toolbox.html
273 else if (method.equals(Method.HTML))
CharInfo.java 59 * The name of the HTML entities file.
87 /** This flag is an optimization for HTML entities. It false if entities
322 * special chars for XML (but not HTML!).
335 if (Method.HTML.equals(method)) {
337 // "The html output method should not escape < characters occurring in attribute values."
338 // So we don't escape '<' in an attribute for HTML
351 * parsing and printing, primarily for HTML documents. '&amp;lt;' is an
485 * @param method the output method type, which should be one of "xml", "html", "text"...
ToUnknownStream.java 41 * handler XML or HTML, which is not known until a little later when the first XML
42 * tag is seen. If the first tag is <html> then the wrapped object is an HTML
49 * The user of this class doesn't know if the output is ultimatley XML or HTML.
58 * The wrapped handler, initially XML but possibly switched to HTML
68 * true if the underlying handler (XML or HTML) is fully initialized
137 * That may change later to an HTML Stream object.
146 * @return the wrapped XML or HTML handler
153 * to an HTML handler.
177 * @return the OutputStream of the underlying XML or HTML handle
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
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/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 123 'HTML::Selector', 'HashWithIndifferentAccess', 'Inflector',
rails.php 260 'HTML::Selector', 'HashWithIndifferentAccess', 'Inflector',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 113 return issue.getExplanation(OutputFormat.HTML);
LintFixGenerator.java 549 OutputFormat.HTML);
  /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/streamhtmlparser/impl/
HtmlParserImpl.java 302 // False when not inside an HTML attribute value
307 // Or when the HTML attribute is not of URI type.
353 case HTML:
373 * Resets the state of the parser to the initial state of parsing HTML.
377 resetMode(Mode.HTML);
386 * parsing of HTML attribute names and values where content we do not
391 * <li>We are at the start of the value of a URL-accepting HTML attribute. In
394 * to perform on the HTML attribute value. We avoid injecting fake data and
399 * change internal state to be now inside a non-quoted HTML attribute
497 * Starts recording the name of the HTML tag. Called when the parse
    [all...]
  /external/clang/tools/scan-build/
scan-build 66 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n")
106 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run.
480 if ($file =~ /report-.*\.html$/) {
537 # Generate an index.html file.
538 my $FName = "$Dir/index.html";
544 <html>
820 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n";
823 print OUT "</body></html>\n";
836 if ($Num > 0 && -r "$Dir/index.html") {
926 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 286 if (equalIgnoringCase(mimeType, "text/html"))
287 return HTML;
523 // through the HTML head several times.
531 // Continue with checking for an HTML meta tag if we were already doing so.
542 // Handle XML declaration, which can have encoding in it. This encoding is honored even for HTML documents.
543 // It is an error for an XML declaration not to be at the start of an XML document, and it is ignored in HTML documents in such case.
637 if ((m_contentType == HTML || m_contentType == XML) && !m_checkedForHeadCharset) // HTML and XML
677 && ((!m_checkedForHeadCharset && (m_contentType == HTML || m_contentType == XML)) || (!m_checkedForCSSCharset && (m_contentType == CSS)))) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /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/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 6 Beautiful Soup parses a (possibly invalid) XML or HTML document into a
10 A well-formed XML/HTML document yields a well-formed data
11 structure. An ill-formed XML/HTML document yields a correspondingly
31 * BeautifulSoup, for parsing run-of-the-mill HTML code, be it valid
33 obtaining a sensible parse tree in the face of common HTML errors.
36 the encoding of an HTML or XML document, and converting it to
41 http://www.crummy.com/software/BeautifulSoup/documentation.html
458 """Represents a found HTML tag with its attributes and contents."""
476 """Used in a call to re.sub to replace HTML, XML, and numeric
477 entities with the appropriate Unicode characters. If HTML
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-209067.js 164 s += '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
165 s += '<html lang="en">';
167 s += ' <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">';
184 s += 'document.adPopupFile = "/cnn_adspaces/adsPopup2.html";';
364 s += ' </tr><!--include virtual="/.element/ssi/sect/MAIN/1.0/banner.html"-->';
373 s += ' <a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html"><img src="http://i.cnn.net/cnn/2003/SHOWBIZ/Movies/06/12/obit.peck/top.peck.obit.jpg" alt="Oscar-winner Peck dies" width="280" height="210" border="0" hspace="0" vspace="0"></a>';
376 s += ' <h2 style="font-size:20px;"><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html">Oscar-winner Peck dies</a></h2>';
381 s += ' <b><a href="/2003/SHOWBIZ/Movies/06/12/obit.peck/index.html" class="cnnt1link">FULL STORY</a></b>';
391 s += '&#8226; <span class="cnnBodyText" style="font-weight:bold;color:#333">Interactive: </span> <a href="javascript:CNN_openPopup("/interactive/entertainment/0306/peck.obit/frameset.exclude.html","620x430","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, (…)
    [all...]
  /dalvik/docs/
prettify.js 18 * some functions for browser-side pretty printing of code contained in html.
21 * Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, and Makefiles.
31 * 1) include this source file in an html page via
35 * You can also use the (html deprecated) <xmp> tag, but the pretty printer
61 * @param {Array.<string>} out output buffer that receives chunks of HTML.
72 * @param {string} sourceCodeHtml code as html
73 * @return {string} code as html, but prettier
204 * http://www.mozilla.org/js/language/js20/rationale/syntax.html has the full
265 /** escapest html special characters to html. *
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 179 // core.html#ID-1950641247>.
270 // NOTE(mesch): Neither in IE nor in Firefox, HTML DOM attributes

Completed in 745 milliseconds

1 2 3 4 5 6 7 891011