Lines Matching refs:unquote
56 return unquote(pathname)
304 host = unquote(host)
329 proxy_passwd = unquote(proxy_passwd)
335 user_passwd = unquote(user_passwd)
399 host = unquote(host)
419 proxy_passwd = unquote(proxy_passwd)
424 user_passwd = unquote(user_passwd)
523 host = unquote(host)
533 path = unquote(path)
605 data = unquote(data)
1220 def unquote(s): function
1229 append(unquote(str(bits[i])).decode('latin1'))
1251 return unquote(s)
1656 uqs = unquote(qs)