HomeSort by relevance Sort by last modified time
    Searched refs:PLAIN_TEXT (Results 1 - 5 of 5) sorted by null

  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTextEscapingMode.java 75 * where there is no end tag. PLAIN_TEXT runs until the end of the file.
77 PLAIN_TEXT,
104 .put("plaintext", PLAIN_TEXT)
HtmlStreamRenderer.java 165 case PLAIN_TEXT:
TagBalancingHtmlStreamEventReceiver.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
AlertDialogTask.java 59 DEFAULT, MENU, SINGLE_CHOICE, MULTI_CHOICE, PLAIN_TEXT, PASSWORD;
144 mInputType = InputType.PLAIN_TEXT;
219 case PLAIN_TEXT:
288 if (mInputType == InputType.PLAIN_TEXT || mInputType == InputType.PASSWORD) {
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 4695 milliseconds