/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
jsdom_parser_test.js | 3 HTML = require('../../lib/common/html'), 37 docHtml1 = '<!DOCTYPE html><html><head><script>Yoyo</script></head><body></body></html>', 38 docHtml2 = '<!DOCTYPE html><html><head></head><body>Beep boop</body></html>', 103 document.write = function (html) { 104 parsing.documentWrite(html); [all...] |
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
path_utils_test.js | 20 return fileName === '/a/b/file_exists.html'; 55 assert.equal(path_utils.exists('/a/b/file_exists.html'), true); 56 assert.equal(path_utils.exists('file_exists.html'), true); 57 assert.equal(path_utils.exists('./file_exists.html'), true); 58 assert.equal(path_utils.exists('/a/file_does_not_exists.html'), false);
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlEntities.java | 29 package org.owasp.html; 34 * Utilities for decoding HTML entities, e.g., {@code &}. 39 * Decodes any HTML entity at the given location. This handles both named and 42 * @param html HTML text. 51 public static long decodeEntityAt(String html, int offset, int limit) { 52 char ch = html.charAt(offset); 66 switch (html.charAt(i)) { 101 char ch1 = html.charAt(offset + 1); 102 char ch2 = html.charAt(offset + 2) [all...] |
HtmlToken.java | 29 package org.owasp.html;
|
StandardUrlAttributePolicy.java | 29 package org.owasp.html;
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HtmlSanitizer.java | 25 import org.owasp.html.AttributePolicy; 26 import org.owasp.html.CssSchema; 27 import org.owasp.html.ElementPolicy; 28 import org.owasp.html.FilterUrlByProtocolAttributePolicy; 29 import org.owasp.html.Handler; 30 import org.owasp.html.HtmlPolicyBuilder; 31 import org.owasp.html.HtmlStreamRenderer; 32 import org.owasp.html.PolicyFactory; 37 * This sanitizer is meant to strip all scripts and any malicious HTML from untrusted emails. It 39 * HTML Sanitizer Project</a> to whitelist the subset of HTML elements and attributes as well as CS [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
HtmlTooltipHelper.java | 6 * http://www.eclipse.org/legal/epl-v10.html 45 * Helper for displaying HTML tooltips. 62 String html = "<table cellspacing=2 cellpadding=0 border=0 margins=0 id=_wbp_tooltip_body>"; local 64 html += "<tr align=center><td><b>" + header + "</b></td></tr>"; 66 html += "<tr><td align=justify>" + details + "</td></tr>"; 67 html += "</table>"; 68 control = createTooltipControl_Browser(parent, html, heightLimit); 91 String html, 104 // prepare HTML with styles and tags 118 "<html>", [all...] |
/external/icu/icu4c/source/test/perf/perldriver/ |
Output.pm | 15 my $outType = "HTML"; 16 my $html = "noName"; 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=\"" [all...] |
/external/icu/icu4j/perf-tests/perldriver/ |
Output.pm | 15 my $outType = "HTML"; 16 my $html = "noName"; 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=\"" [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_htmlparser.py | 109 <!DOCTYPE html PUBLIC 'foo'> 110 <HTML>&entity;  118 </Html> 121 ("decl", "DOCTYPE html PUBLIC 'foo'"), 123 ("starttag", "html", []), 135 ("endtag", "html"), 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 221 dtds = ['HTML', # HTML5 doctype 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_htmlparser.py | 109 <!DOCTYPE html PUBLIC 'foo'> 110 <HTML>&entity;  118 </Html> 121 ("decl", "DOCTYPE html PUBLIC 'foo'"), 123 ("starttag", "html", []), 135 ("endtag", "html"), 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 221 dtds = ['HTML', # HTML5 doctype 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_htmlparser.py | 109 <!DOCTYPE html PUBLIC 'foo'> 110 <HTML>&entity;  118 </Html> 121 ("decl", "DOCTYPE html PUBLIC 'foo'"), 123 ("starttag", "html", []), 135 ("endtag", "html"), 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 221 dtds = ['HTML', # HTML5 doctype 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_htmlparser.py | 109 <!DOCTYPE html PUBLIC 'foo'> 110 <HTML>&entity;  118 </Html> 121 ("decl", "DOCTYPE html PUBLIC 'foo'"), 123 ("starttag", "html", []), 135 ("endtag", "html"), 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html 221 dtds = ['HTML', # HTML5 doctype 222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" [all...] |
/external/doclava/res/assets/templates/ |
sample.cs | 4 <html> 18 <p><a href="index.html">← Back</a></p> 33 </html>
|
/external/libmicrohttpd/src/examples/ |
spdy_response_with_callback.c | 97 char *html; local 125 asprintf(&html,"<html>" 126 "<body><b>Closing now!</body></html>"); 131 asprintf(&html,"<html>" 132 "<body><a href=\"/spdy-draft.txt\">/spdy-draft.txt</a><br></body></html>"); 135 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,html,strlen(html)); 136 free(html); [all...] |
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
test_html5lib.py | 62 <!DOCTYPE html> 63 <html> 69 </html>'''
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
PercentageColumn.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html.table; 26 import org.jacoco.report.internal.html.HTMLElement; 27 import org.jacoco.report.internal.html.resources.Resources;
|
/art/tools/ahat/src/ |
DocString.java | 19 import com.google.common.html.HtmlEscapers; 85 mStringBuilder.append(str.html()); 93 mStringBuilder.append(content.html()); 137 * Render the DocString as html. 139 public String html() { method in class:DocString
|
/device/sample/frameworks/PlatformLibrary/ |
Android.mk | 43 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
command_opts.py | 48 -h "Content-Type:text/html" cp ...
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/ |
jsdom_parser.js | 7 exports.parseDocument = function (html, treeAdapter) { 28 parser.parse(html);
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/ |
LinkableStub.java | 6 * http://www.eclipse.org/legal/epl-v10.html 12 package org.jacoco.report.internal.html;
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/ |
ClearSilverCompatibleFunctions.java | 20 import com.google.clearsilver.jsilver.functions.html.CssUrlValidateFunction; 21 import com.google.clearsilver.jsilver.functions.html.HtmlStripFunction; 22 import com.google.clearsilver.jsilver.functions.html.HtmlUrlValidateFunction; 23 import com.google.clearsilver.jsilver.functions.html.TextHtmlFunction; 67 registerEscapeMode("html", new HtmlEscapeFunction(false)); 82 // HTML functions.
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
ElementPolicyTest.java | 1 package org.owasp.html; 15 import static org.owasp.html.ElementPolicy.REJECT_ALL_ELEMENT_POLICY; 16 import static org.owasp.html.ElementPolicy.IDENTITY_ELEMENT_POLICY; 17 import static org.owasp.html.ElementPolicy.Util.join;
|
FuzzyTestCase.java | 29 package org.owasp.html;
|