Searched refs:CONTENT_DISPOSITION (Results 1 – 10 of 10) sorted by relevance
9 CONTENT_DISPOSITION.update(collection,filename="bingles.txt")13 CONTENT_DISPOSITION(collection)70 assert 'attachment' == CONTENT_DISPOSITION()71 assert 'attachment' == CONTENT_DISPOSITION(attachment=True)72 assert 'inline' == CONTENT_DISPOSITION(inline=True)74 CONTENT_DISPOSITION(inline=True, filename="test.txt")76 CONTENT_DISPOSITION(filename="/some/path/test.txt")78 CONTENT_DISPOSITION.apply(headers,filename="test.txt")80 CONTENT_DISPOSITION.apply(headers,filename="test")82 CONTENT_DISPOSITION.apply(headers,filename="test.html")[all …]
71 headerName(TokenTypes.CONTENT_DISPOSITION); in parse()74 cd.setHeaderName(SIPHeaderNames.CONTENT_DISPOSITION); in parse()
89 public static final int CONTENT_DISPOSITION = START + 52; field
205 TokenTypes.CONTENT_DISPOSITION); in selectLexer()
96 protected static final String CONTENT_DISPOSITION = "Content-Disposition: form-data; name="; field in Part100 EncodingUtils.getAsciiBytes(CONTENT_DISPOSITION);
63 public final static String CONTENT_DISPOSITION = "content-disposition"; field in Headers136 CONTENT_DISPOSITION,246 if (name.equals(CONTENT_DISPOSITION)) { in parseHeader()
140 public static final String CONTENT_DISPOSITION = "Content-Disposition"; field in HttpHeaders
87 public static final String CONTENT_DISPOSITION = field
147 putNameMap(CONTENT_DISPOSITION, ContentDisposition.class.getName()); //35 in initializeNameMap()
94 CONTENT_DISPOSITION.apply(self.headers, **kwargs)