Home
last modified time | relevance | path

Searched refs:bleach (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/www/py-bleach/bleach-3.1.5/docs/
H A Dclean.rst63 >>> import bleach
65 >>> bleach.clean(
106 >>> import bleach
108 >>> bleach.clean(
129 >>> import bleach
137 >>> bleach.clean(
158 >>> import bleach
163 >>> bleach.clean(
177 >>> import bleach
187 >>> bleach.clean(
[all …]
H A Dlinkify.rst44 .. autofunction:: bleach.linkify
93 >>> from bleach.linkifier import Linker
113 >>> from bleach.linkifier import Linker
138 >>> from bleach.linkifier import Linker
160 >>> from bleach.linkifier import Linker
185 >>> from bleach.linkifier import Linker
208 >>> from bleach.linkifier import Linker
311 Using ``bleach.linkifier.Linker``
386 .. autoclass:: bleach.linkifier.Linker
394 Using ``bleach.linkifier.LinkifyFilter``
[all …]
H A Dconf.py19 import bleach # noqa
51 version = bleach.__version__
53 release = bleach.__version__ + ' ' + bleach.__releasedate__
H A Dgoals.rst91 {{ bleach.clean(user_bio) }}
97 <body data-bio="{{ bleach.clean(user_bio) }}">
100 If you need to use the output of ``bleach.clean()`` in an HTML attribute, you
104 If you need to use the output of ``bleach.clean()`` in any other context,
148 that bleach properly strips or escapes language-specific syntax like
150 Angular templates before using bleach-sanitized output with your
/dports/devel/py-readme-renderer/readme_renderer-30.0/readme_renderer/
H A Dclean.py18 import bleach
19 import bleach.callbacks
20 import bleach.linkifier
21 import bleach.sanitizer
72 cleaner = bleach.sanitizer.Cleaner(
80 bleach.linkifier.LinkifyFilter,
83 bleach.callbacks.nofollow,
/dports/www/py-bleach/bleach-3.1.5/
H A DREADME.rst6 :target: https://travis-ci.org/mozilla/bleach
8 .. image:: https://badge.fury.io/py/bleach.svg
9 :target: http://badge.fury.io/py/bleach
30 :Code: https://github.com/mozilla/bleach
31 :Documentation: https://bleach.readthedocs.io/
40 <https://github.com/mozilla/bleach/issues>`_.
73 $ pip install bleach
93 >>> import bleach
111 .. _GitHub: https://github.com/mozilla/bleach
112 .. _ReadTheDocs: https://bleach.readthedocs.io/
[all …]
H A DPKG-INFO2 Name: bleach
5 Home-page: https://github.com/mozilla/bleach
14 :target: https://travis-ci.org/mozilla/bleach
16 .. image:: https://badge.fury.io/py/bleach.svg
17 :target: http://badge.fury.io/py/bleach
48 <https://github.com/mozilla/bleach/issues>`_.
81 $ pip install bleach
101 >>> import bleach
121 .. _PyPI: https://pypi.org/project/bleach/
359 These were moved from ``bleach.sanitizer`` to ``bleach.html5lib_shim``:
[all …]
H A DCHANGES24 * ``bleach.clean`` behavior parsing style attributes could result in a
27 Calls to ``bleach.clean`` with an allowed tag with an allowed
29 ``bleach.clean(..., attributes={'a': ['style']})``.
84 * ``bleach.clean`` behavior parsing embedded MathML and SVG content
88 Calls to ``bleach.clean`` with ``strip=False`` and ``math`` or
236 These were moved from ``bleach.sanitizer`` to ``bleach.html5lib_shim``:
380 version at ``bleach.__version__`` and parse it with
437 * ``bleach.clean`` and friends were rewritten
453 * ``bleach.linkify`` was rewritten
487 bleach.linkify(some_text, skip_pre=True)
[all …]
/dports/www/py-bleach/bleach-3.1.5/bleach.egg-info/
H A DPKG-INFO2 Name: bleach
5 Home-page: https://github.com/mozilla/bleach
14 :target: https://travis-ci.org/mozilla/bleach
16 .. image:: https://badge.fury.io/py/bleach.svg
17 :target: http://badge.fury.io/py/bleach
48 <https://github.com/mozilla/bleach/issues>`_.
81 $ pip install bleach
101 >>> import bleach
121 .. _PyPI: https://pypi.org/project/bleach/
359 These were moved from ``bleach.sanitizer`` to ``bleach.html5lib_shim``:
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/bleach/
H A Dhtml5lib_shim.py20 from bleach._vendor.html5lib import ( # noqa: E402 module level import not at top of file
24 from bleach._vendor.html5lib import (
27 from bleach._vendor.html5lib.constants import ( # noqa: E402 module level import not at top of file
31 from bleach._vendor.html5lib.constants import (
34 from bleach._vendor.html5lib.filters.base import (
37 from bleach._vendor.html5lib.filters.sanitizer import (
40 from bleach._vendor.html5lib.filters.sanitizer import (
43 from bleach._vendor.html5lib._inputstream import (
46 from bleach._vendor.html5lib.serializer import (
50 from bleach._vendor.html5lib._tokenizer import (
[all …]
H A D__init__.py5 from bleach.linkifier import (
9 from bleach.sanitizer import (
/dports/www/py-bleach/bleach-3.1.5/bleach/
H A Dhtml5lib_shim.py14 from bleach._vendor.html5lib import (
18 from bleach._vendor.html5lib import constants
19 from bleach._vendor.html5lib.constants import (
23 from bleach._vendor.html5lib.constants import _ReparseException as ReparseException
24 from bleach._vendor.html5lib.filters.base import Filter
25 from bleach._vendor.html5lib.filters.sanitizer import allowed_protocols
26 from bleach._vendor.html5lib.filters.sanitizer import Filter as SanitizerFilter
27 from bleach._vendor.html5lib._inputstream import HTMLInputStream
28 from bleach._vendor.html5lib.serializer import HTMLSerializer
29 from bleach._vendor.html5lib._tokenizer import HTMLTokenizer
[all …]
H A D__init__.py7 from bleach.linkifier import (
11 from bleach.sanitizer import (
/dports/www/py-bleach/bleach-3.1.5/scripts/
H A Dvendor_verify.sh19 pip install --no-binary all --no-compile --no-deps -r bleach/_vendor/vendor.txt --target "${DEST}"
31 bleach/_vendor/ "${DEST}"
35 for fn in $(cd bleach/_vendor/; find . -name RECORD); do
37 diff <(sort bleach/_vendor/${fn}) <(sort ${DEST}/${fn})
/dports/databases/libzdb/libzdb-3.2.2/test/
H A Dselect.c19 const char *bleach[] = { in main() local
23 for (time_t i = 0, t = time(0); bleach[i]; i++) { in main()
24 PreparedStatement_setString(p, 1, bleach[i]); in main()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/.venv/lib/python3.9/site-packages/bleach/_vendor/
H A DREADME.rst27 4. Update the bleach minor version in the next release.
52 * bleach has the resources to test and QA new bleach releases against
61 4. Update the bleach minor version in the next release.
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/bleach/_vendor/
H A DREADME.rst27 4. Update the bleach minor version in the next release.
52 * bleach has the resources to test and QA new bleach releases against
61 4. Update the bleach minor version in the next release.
/dports/www/py-django-post_office/django-post_office-3.5.3/post_office/
H A Dsanitizer.py5 import bleach
7 clean_html = lambda body: mark_safe(bleach.clean(
/dports/devel/py-twine/twine-3.7.0/
H A Dpytest.ini3 # workaround for https://github.com/mozilla/bleach/issues/425
4 ignore:Using or importing the ABCs:DeprecationWarning:bleach
/dports/www/py-bleach/bleach-3.1.5/tests_website/
H A Ddata_to_json.py19 import bleach
49 'actual': bleach.clean(data),
H A Dserver.py15 import bleach
33 cleaned = bleach.clean(body)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/bleach/bleach/
H A D__init__.pyi3 from bleach.linkifier import DEFAULT_CALLBACKS as DEFAULT_CALLBACKS, Linker as Linker, _Callback
4 from bleach.sanitizer import (
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/bleach/
H A D__init__.pyi3 from bleach.linkifier import DEFAULT_CALLBACKS as DEFAULT_CALLBACKS, Linker as Linker
4 from bleach.sanitizer import (
/dports/www/py-bleach/bleach-3.1.5/tests/
H A Dtest_clean.py7 from bleach import clean
8 from bleach.html5lib_shim import Filter
9 from bleach.sanitizer import Cleaner
10 from bleach._vendor.html5lib.constants import rcdataElements
H A Dtest_linkify.py8 from bleach import linkify, DEFAULT_CALLBACKS as DC
9 from bleach.linkifier import Linker, LinkifyFilter
10 from bleach.sanitizer import Cleaner

12345678910>>...15