HomeSort by relevance Sort by last modified time
    Searched refs:HTML (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 31 logHtml = function(html) {
32 elem('log').innerHTML += html + '<br/>';
38 * template HTML into a text area to make the HTML source visible.
66 elem('html').value = elem('out').innerHTML;
198 * Runs all tests the given number of times. Invoked from the HTML page.
  /external/chromium_org/remoting/webapp/
host_list.js 16 * Create a host list consisting of the specified HTML elements, which should
21 * @param {Element} table The HTML <div> to contain host-list.
22 * @param {Element} noHosts The HTML <div> containing the "no hosts" message.
23 * @param {Element} errorMsg The HTML <div> to display error messages.
24 * @param {Element} errorButton The HTML <button> to display the error
toolbar.js 16 * @param {HTMLElement} toolbar The HTML element representing the tool-bar.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 16 package com.android.mail.lib.html.parser;
32 * HtmlTree represents a parsed and well-formed html text, it provides
36 * We don't really build a html tree data structure. Instead, for
96 /** Contains html nodes */
106 /** The html string (lazy creation) */
107 private String html; field in class:HtmlTree
153 * Gets the entire html.
160 * Gets the entire html, if wrapSize is > 0, it tries to do wrapping at the
164 if (html == null) {
165 html = getHtml(0, nodes.size(), wrapSize)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 16 package com.google.android.mail.common.html.parser;
33 * HtmlTree represents a parsed and well-formed html text, it provides
37 * We don't really build a html tree data structure. Instead, for
50 // http://www.w3.org/TR/html4/struct/text.html#h-9.1
100 /** Contains html nodes */
110 /** The html string (lazy creation) */
111 private String html; field in class:HtmlTree
186 * Gets the entire html.
193 * Gets the entire html, if wrapSize is > 0, it tries to do wrapping at the
197 if (html == null)
    [all...]
  /external/bison/djgpp/
config.bat 45 set HTML=enabled
46 if not "%HTML%" == "enabled" goto SmallEnv
123 if "%1" == "withouthtml" set HTML=disabled
124 if "%1" == "withoutHTML" set HTML=disabled
125 if "%1" == "WITHOUTHTML" set HTML=disabled
126 if not "%HTML%" == "disabled" goto SmallEnv
153 if "%HTML%" == "enabled" echo --enable-html >> args
154 if "%HTML%" == "disabled" echo --disable-html >> args
    [all...]
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
overlaydelegate.js 75 * Generates the HTML for the overlay.
  /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"...
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 25 DEFAULT_GRAPH_FILE = os.path.join('graph', 'graph.html')
156 # Filtering is not set so all HTML files are considered as valid tests.
298 # graph/graph.html.
323 # This is link to test HTML in SVN.
350 """Update dashboard HTML file.
367 # Generate a HTML file that contains all test names for each test group.
372 escaped_tg_name + '_' + tg + '.html')
383 'flakiness_dashboard.html#tests=%s') % testname,
390 escaped_tg_name + '_email.html')
394 email_content_with_link = '<a href="%s_email.html">info</a>' %
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/
example.js 165 * If the element with id 'statusField' exists, then set its HTML to the status
227 // https://developer.mozilla.org/en-US/docs/HTML/CORS_Enabled_Image
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 44 The tool will scan through both of the RC files as well as any HTML files they
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 396 """Parses an HTML file, looking for all tags with a 'metric' attribute.
509 WalkDirectory(resources_root, actions, ('.html'), GrepForWebUIActions)
  /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',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 113 return issue.getExplanation(OutputFormat.HTML);
  /external/chromium_org/chrome/browser/resources/
about_stats.js 114 // Add handlers to dynamically created HTML elements.
flags.js 12 * the current experiments and populates the html jstemplate with that data.
22 // Add handlers to dynamically created HTML elements.
  /external/chromium_org/chrome/browser/resources/instant/
instant.js 40 * @return {string} The form's HTML.
  /external/chromium_org/native_client_sdk/src/tools/
nacl_llvm.mk 7 # http://www.gnu.org/software/make/manual/make.html
179 # HTML file generation
184 all: $(OUTDIR)/$(1).html
185 $(OUTDIR)/$(1).html: $(EXECUTABLES)
  /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 76 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n")
116 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run.
490 if ($file =~ /report-.*\.html$/) {
547 # Generate an index.html file.
548 my $FName = "$Dir/index.html";
554 <html>
830 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";
833 print OUT "</body></html>\n";
846 if ($Num > 0 && -r "$Dir/index.html") {
946 "CLANG_ANALYZER_OUTPUT=plist-html",
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 462 // allow just a key to turn on a flag, e.g., test.html?noglobals
535 * If jQuery is available, uses jQuery's html(), otherwise just innerHTML.
539 jQuery( "#qunit-fixture" ).html( config.fixture );
653 // run test/logs.html for any related changes
760 html = [
778 id( "qunit-testresult" ).innerHTML = html;
1127 * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html}
1192 return this.multiline ? this.HTML ? '<br />' : '\n' : this.HTML ? '&nbsp;' : ' ';
1198 if ( this.HTML )
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 63 import com.google.android.mail.common.html.parser.HTML;
64 import com.google.android.mail.common.html.parser.HTML4;
65 import com.google.android.mail.common.html.parser.HtmlDocument;
66 import com.google.android.mail.common.html.parser.HtmlTree;
    [all...]

Completed in 667 milliseconds

1 2 34 5 6 7 8