Home
last modified time | relevance | path

Searched defs:html (Results 1 – 25 of 126) sorted by relevance

123456

/external/owasp/sanitizer/src/tests/org/owasp/html/
DBenchmark.java47 String html = Files.toString(new File(args[0]), Charsets.UTF_8); in main() local
126 private static int parseUsingLibhtmlparser(String html) throws Exception { in parseUsingLibhtmlparser()
132 private static String sanitize(String html) throws Exception { in sanitize()
184 private static String sanitizeUsingPolicyBuilder(String html) in sanitizeUsingPolicyBuilder()
DHtmlPolicyBuilderFuzzerTest.java122 String html = sb.toString(); in testFuzzedOutput() local
136 private static void checkSafe(Node node, String html) { in checkSafe()
DHtmlChangeReporterTest.java69 String html = in testChangeReporting() local
DEncodingTest.java39 String html = in testDecodeHtml() local
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jar ... org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream.class ...
/external/libcxxabi/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/libcxx/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/clang/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
Dsimple_api_parser.js47 SimpleApiParser.prototype.parse = function (html) { argument
96 SimpleApiParser.prototype._reset = function (html) { argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java62 String html = "<table cellspacing=2 cellpadding=0 border=0 margins=0 id=_wbp_tooltip_body>"; in createTooltipControl() local
91 String html, in createTooltipControl_Browser()
269 private static int getTextLength(String html) { in getTextLength()
300 private static Control createTooltipControl_Label(Composite parent, String html) { in createTooltipControl_Label()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
DMakefile15 html: target
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/about_tracing/
Dcommon.css5 html, selector
/external/owasp/sanitizer/src/main/org/owasp/html/
DPolicyFactory.java100 public String sanitize(@Nullable String html) { in sanitize()
116 public <CTX> String sanitize( in sanitize()
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DSlashdotPolicyExample.java99 String html = CharStreams.toString( in main() local
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/jsdom/
Djsdom_parser.js7 exports.parseDocument = function (html, treeAdapter) { argument
Dparsing_unit.js37 ParsingUnit.prototype.documentWrite = function (html) { argument
/external/selinux/secilc/docs/
DMakefile22 html: $(FILE_LIST) target
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dparse_html_deps.py74 def __init__(self, html): argument
189 def Parse(self, html): argument
/external/clang/www/analyzer/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/iputils/doc/
DMakefile7 html: $(HTMLFILES) iputils.html target
/external/compiler-rt/www/
Dcontent.css1 html, body { selector
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php127 $html = ob_get_contents(); variable
139 $html = ob_get_contents(); variable
/external/libxml2/test/relaxng/
Dtutor14_1.rng1 <element name="html" xmlns="http://relaxng.org/ns/structure/1.0"> element
/external/mesa3d/src/gallium/docs/
DMakefile33 html: target
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
Dpreprocessor.js39 Preprocessor.prototype.write = function (html) { argument

123456