Home
last modified time | relevance | path

Searched refs:urlencode (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib.py538 result = urllib.urlencode(given)
571 result = urllib.urlencode(given)
575 result = urllib.urlencode(given)
582 result = urllib.urlencode(given)
584 result = urllib.urlencode(given, True)
Dtest_httpservers.py461 params = urllib.urlencode({'spam' : 1, 'eggs' : 'python', 'bacon' : 123456})
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py1034 data = urllib.urlencode(self.mapLogRecord(record))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py1259 def urlencode(query, doseq=0): function