Home
last modified time | relevance | path

Searched refs:_userprog (Results 1 – 21 of 21) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/future/backports/urllib/
H A Dparse.py892 _userprog = None variable
895 global _userprog
896 if _userprog is None:
898 _userprog = re.compile('^(.*)@(.*)$')
900 match = _userprog.match(host)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/future/backports/urllib/
H A Dparse.py892 _userprog = None variable
895 global _userprog
896 if _userprog is None:
898 _userprog = re.compile('^(.*)@(.*)$')
900 match = _userprog.match(host)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/future/backports/urllib/
H A Dparse.py892 _userprog = None variable
895 global _userprog
896 if _userprog is None:
898 _userprog = re.compile('^(.*)@(.*)$')
900 match = _userprog.match(host)
/dports/devel/py-future/future-0.18.2/src/future/backports/urllib/
H A Dparse.py892 _userprog = None variable
895 global _userprog
896 if _userprog is None:
898 _userprog = re.compile('^(.*)@(.*)$')
900 match = _userprog.match(host)
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.2-py2.py3-none-any/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/distlib/
H A Dcompat.py51 _userprog = None variable
54 global _userprog
55 if _userprog is None:
57 _userprog = re.compile('^(.*)@(.*)$')
59 match = _userprog.match(host)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Durllib.py1115 _userprog = None variable
1118 global _userprog
1119 if _userprog is None:
1121 _userprog = re.compile('^(.*)@(.*)$')
1123 match = _userprog.match(host)
/dports/lang/python27/Python-2.7.18/Lib/
H A Durllib.py1115 _userprog = None variable
1118 global _userprog
1119 if _userprog is None:
1121 _userprog = re.compile('^(.*)@(.*)$')
1123 match = _userprog.match(host)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Durllib.py1093 _userprog = None variable
1096 global _userprog
1097 if _userprog is None:
1099 _userprog = re.compile('^(.*)@(.*)$')
1101 match = _userprog.match(host)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Durllib.py1075 _userprog = None variable
1078 global _userprog
1079 if _userprog is None:
1081 _userprog = re.compile('^(.*)@(.*)$')
1083 match = _userprog.match(host)