HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 251 - 275 of 1939) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/perf-tests/
unicodesetperf.pl 3 # * License & terms of use: http://www.unicode.org/copyright.html#License
55 my $html = $date;
56 $html =~ s/://g; # ':' illegal
57 $html =~ s/\s*\d+$//; # delete year
58 $html =~ s/^\w+\s*//; # delete dow
59 $html = "perf $html.html";
61 open(HTML,">$html") or die "Can't write to $html: $!"
    [all...]
  /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/main/org/owasp/html/
HtmlToken.java 29 package org.owasp.html;
StandardUrlAttributePolicy.java 29 package org.owasp.html;
  /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;
AntiSamyTest.java 25 package org.owasp.html;
92 private static String sanitize(String html) {
95 HtmlSanitizer.sanitize(html, makePolicy(sb));
164 String html = out.toString();
166 System.out.println("About to scan: " + url + " size: " + html.length());
167 if (html.length() > 640000) {
177 sanitize(html);
215 assertSanitizedDoesNotContain("<iframe src=http://ha.ckers.org/scriptlet.html <", "<iframe");
216 assertSanitizedDoesNotContain("<iframe src=http://ha.ckers.org/scriptlet.html <", "<iframe");
287 assertSanitizedDoesNotContain("<META HTTP-EQUIV=\"refresh\" CONTENT=\"0;url=data:text/html;base64,PHNjcmlwdD5hbGVydCgnWFNTJyk8L3NjcmlwdD4K\">", "<meta");
    [all...]
  /external/python/cpython3/Doc/includes/
email-alternative.py 25 # Add the html version. This converts the message into a multipart/alternative
26 # container, with the original text message as the first part and the new html
30 <html>
41 </html>
42 """.format(asparagus_cid=asparagus_cid[1:-1]), subtype='html')
43 # note that we needed to peel the <> off the msgid for use in the html.
45 # Now add the related image to the html part.
  /external/skia/tools/skqp/
make_apk_list 13 <!DOCTYPE html>
14 <html lang="en">
59 echo 'gsutil -h "Content-Type:text/html" cp' \"$DST\" gs://skia-skqp/apklist
  /frameworks/rs/script_api/
generate.sh 54 rm -f "$DOC_DIR"/reference/*.html
55 mv docs/*.html "$DOC_DIR"/reference
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 4 # * License & terms of use: http://www.unicode.org/copyright.html#License
143 # Print the results in a HTML page
151 my $html = localtime;
152 $html =~ s/://g; # ':' illegal
153 $html =~ s/\s*\d+$//; # delete year
154 $html =~ s/^\w+\s*//; # delete dow
155 $html = "CollationPerformance $html.html";
156 $html = "../results/" . $html
    [all...]
  /build/kati/testcase/
define.mk 1 # http://www.gnu.org/software/make/manual/make.html#Multi_002dLine
  /build/make/tools/
check_builds.sh 28 # test-builds/sizes.html that has a pretty chart of which files are
68 build/make/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
90 build/make/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
  /compatibility/cdd/9_security-model/
9_14_automotive-system-isolation.md 4 subsystems by using the [vehicle HAL](http://source.android.com/devices/automotive.html)
9_2_uid-and-process-isolation.md 10 and constructed, as defined in the [Security and Permissions reference](http://developer.android.com/guide/topics/security/permissions.html).
  /dalvik/dx/src/
Android.mk 14 LOCAL_SRC_FILES := $(dx_src_files) $(call all-subdir-html-files)
  /development/build/
sdk-darwin-x86.atree 50 external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
52 external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
  /external/autotest/tko/
reason_qualifier.py 13 def html(self): member in class:reason_counter
60 return map(lambda generic_reason: reason_htable[generic_reason].html(),
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 2 # License & terms of use: http://www.unicode.org/copyright.html
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.sh 3 # License & terms of use: http://www.unicode.org/copyright.html#License
22 udhr_jpn.html; do
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
BundlePage.java 6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html.page;
21 import org.jacoco.report.internal.html.IHTMLReportContext;
82 return "index.html";
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
NodePageTest.java 6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html.page;
22 import org.jacoco.report.internal.html.HTMLElement;
47 return "index.html";
  /external/llvm/utils/lit/utils/
check-coverage 12 if [ "$1" = "--generate-html" ]; then
47 # Generate the HTML report, if requested.
49 (cd tests && python -m coverage html)
  /external/lzma/Java/Tukaani/
build.properties 11 homepage = http://tukaani.org/xz/java.html

Completed in 710 milliseconds

<<11121314151617181920>>