Home
last modified time | relevance | path

Searched refs:UnsupportedProtocol (Results 1 – 25 of 78) sorted by relevance

1234

/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/kafka-0.8.0/src/
H A Derror.rs38 UnsupportedProtocol {
220 &Error(ErrorKind::UnsupportedProtocol, _) => ErrorKind::UnsupportedProtocol.into(), in clone()
/dports/devel/py-fs2/fs-2.4.11/fs/opener/
H A Dregistry.py16 from .errors import UnsupportedProtocol, EntryPointError
127 raise UnsupportedProtocol(
H A Derrors.py16 class UnsupportedProtocol(OpenerError): class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/WebSockets/
H A DHttpWebSocket.cs47 throw new WebSocketException(WebSocketError.UnsupportedProtocol, in ProcessWebSocketProtocolHeader()
80 throw new WebSocketException(WebSocketError.UnsupportedProtocol, in ProcessWebSocketProtocolHeader()
/dports/www/py-httpcore/httpcore-0.14.3/httpcore/_sync/
H A Dconnection_pool.py6 from .._exceptions import ConnectionNotAvailable, UnsupportedProtocol
212 raise UnsupportedProtocol(
216 raise UnsupportedProtocol(
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DWebSocketError.cs17 UnsupportedProtocol = 6, enumerator
H A DWebSocketHelpers.cs234 throw new WebSocketException(WebSocketError.UnsupportedProtocol, in ProcessWebSocketProtocolHeader()
267 throw new WebSocketException(WebSocketError.UnsupportedProtocol, in ProcessWebSocketProtocolHeader()
H A DWebSocketException.cs169 case WebSocketError.UnsupportedProtocol: in GetErrorMessage()
/dports/www/py-httpx/httpx-0.21.1/httpx/_transports/
H A Ddefault.py45 UnsupportedProtocol,
91 httpcore.UnsupportedProtocol: UnsupportedProtocol,
/dports/www/py-httpcore/httpcore-0.14.3/httpcore/_async/
H A Dconnection_pool.py6 from .._exceptions import ConnectionNotAvailable, UnsupportedProtocol
212 raise UnsupportedProtocol(
216 raise UnsupportedProtocol(
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/
H A DWebSocketError.cs18 UnsupportedProtocol = 6, enumerator
H A DWebSocketException.cs171 case WebSocketError.UnsupportedProtocol: in GetErrorMessage()
/dports/www/py-httpcore/httpcore-0.14.3/httpcore/
H A D__init__.py23 UnsupportedProtocol,
H A D_exceptions.py24 class UnsupportedProtocol(Exception): class
/dports/www/py-httpx/httpx-0.21.1/httpx/
H A D__init__.py33 UnsupportedProtocol,
H A D_exceptions.py174 class UnsupportedProtocol(TransportError): class
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/file/src/
H A Dfile_location.rs27 gst::URIError::UnsupportedProtocol,
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/gnu-efi/dist/inc/
H A Definet.h111 UINT64 UnsupportedProtocol; member
/dports/sysutils/syslinux/syslinux-6.03/efi32/include/efi/
H A Definet.h109 UINT64 UnsupportedProtocol; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
H A DSimpleNetwork.h119 UINT64 UnsupportedProtocol; member
/dports/sysutils/syslinux/syslinux-6.03/efi64/include/efi/
H A Definet.h109 UINT64 UnsupportedProtocol; member
/dports/sysutils/syslinux/syslinux-6.03/gnu-efi/gnu-efi-3.0/inc/
H A Definet.h109 UINT64 UnsupportedProtocol; member
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Include/Protocol/
H A DSimpleNetwork.h116 UINT64 UnsupportedProtocol; member
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Include/Protocol/
H A DSimpleNetwork.h116 UINT64 UnsupportedProtocol; member
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Include/Protocol/
H A DSimpleNetwork.h116 UINT64 UnsupportedProtocol; member

1234