Home
last modified time | relevance | path

Searched defs:html (Results 1 – 25 of 128) 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
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jar ... org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream.class ...
/external/autotest/client/common_lib/cros/
Dinteractive_xmlrpc_server.py48 def set_output(self, html): argument
68 def append_output(self, html): argument
168 def append_list_item(self, list_name, item_name, html): argument
191 def replace_list_item(self, item_name, html): argument
/external/autotest/server/cros/
Dinteractive_client.py53 def set_output(self, html): argument
64 def append_output(self, html): argument
125 def append_list_item(self, list_name, item_name, html): argument
138 def replace_list_item(self, item_name, html): argument
/external/autotest/client/cros/
Dsemiauto_framework.py40 def set_tab(self, html): argument
58 def set_tab_with_buttons(self, html, buttons=['OK']): argument
75 def set_tab_with_textbox(self, html, title=''): argument
/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/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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java48 boolean html; field in ReportAPI
78 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
266 private boolean writeReport(String outFile, boolean html, boolean internal) { in writeReport()
447 private static void printResults(Collection<? extends APIInfo> c, PrintWriter pw, boolean html, in printResults()
DAPIInfo.java428 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
432 public void print(PrintWriter pw, boolean detail, boolean html, boolean withStatus) { in print()
438 public void format(StringBuilder buf, boolean detail, boolean html, boolean withStatus) { in format()
549 buf.append(prepText(xsig.substring(n), html)); in format() local
554 private static String prepText(String text, boolean html) { in prepText()
572 public void println(PrintWriter pw, boolean detail, boolean html) { in println()
DCheckAPI.java77 boolean html; field in CheckAPI
101 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail); in write()
164 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write()
528 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write()
826 …private static void writeResults(Collection c, BufferedWriter w, boolean brief, boolean html, bool… in writeResults()
/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/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/
Dwebview.css1 html, body, webview { selector
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
DMakefile15 html: target
/external/clang/www/analyzer/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DSlashdotPolicyExample.java99 String html = CharStreams.toString( in main() local
/external/autotest/frontend/client/src/autotest/afe/
DIButton.java13 public ButtonImpl(String html) { in ButtonImpl()
/external/libcap/doc/
DMakefile24 html: target
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter2.java500 protected void writeTableHeader(String html, String cssClasses) { in writeTableHeader()
510 protected void writeTableData(String html) { in writeTableData()
523 protected void writeTableData(String html, String cssClasses) { in writeTableData()
539 protected void writeTag(String tag, String html, String cssClasses) { in writeTag()
/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/iputils/doc/
DMakefile7 html: $(HTMLFILES) iputils.html target
/external/autotest/tko/
Dreason_qualifier.py13 def html(self): member in reason_counter

123456