Home
last modified time | relevance | path

Searched refs:FieldStorage (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cgi.py113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
134 fs = cgi.FieldStorage(environ=env)
224 fs = cgi.FieldStorage(fp=f, environ=env)
253 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
Dcgi2.py10 form = cgi.FieldStorage()
Dwiki.py7 form = cgi.FieldStorage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcgi.py353 class FieldStorage: class
894 form = FieldStorage() # Replace with other classes to test those
914 form = FieldStorage() # Replace with other classes to test those
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py186 self.__form = cgi.FieldStorage()
414 form = cgi.FieldStorage()