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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py 57 CONTENT_TYPE_REGEX = re.compile(r'^content-type', re.I)
126 elif CONTENT_TYPE_REGEX.match(header):
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 525 private static final String CONTENT_TYPE_REGEX = "([ |\t]*content-type[ |\t]*:)(.*)";
527 private static final Pattern CONTENT_TYPE_PATTERN = Pattern.compile(CONTENT_TYPE_REGEX, Pattern.CASE_INSENSITIVE);
    [all...]

Completed in 40 milliseconds