Home
last modified time | relevance | path

Searched refs:_striptags_re (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/py-werkzeug/Werkzeug-2.0.2/examples/plnt/
H A Dutils.py41 _striptags_re = re.compile(r"(<!--.*-->|<[^>]*>)") variable
98 return _entity_re.sub(handle_match, _striptags_re.sub("", s))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/markupsafe/
H A D__init__.py19 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
153 stripped = u' '.join(_striptags_re.sub('', self).split())
/dports/www/node10/node-v10.24.1/tools/markupsafe/
H A D__init__.py19 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
153 stripped = u' '.join(_striptags_re.sub('', self).split())
/dports/www/node10/node-v10.24.1/deps/v8/third_party/markupsafe/
H A D__init__.py19 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
153 stripped = u' '.join(_striptags_re.sub('', self).split())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/markupsafe/
H A D__init__.py19 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
153 stripped = u' '.join(_striptags_re.sub('', self).split())
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markupsafe/
H A D__init__.py27 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
159 stripped = u" ".join(_striptags_re.sub("", self).split())
/dports/www/firefox/firefox-99.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py27 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
159 stripped = u" ".join(_striptags_re.sub("", self).split())
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py27 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
159 stripped = u" ".join(_striptags_re.sub("", self).split())
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py27 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
159 stripped = u" ".join(_striptags_re.sub("", self).split())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py27 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
159 stripped = u" ".join(_striptags_re.sub("", self).split())
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/markupsafe/markupsafe/
H A D__init__.py27 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
159 stripped = u" ".join(_striptags_re.sub("", self).split())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/markupsafe/
H A D__init__.py22 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
158 stripped = u' '.join(_striptags_re.sub('', self).split())
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/markupsafe/
H A D__init__.py27 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
159 stripped = u" ".join(_striptags_re.sub("", self).split())
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/markupsafe/
H A D__init__.py16 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
156 stripped = " ".join(_striptags_re.sub("", self).split())
/dports/textproc/py-markupsafe/MarkupSafe-2.0.1/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/markupsafe/
H A D__init__.py16 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
156 stripped = " ".join(_striptags_re.sub("", self).split())
/dports/textproc/py-markupsafe/stage/usr/local/lib/python3.8/site-packages/markupsafe/
H A D__init__.py16 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
156 stripped = " ".join(_striptags_re.sub("", self).split())
/dports/textproc/py-markupsafe/MarkupSafe-2.0.1/src/markupsafe/
H A D__init__.py16 _striptags_re = re.compile(r"(<!--.*?-->|<[^>]*>)") variable
156 stripped = " ".join(_striptags_re.sub("", self).split())
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/jinja2/
H A Dutils.py30 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
482 stripped = u' '.join(_striptags_re.sub('', self).split())
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/jinja2/
H A Dutils.py28 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jinja2/
H A Dutils.py28 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
/dports/www/node10/node-v10.24.1/tools/jinja2/
H A Dutils.py28 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
/dports/www/node10/node-v10.24.1/deps/v8/third_party/jinja2/
H A Dutils.py28 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jinja2/
H A Dutils.py28 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/jinja2/
H A Dutils.py28 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/jinja2/jinja2/
H A Dutils.py28 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') variable

12