Lines Matching refs:unquote
104 urlparse, urlsplit, urljoin, unwrap, quote, unquote,
386 self.host = unquote(self.host)
817 user_pass = '%s:%s' % (unquote(user),
818 unquote(password))
821 hostport = unquote(hostport)
1518 host = unquote(host)
1528 dirs = list(map(unquote, dirs))
1652 return unquote(pathname)
1859 host = unquote(host)
1883 proxy_passwd = unquote(proxy_passwd)
1889 user_passwd = unquote(user_passwd)
2019 host = unquote(host)
2020 user = unquote(user or '')
2021 passwd = unquote(passwd or '')
2029 path = unquote(path)
2097 data = unquote(data)