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

1 2 3 45 6 7 8 91011

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 18 * HTML templates. The template is edited in place. I.e. in order to
33 * normal HTML elements and bind expression context data to the HTML
82 * HTML template processor. Data values are bound to HTML templates
780 // according to the XML/HTML convention.
809 // time. In jstemplate_perf.html, it's about 50%. I tried to replace
810 // by HTML escaping and assignment to innerHTML, but that was even
858 * @param {string} name The ID of the HTML element used as template.
860 * HTML that contains an element whose ID is 'name'.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 18 * HTML templates. The template is edited in place. I.e. in order to
33 * normal HTML elements and bind expression context data to the HTML
82 * HTML template processor. Data values are bound to HTML templates
780 // according to the XML/HTML convention.
809 // time. In jstemplate_perf.html, it's about 50%. I tried to replace
810 // by HTML escaping and assignment to innerHTML, but that was even
858 * @param {string} name The ID of the HTML element used as template.
860 * HTML that contains an element whose ID is 'name'
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 3 # This script imports HTML and CSS tags from source trees. Supported browsers:
30 grep -v "^#" $src_dir/Source/WebCore/html/HTMLAttributeNames.in | cut -d" " -f1 | \
31 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-attrs
32 grep -v "^#" $src_dir/Source/WebCore/html/HTMLTagNames.in | cut -d" " -f1 | \
33 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-tags
34 egrep "equalIgnoringCase" $src_dir/Source/WebCore/html/HTML*.cpp | \
35 ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
37 grep "map->add" $src_dir/Source/WebCore/html/HTMLInputElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-value
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 3 # Markdown Extra - A text-to-HTML conversion tool for web writers
23 # Change to ">" for HTML output
170 'description' => 'A text-to-HTML conversion tool for web writers',
229 # Change to ">" for HTML output.
319 # Turn block-level HTML blocks into hash entries
389 # Hashify HTML blocks:
390 # We only want to do this for block-level HTML tags, such as headers,
494 | # Special case for standalone HTML comments:
576 # We need to escape raw HTML in Markdown source before doing anything
588 # Run block gamut tranformations, without hashing HTML blocks. This i
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into &#8220;smart&#8221; typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>.
246 # an HTML tag. Add a space to give the quote education algorithm a bit of
407 # Returns: The string, with "educated" curly quote HTML entities.
496 # translated into HTML curly quote entities.
512 # translated into HTML curly quote entities.
529 # an em-dash HTML entity.
542 # an en-dash HTML entity, and each "---" translated to
543 # an em-dash HTML entity.
558 # an em-dash HTML entity, and each "---" translated to
559 # an en-dash HTML entity. Two reasons why: First, unlike th
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 37 # If no tests are passed, find all the .html, .shtml, .xml, .xhtml, .xhtmlmp, .pl, .php (and svg) files in the test directory.
465 my $testResults = File::Spec->catfile($testResultsDirectory, "results.html");
498 my %ignoredFiles = ( "results.html" => 1 );
501 my %supportedFileExtensions = map { $_ => 1 } qw(html shtml xml xhtml xhtmlmp pl php);
557 $ignoredFiles{'media/media-document-audio-repaint.html'} = 1;
562 $ignoredFiles{'media/controls-after-reload.html'} = 1;
563 $ignoredFiles{'media/controls-drag-timebar.html'} = 1;
564 $ignoredFiles{'media/controls-strict.html'} = 1;
565 $ignoredFiles{'media/controls-styling.html'} = 1;
566 $ignoredFiles{'media/controls-without-preload.html'} = 1
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
30 super (Tag.HTML, AttributeSet.create ());
42 .set (Attribute.CONTENT, "text/html; charset=" + encoding);
  /external/markdown/MarkdownTest/
MarkdownTest.pl 50 # Look for a corresponding .html file for each .text file:
52 $resultfile =~ s{\.text$}{\.html}i;
133 Flag to turn on using the command line 'tidy' tool to normalize HTML
152 + Better handling of case when foo.text exists, but foo.html doesn't.
  /external/v8/test/mjsunit/
html-string-funcs.js 29 // HTML.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement07.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLAppletElement07";
85 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-1567197
HTMLAppletElement09.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLAppletElement09";
85 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-22637173
HTMLBaseFontElement03.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBaseFontElement03";
84 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-38930424
HTMLBodyElement07.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement07";
78 Checks that Node.isSupported("hTmL", null) returns true.
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
100 state = body.isSupported("hTmL",version);
HTMLBodyElement08.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement08";
78 Checks that Node.isSupported("hTmL", "2.0") returns true.
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
99 state = body.isSupported("hTmL",version);
HTMLBodyElement09.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement09";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
HTMLBodyElement10.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement10";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
HTMLBodyElement11.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement11";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
HTMLBodyElement12.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement12";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
HTMLDocument01.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument01";
84 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-18446827
100 assertEquals("titleLink","NIST DOM HTML Test - DOCUMENT",vtitle);
HTMLDocument22.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument22";
78 Checks that Node.isSupported("hTmL", null) returns true.
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
97 state = doc.isSupported("hTmL",version);
HTMLDocument23.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument23";
78 Checks that Node.isSupported("hTmL", "2.0") returns true.
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
96 state = doc.isSupported("hTmL",version);
HTMLDocument24.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument24";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
HTMLDocument25.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument25";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
HTMLDocument26.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument26";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
HTMLDocument27.js 20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument27";
82 * @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268

Completed in 525 milliseconds

1 2 3 45 6 7 8 91011