Searched defs:CONTENT_DISPOSITION_REGEX (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dtranslation_helper.py53 CONTENT_DISPOSITION_REGEX = re.compile(r'^content-disposition', re.I) variable
118 elif CONTENT_DISPOSITION_REGEX.match(header):
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java521 private static final String CONTENT_DISPOSITION_REGEX = "([ |\t]*Content-Disposition[ |\t]*:)(.*)"; field in class:NanoHTTPD
523 private static final Pattern CONTENT_DISPOSITION_PATTERN = Pattern.compile(CONTENT_DISPOSITION_REGEX, Pattern.CASE_INSENSITIVE);

Completed in 122 milliseconds