Home
last modified time | relevance | path

Searched refs:splittype (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py185 urltype, url = splittype(fullurl)
190 urltype, proxyhost = splittype(proxy)
213 type, url = splittype(fullurl)
218 type, url = splittype(fullurl)
228 type, url1 = splittype(url)
244 garbage, path = splittype(url)
303 urltype, rest = splittype(selector)
398 urltype, rest = splittype(selector)
724 urltype, proxyhost = splittype(proxy)
741 urltype, proxyhost = splittype(proxy)
[all …]
Durllib2.py111 from urllib import (unwrap, unquote, splittype, splithost, quote,
246 self.type, self.__r_type = splittype(self.__original)
678 scheme, r_scheme = splittype(proxy)
1114 scheme, sel = splittype(request.get_selector())
Dmimetypes.py114 scheme, url = urllib.splittype(url)
Dxmlrpclib.py1544 type, uri = urllib.splittype(uri)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebsucker.py90 type, rest = urllib.splittype(url)
Dwebchecker.py492 scheme, path = urllib.splittype(url)