Home
last modified time | relevance | path

Searched refs:SUBAUTHORITY_RE (Results 1 – 14 of 14) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/urllib3/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/src/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/devel/py-oci/oci-2.53.1/src/oci/_vendor/urllib3/util/
H A Durl.py76 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
373 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
368 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/urllib3/util/
H A Durl.py71 SUBAUTHORITY_RE = re.compile(SUBAUTHORITY_PAT, re.UNICODE | re.DOTALL) variable
374 auth, host, port = SUBAUTHORITY_RE.match(authority).groups()