Searched refs:unquote (Results 1 – 11 of 11) sorted by relevance
74 path = urllib.parse.unquote(path)104 path = urllib.parse.unquote(path)144 path = urllib.parse.unquote(path)
80 ud.localfile = d.expand(urllib.parse.unquote(ud.basename))
49 ud.localfile = d.expand(urllib.parse.unquote(ud.basename))
32 ud.decodedurl = urllib.parse.unquote(ud.url.split("://")[1].split(";")[0])
81 ud.localfile = d.expand(urllib.parse.unquote(ud.basename))83 ud.localfile = d.expand(urllib.parse.unquote(ud.host + ud.path).replace("/", "."))
261 self.path = urllib.parse.unquote(urlp.path)313 self.path = urllib.parse.unquote(path)395 return type, host, urllib.parse.unquote(path), user, pswd, p
10 from urllib.parse import unquote70 index.config['DESCRIPTION'] = unquote(params['desc'])183 index.config['DESCRIPTION'] = unquote(params['desc'])
11 from urllib.parse import unquote, urlparse185 index.config['DESCRIPTION'] = unquote(params['desc'])
406 def unquote(wtree): function413 part = unquote(part)417 return unquote(wtree)
190 from urllib import unquote, urlencode192 from urllib.parse import unquote, urlencode199 params[i] = unquote(str(mandatory_parameters[i]))