Home
last modified time | relevance | path

Searched refs:unquote (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dssh.py74 path = urllib.parse.unquote(path)
104 path = urllib.parse.unquote(path)
144 path = urllib.parse.unquote(path)
H A Dsftp.py80 ud.localfile = d.expand(urllib.parse.unquote(ud.basename))
H A Dlocal.py32 ud.decodedurl = urllib.parse.unquote(ud.url.split("://")[1].split(";")[0])
H A Dgcp.py49 ud.localfile = d.expand(urllib.parse.unquote(ud.basename))
H A Ds3.py80 ud.localfile = d.expand(urllib.parse.unquote(ud.basename))
H A Dwget.py86 ud.localfile = d.expand(urllib.parse.unquote(ud.basename))
88 ud.localfile = d.expand(urllib.parse.unquote(ud.host + ud.path).replace("/", "."))
H A D__init__.py260 self.path = urllib.parse.unquote(urlp.path)
312 self.path = urllib.parse.unquote(path)
394 return type, host, urllib.parse.unquote(path), user, pswd, p
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py10 from urllib.parse import unquote
70 index.config['DESCRIPTION'] = unquote(params['desc'])
183 index.config['DESCRIPTION'] = unquote(params['desc'])
H A Dcooker.py11 from urllib.parse import unquote, urlparse
185 index.config['DESCRIPTION'] = unquote(params['desc'])
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py406 def unquote(wtree): function
413 part = unquote(part)
417 return unquote(wtree)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py190 from urllib import unquote, urlencode
192 from urllib.parse import unquote, urlencode
199 params[i] = unquote(str(mandatory_parameters[i]))