Home
last modified time | relevance | path

Searched defs:ContentBytes (Results 1 – 19 of 19) sorted by relevance

/dports/www/py-httpie/httpie-2.6.0/httpie/
H A Dencoding.py8 ContentBytes = Union[bytearray, bytes] variable
11 def detect_encoding(content: ContentBytes) -> str:
32 def smart_decode(content: ContentBytes, encoding: str) -> str:
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DHttpRequestMessageExtensionMethods.cs275 public byte[] ContentBytes { get; private set; } property in System.ServiceModel.Channels.HttpRequestMessageExtensionMethods.SharedByteArrayContent
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelFile.go38 ContentBytes *Binary `json:"contentBytes,omitempty"` member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h100 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h101 typedef std::vector<Hex8> ContentBytes; typedef
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h101 typedef std::vector<Hex8> ContentBytes; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Networking/PushNotifications/
H A Dmod.rs739 …pub fn ContentBytes(&self) -> ::windows::runtime::Result<super::super::Storage::Streams::IBuffer> { in ContentBytes() method