Home
last modified time | relevance | path

Searched defs:Payload (Results 1 – 25 of 4434) sorted by relevance

12345678910>>...178

/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/googollee/go-socket.io/engineio/payload/
H A Dpayload.go20 type Payload struct { struct
21 close chan struct{}
22 closeOnce sync.Once
23 err atomic.Value
25 pauser *pauser
27 readerChan chan readArg
28 feeding int32
29 readError chan error
31 decoder decoder
34 flushing int32
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs11 pub struct Payload { struct
22 impl Payload { implementation
23 pub fn new_tombstone(id: impl Into<Guid>) -> Payload { in new_tombstone()
31 pub fn new_tombstone_with_ttl(id: impl Into<Guid>, ttl: u32) -> Payload { in new_tombstone_with_ttl()
38 pub fn with_sortindex(mut self, index: i32) -> Payload { in with_sortindex()
53 pub fn from_json(value: JsonValue) -> Result<Payload, serde_json::Error> { in from_json()
64 pub fn from_record<T: Serialize>(v: T) -> Result<Payload, serde_json::Error> { in from_record()
80 let Payload { in from() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs11 pub struct Payload { struct
22 impl Payload { implementation
23 pub fn new_tombstone(id: impl Into<Guid>) -> Payload { in new_tombstone()
31 pub fn new_tombstone_with_ttl(id: impl Into<Guid>, ttl: u32) -> Payload { in new_tombstone_with_ttl()
38 pub fn with_sortindex(mut self, index: i32) -> Payload { in with_sortindex()
49 pub fn with_auto_field<T: Into<JsonValue>>(mut self, name: &str, v: Option<T>) -> Payload { in with_auto_field()
98 pub fn from_json(value: JsonValue) -> Result<Payload, serde_json::Error> { in from_json()
127 pub fn from_record<T: Serialize>(v: T) -> Result<Payload, serde_json::Error> { in from_record()
143 let Payload { in from() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs11 pub struct Payload { struct
22 impl Payload { argument
23 pub fn new_tombstone(id: impl Into<Guid>) -> Payload { in new_tombstone()
31 pub fn new_tombstone_with_ttl(id: impl Into<Guid>, ttl: u32) -> Payload { in new_tombstone_with_ttl()
38 pub fn with_sortindex(mut self, index: i32) -> Payload { in with_sortindex()
49 pub fn with_auto_field<T: Into<JsonValue>>(mut self, name: &str, v: Option<T>) -> Payload { in with_auto_field()
98 pub fn from_json(value: JsonValue) -> Result<Payload, serde_json::Error> { in from_json()
127 pub fn from_record<T: Serialize>(v: T) -> Result<Payload, serde_json::Error> { in from_record()
143 let Payload { in from() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/sync15-traits/src/
H A Dpayload.rs11 pub struct Payload { struct
22 impl Payload { implementation
23 pub fn new_tombstone(id: impl Into<Guid>) -> Payload { in new_tombstone()
31 pub fn new_tombstone_with_ttl(id: impl Into<Guid>, ttl: u32) -> Payload { in new_tombstone_with_ttl()
38 pub fn with_sortindex(mut self, index: i32) -> Payload { in with_sortindex()
49 pub fn with_auto_field<T: Into<JsonValue>>(mut self, name: &str, v: Option<T>) -> Payload { in with_auto_field()
98 pub fn from_json(value: JsonValue) -> Result<Payload, serde_json::Error> { in from_json()
127 pub fn from_record<T: Serialize>(v: T) -> Result<Payload, serde_json::Error> { in from_record()
143 let Payload { in from() localVariable
/dports/security/n2n/n2n-2.8/doc/
H A DCrypto.md3 ## Payload section in Cryptography in n2n
5 ### Overview
29 ### Twofish
39 ### AES
51 ### ChaCha20
61 ### SPECK
67 ### Random Numbers
73 ### Pearson Hashing
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_api/src/
H A Dchannel.rs12 pub struct Payload { struct
24 impl Payload { impl
45 pub fn from_data(data: &[u8]) -> Payload { in from_data()
77 fn recv_payload(&self) -> Result<Payload, Error>; in recv_payload()
81 fn to_mpsc_receiver(self) -> Receiver<Payload>; in to_mpsc_receiver()
/dports/net/drive/drive-0.4.0/vendor/github.com/odeke-em/meddler/
H A Dmeddler.go23 type Payload struct { struct
24 URI string `form:"uri" binding:"required"`
25 PublicKey string `form:"pubkey" binding:"-"`
26 Signature string `form:"signature" binding:"-"`
27 Payload string `form:"payload" binding:"-"` member
28 RequestTime int64 `form:"requesttime" binding:"required"`
29 ExpiryTime int64 `form:"expirytime" binding:"required"`
32 func (pl *Payload) RawTextForSigning() string {
36 func (pl *Payload) ToUrlValues(extras ...map[string]interface{}) url.Values {
/dports/emulators/qemu5/qemu-5.2.0/docs/interop/
H A Dvhost-user.rst62 Payload section in Message Specification
67 A single 64-bit integer
76 A vring state description
87 A vring address description
109 Memory regions description
134 Single memory region description
151 Log description
164 An IOTLB message
189 Virtio device config space
207 Vring area description
[all …]
/dports/emulators/qemu60/qemu-6.0.0/docs/interop/
H A Dvhost-user.rst62 Payload section in Message Specification
67 A single 64-bit integer
76 A vring state description
87 A vring address description
109 Memory regions description
134 Single memory region description
151 Log description
164 An IOTLB message
189 Virtio device config space
207 Vring area description
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender_api-0.60.0/src/
H A Dchannel.rs12 pub struct Payload { struct
24 impl Payload { argument
50 pub fn from_data(data: &[u8]) -> Payload { in from_data()
82 fn recv_payload(&self) -> Result<Payload, Error>; in recv_payload()
86 fn to_mpsc_receiver(self) -> Receiver<Payload>; in to_mpsc_receiver()
/dports/emulators/qemu/qemu-6.2.0/docs/interop/
H A Dvhost-user.rst66 Payload section in Message Specification
71 A single 64-bit integer
80 A vring state description
91 A vring address description
113 Memory regions description
138 Single memory region description
155 Log description
168 An IOTLB message
193 Virtio device config space
211 Vring area description
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/docs/interop/
H A Dvhost-user.rst66 Payload section in Message Specification
71 A single 64-bit integer
80 A vring state description
91 A vring address description
113 Memory regions description
138 Single memory region description
155 Log description
168 An IOTLB message
193 Virtio device config space
211 Vring area description
[all …]
/dports/emulators/qemu42/qemu-4.2.1/docs/interop/
H A Dvhost-user.rst61 Payload section in Message Specification
66 A single 64-bit integer
75 A vring state description
86 A vring address description
108 Memory regions description
133 Log description
146 An IOTLB message
171 Virtio device config space
189 Vring area description
203 Inflight description
/dports/emulators/qemu-utils/qemu-4.2.1/docs/interop/
H A Dvhost-user.rst61 Payload section in Message Specification
66 A single 64-bit integer
75 A vring state description
86 A vring address description
108 Memory regions description
133 Log description
146 An IOTLB message
171 Virtio device config space
189 Vring area description
203 Inflight description
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/docs/interop/
H A Dvhost-user.rst62 Payload section in Message Specification
67 A single 64-bit integer
76 A vring state description
87 A vring address description
109 Memory regions description
134 Log description
147 An IOTLB message
172 Virtio device config space
190 Vring area description
204 Inflight description
/dports/emulators/qemu-guest-agent/qemu-5.0.1/docs/interop/
H A Dvhost-user.rst62 Payload section in Message Specification
67 A single 64-bit integer
76 A vring state description
87 A vring address description
109 Memory regions description
134 Log description
147 An IOTLB message
172 Virtio device config space
190 Vring area description
204 Inflight description
/dports/net/proby/proby-1.0.2/cargo-crates/actix-http-1.0.1/src/
H A Dpayload.rs14 pub enum Payload<S = PayloadStream> { enum
21 impl<S> From<crate::h1::Payload> for Payload<S> { implementation
27 impl<S> From<crate::h2::Payload> for Payload<S> { implementation
33 impl<S> From<RecvStream> for Payload<S> { implementation
39 impl From<PayloadStream> for Payload { implementation
45 impl<S> Payload<S> { implementation
52 impl<S> Stream for Payload<S> implementation
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-http-3.0.0-beta.9/src/
H A Dpayload.rs14 pub enum Payload<S = PayloadStream> { enum
21 impl<S> From<crate::h1::Payload> for Payload<S> { implementation
27 impl<S> From<crate::h2::Payload> for Payload<S> { implementation
33 impl<S> From<RecvStream> for Payload<S> { implementation
39 impl From<PayloadStream> for Payload { implementation
45 impl<S> Payload<S> { implementation
52 impl<S> Stream for Payload<S> implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.h32 struct Payload { struct
33 Payload(const char* name, const PayloadUnion& pu) : typeSpecific(pu) { in Payload() function
38 PayloadUnion typeSpecific; argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.h32 struct Payload { struct
33 Payload(const char* name, const PayloadUnion& pu) : typeSpecific(pu) { in Payload() function
38 PayloadUnion typeSpecific; argument
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.h32 struct Payload { struct
33 Payload(const char* name, const PayloadUnion& pu) : typeSpecific(pu) { in Payload() argument
38 PayloadUnion typeSpecific; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/sequences/list/list.ops/
H A Dsort.pass.cpp23 struct Payload struct
27 Payload(int v) : val(v), side(0) {} in Payload() argument
28 Payload(int v, int s) : val(v), side(s) {} in Payload() function
29 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/sequences/list/list.ops/
H A Dsort.pass.cpp23 struct Payload struct
27 Payload(int v) : val(v), side(0) {} in Payload() argument
28 Payload(int v, int s) : val(v), side(s) {} in Payload() argument
29 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/sequences/list/list.ops/
H A Dsort.pass.cpp23 struct Payload struct
27 Payload(int v) : val(v), side(0) {} in Payload() argument
28 Payload(int v, int s) : val(v), side(s) {} in Payload() argument
29 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument

12345678910>>...178