Home
last modified time | relevance | path

Searched refs:epilogue (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dfeedparser.py362 epilogue = self._last.epilogue
363 if epilogue == '':
364 self._last.epilogue = None
365 elif epilogue is not None:
366 mo = NLCRE_eol.search(epilogue)
369 self._last.epilogue = epilogue[:-end]
393 epilogue = []
398 self._cur.epilogue = EMPTYSTRING.join(epilogue)
403 epilogue = ['']
405 epilogue = []
[all …]
Dgenerator.py231 if msg.epilogue is not None:
233 self._fp.write(msg.epilogue)
Dmessage.py113 self.preamble = self.epilogue = None
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dpp.py79 epilogue = [] variable
102 epilogue = [ variable
111 epilogue = [] variable
119 program += '\n'.join(epilogue) + '\n'
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_torture.py56 eq(msg.epilogue, '\n')
Dtest_email_renamed.py1127 outer.epilogue = ''
1225 outer.epilogue = None
1251 outer.epilogue = ''
1278 outer.epilogue = '\n'
1705 msg.epilogue = 'End of MIME message\n'
1723 msg.epilogue = ''
1796 container.epilogue = ''
1907 eq(msg.epilogue, None)
1995 eq(msg.epilogue, '\n')
Dtest_email.py1198 outer.epilogue = ''
1296 outer.epilogue = None
1322 outer.epilogue = ''
1349 outer.epilogue = '\n'
1792 msg.epilogue = 'End of MIME message\n'
1810 msg.epilogue = ''
1883 container.epilogue = ''
1997 eq(msg.epilogue, None)
2085 eq(msg.epilogue, '\n')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dastgen.py226 prologue, epilogue = load_boilerplate(sys.argv[-1])
232 print epilogue
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py396 self.epilogue()
405 def epilogue(self): member in FaqWizard
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexi2html.py101 epilogue = '</BODY></HTML>\n' variable in HTMLNode
123 fp.write(self.epilogue)
162 self.epilogue = '<P>\n%s</BODY></HTML>\n' % links
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt241 handling because the exception was generated in the epilogue