Searched refs:set_param (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | message.py | 260 self.set_param('charset', charset.get_output_charset()) 571 def set_param(self, param, value, header='Content-Type', requote=True, member in Message 671 self.set_param(p, v, header, requote)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
D | test_email_renamed.py | 340 msg.set_param('charset', 'iso-2022-jp') 342 msg.set_param('importance', 'high value') 351 msg.set_param('charset', 'iso-9999-xx', header='X-Jimmy') 365 msg.set_param("report-type", old_val) 383 msg.set_param('charset', 'us-ascii') 2979 msg.set_param('title', 'This is even more ***fun*** isn\'t it!', 2983 msg.set_param('title', 'This is even more ***fun*** isn\'t it!', 2988 msg.set_param('title', 'This is even more ***fun*** isn\'t it!', 3016 msg.set_param('foo', 'bar', charset='us-ascii', language='en') 3017 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
|
D | test_email.py | 383 msg.set_param('charset', 'iso-2022-jp') 385 msg.set_param('importance', 'high value') 394 msg.set_param('charset', 'iso-9999-xx', header='X-Jimmy') 408 msg.set_param("report-type", old_val) 426 msg.set_param('charset', 'us-ascii') 3175 msg.set_param('title', 'This is even more ***fun*** isn\'t it!', 3179 msg.set_param('title', 'This is even more ***fun*** isn\'t it!', 3184 msg.set_param('title', 'This is even more ***fun*** isn\'t it!', 3212 msg.set_param('foo', 'bar', charset='us-ascii', language='en') 3213 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
|