Home
last modified time | relevance | path

Searched refs:_clean_re (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/py-guessit/guessit-3.3.1/guessit/rules/common/
H A Dnumeral.py112 _clean_re = re.compile(r'[^\d]*(\d+)[^\d]*') variable
136 match = _clean_re.match(value)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/rules/common/
H A Dnumeral.py112 _clean_re = re.compile(r'[^\d]*(\d+)[^\d]*') variable
136 match = _clean_re.match(value)
/dports/security/py-passlib/passlib-1.7.4/passlib/
H A Dtotp.py85 _clean_re = re.compile(u(r"\s|[-=]"), re.U)
133 key = _clean_re.sub("", key).encode("utf-8") # strip whitespace & hypens
1050 token = _clean_re.sub(u(""), token)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/
H A Dtotp.py85 _clean_re = re.compile(u(r"\s|[-=]"), re.U) variable
133 key = _clean_re.sub("", key).encode("utf-8") # strip whitespace & hypens
1050 token = _clean_re.sub(u(""), token)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/
H A Dindex.py870 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in HTMLPage
876 return self._clean_re.sub(
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/
H A Dindex.py910 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in HTMLPage
916 return self._clean_re.sub(
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/distlib/
H A Dlocators.py548 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
571 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.2-py2.py3-none-any/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/_vendor/distlib/
H A Dlocators.py540 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
563 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/distlib-0.3.1-py2.py3-none-any/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/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 Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/_vendor/distlib/
H A Dlocators.py540 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
563 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)
/dports/devel/py-distlib/distlib-0.3.4/distlib/
H A Dlocators.py555 _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) variable in Page
578 url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url)