Home | History | Annotate | Download | only in tests

Lines Matching refs:CONTENT_DISPOSITION

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")
85 CONTENT_DISPOSITION.apply(headers,filename="test.txt")