Home
last modified time | relevance | path

Searched refs:_literal_re (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/py-genshi/Genshi-0.7.3/fixes/
H A Dfix_unicode_in_strings.py8 _literal_re = re.compile(r"(.+?)\b[uU]([rR]?[\'\"])") variable
16 new.value = _literal_re.sub(r"\1\2", new.value)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/libfuturize/fixes/
H A Dfix_bytes.py13 _literal_re = re.compile(r"[^bBuUrR]?[\'\"]") variable
21 if _literal_re.match(node.value):
H A Dfix_oldstr_wrap.py22 _literal_re = re.compile(r"[^uUrR]?[\'\"]") variable
32 if _literal_re.match(node.value):
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/libfuturize/fixes/
H A Dfix_bytes.py13 _literal_re = re.compile(r"[^bBuUrR]?[\'\"]") variable
21 if _literal_re.match(node.value):
H A Dfix_oldstr_wrap.py22 _literal_re = re.compile(r"[^uUrR]?[\'\"]") variable
32 if _literal_re.match(node.value):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/libfuturize/fixes/
H A Dfix_bytes.py13 _literal_re = re.compile(r"[^bBuUrR]?[\'\"]") variable
21 if _literal_re.match(node.value):
H A Dfix_oldstr_wrap.py22 _literal_re = re.compile(r"[^uUrR]?[\'\"]") variable
32 if _literal_re.match(node.value):
/dports/devel/py-future/future-0.18.2/src/libfuturize/fixes/
H A Dfix_bytes.py13 _literal_re = re.compile(r"[^bBuUrR]?[\'\"]") variable
21 if _literal_re.match(node.value):
H A Dfix_oldstr_wrap.py22 _literal_re = re.compile(r"[^uUrR]?[\'\"]") variable
32 if _literal_re.match(node.value):
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_unicode.py10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]") variable
22 if _literal_re.match(node.value):
/dports/devel/py-doctest-ignore-unicode/doctest-ignore-unicode-0.1.2/
H A Dnose_plugin.py15 _literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) variable in _UnicodeOutputCheck
21 return re.sub(self._literal_re, r'\1\2', txt)
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/base/
H A Dtest_tutorials.py117 _literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) variable in _get_unicode_checker.UnicodeOutputChecker
133 return re.sub(self._literal_re, r"\1\2", txt)
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/base/
H A Dtest_tutorials.py113 _literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) variable in _get_unicode_checker.UnicodeOutputChecker
128 return re.sub(self._literal_re, r'\1\2', txt)
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/base/
H A Dtest_tutorials.py117 _literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) variable in _get_unicode_checker.UnicodeOutputChecker
133 return re.sub(self._literal_re, r"\1\2", txt)
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/base/
H A Dtest_tutorials.py112 _literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) variable in _get_unicode_checker.UnicodeOutputChecker
127 return re.sub(self._literal_re, r'\1\2', txt)
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/base/
H A Dtest_tutorials.py143 _literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) variable in _get_unicode_checker.UnicodeOutputChecker
159 return re.sub(self._literal_re, r"\1\2", txt)
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/
H A Ddoctest_nose_plugin.py17 _literal_re = re.compile(r"(\W|^)[uU]([rR]?[\'\"])", re.UNICODE) variable in _UnicodeOutputChecker
20 return re.sub(self._literal_re, r'\1\2', txt)