HomeSort by relevance Sort by last modified time
    Searched defs:urlparse (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
137 def urlparse(url, scheme='', allow_fragments=True): function
259 urlparse(base, '', allow_fragments)
261 urlparse(url, bscheme, allow_fragments)
311 s, n, p, a, q, frag = urlparse(url)
328 # because urllib uses urlparse methods (urljoin). If you update this function,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
31 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
128 def urlparse(url, scheme='', allow_fragments=True): function
250 urlparse(base, '', allow_fragments)
252 urlparse(url, bscheme, allow_fragments)
302 s, n, p, a, q, frag = urlparse(url)
310 # because urllib uses urlparse methods (urljoin). If you update this function,
  /external/python/cpython2/Lib/
urlparse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
137 def urlparse(url, scheme='', allow_fragments=True): function
259 urlparse(base, '', allow_fragments)
261 urlparse(url, bscheme, allow_fragments)
311 s, n, p, a, q, frag = urlparse(url)
328 # because urllib uses urlparse methods (urljoin). If you update this function,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
136 def urlparse(url, scheme='', allow_fragments=True): function
258 urlparse(base, '', allow_fragments)
260 urlparse(url, bscheme, allow_fragments)
310 s, n, p, a, q, frag = urlparse(url)
327 # because urllib uses urlparse methods (urljoin). If you update this function,
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
136 def urlparse(url, scheme='', allow_fragments=True): function
258 urlparse(base, '', allow_fragments)
260 urlparse(url, bscheme, allow_fragments)
310 s, n, p, a, q, frag = urlparse(url)
327 # because urllib uses urlparse methods (urljoin). If you update this function,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
136 def urlparse(url, scheme='', allow_fragments=True): function
258 urlparse(base, '', allow_fragments)
260 urlparse(url, bscheme, allow_fragments)
310 s, n, p, a, q, frag = urlparse(url)
327 # because urllib uses urlparse methods (urljoin). If you update this function,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
33 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
136 def urlparse(url, scheme='', allow_fragments=True): function
258 urlparse(base, '', allow_fragments)
260 urlparse(url, bscheme, allow_fragments)
310 s, n, p, a, q, frag = urlparse(url)
327 # because urllib uses urlparse methods (urljoin). If you update this function,
  /external/python/cpython3/Lib/urllib/
parse.py 3 urlparse module is based upon the following RFC specifications.
23 urlparse module should conform with it. The urlparse module is
34 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
351 def urlparse(url, scheme='', allow_fragments=True): function
480 urlparse(base, '', allow_fragments)
482 urlparse(url, bscheme, allow_fragments)
548 s, n, p, a, q, frag = urlparse(url)
    [all...]

Completed in 244 milliseconds