Home
last modified time | relevance | path

Searched refs:_decode_idna (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/
H A Durls.py32 from ._internal import _decode_idna
167 rv = _decode_idna(self.host or "")
H A D_internal.py362 def _decode_idna(domain):
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/werkzeug/
H A Durls.py32 from ._internal import _decode_idna
167 rv = _decode_idna(self.host or "")
H A D_internal.py351 def _decode_idna(domain): function
/dports/www/py-werkzeug/Werkzeug-2.0.2/src/werkzeug/
H A Durls.py13 from ._internal import _decode_idna
189 rv = _decode_idna(self.host or "")
H A D_internal.py492 def _decode_idna(domain: t.Union[str, bytes]) -> str: function
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dsocket.py808 def _decode_idna(name, flags=0): function
824 _decode_idna = lambda x, y=0: x.decode("ascii") function
1020 result = _decode_idna(result, flags)