Home
last modified time | relevance | path

Searched refs:IPV4_RE (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/py-zope.testbrowser/zope.testbrowser-5.5.1/src/zope/testbrowser/
H A Dutils.py206 IPV4_RE = re.compile(r"\.\d+$") variable
227 if '.' not in erhn and not IPV4_RE.search(erhn):
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/http/
H A Dcookies.py11 IPV4_RE = re.compile(r"\.\d+$", re.ASCII) variable
37 if not IPV4_RE.search(req_host):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/util/
H A Dssl_.py10 from .url import IPV4_RE, BRACELESS_IPV6_ADDRZ_RE
408 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
H A Durl.py60 IPV4_RE = re.compile("^" + IPV4_PAT + "$") variable
295 elif not IPV4_RE.match(host):
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/util/
H A Dssl_.py10 from .url import IPV4_RE, BRACELESS_IPV6_ADDRZ_RE
396 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dssl_.py10 from .url import IPV4_RE, BRACELESS_IPV6_ADDRZ_RE
403 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dssl_.py10 from .url import IPV4_RE, BRACELESS_IPV6_ADDRZ_RE
403 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/src/urllib3/util/
H A Dssl_.py10 from .url import IPV4_RE, BRACELESS_IPV6_ADDRZ_RE
403 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/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 Dssl_.py10 from .url import IPV4_RE, BRACELESS_IPV6_ADDRZ_RE
403 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/urllib3/util/
H A Dssl_.py10 from .url import IPV4_RE, BRACELESS_IPV6_ADDRZ_RE
396 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
446 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
H A Durl.py60 IPV4_RE = re.compile("^" + IPV4_PAT + "$") variable
295 elif not IPV4_RE.match(host):
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
438 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
446 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
H A Durl.py60 IPV4_RE = re.compile("^" + IPV4_PAT + "$") variable
295 elif not IPV4_RE.match(host):
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
446 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
446 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/devel/py-oci/oci-2.53.1/src/oci/_vendor/urllib3/util/
H A Dssl_.py22 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
451 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
438 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
467 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
H A Durl.py60 IPV4_RE = re.compile("^" + IPV4_PAT + "$") variable
295 elif not IPV4_RE.match(host):
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
467 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
467 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
467 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/util/
H A Dssl_.py17 from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE
467 return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname))

12345