Home
last modified time | relevance | path

Searched defs:Item (Results 226 – 250 of 39244) sorted by relevance

12345678910>>...1570

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/polardb/
H A Dstruct_item.go19 type Item struct { struct
20 SSLExpireTime string `json:"SSLExpireTime" xml:"SSLExpireTime"`
21 SSLEnabled string `json:"SSLEnabled" xml:"SSLEnabled"`
22 SSLConnectionString string `json:"SSLConnectionString" xml:"SSLConnectionString"`
23 DBEndpointId string `json:"DBEndpointId" xml:"DBEndpointId"`
/dports/x11/kf5-kactivities-stats/kactivities-stats-5.89.0/autotests/quickcheck/tables/
H A DResourceInfo.h16 struct Item { struct
17 QString targettedResource;
18 QString title;
19 QString mimetype;
21 const QString &primaryKey() const in primaryKey()
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Dstruct_item.go19 type Item struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Id string `json:"Id" xml:"Id"`
22 Data []DataItem `json:"Data" xml:"Data"`
23 Fields []Field `json:"Fields" xml:"Fields"`
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/arrayvec-0.7.2/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/arrayvec-0.7.2/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/arrayvec-0.7.2/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/arrayvec-0.7.1/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/arrayvec-0.7.2/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/www/firefox/firefox-99.0/third_party/rust/arrayvec/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/lang/rust/rustc-1.58.1-src/vendor/arrayvec/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/devel/racer/racer-2.1.48/cargo-crates/arrayvec-0.7.0/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/arrayvec-0.7.1/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/lang/rust/rustc-1.58.1-src/vendor/arrayvec-0.7.0/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/arrayvec-0.7.2/src/
H A Darrayvec_impl.rs9 type Item; typedef
17 fn as_slice(&self) -> &[Self::Item] { in as_slice()
25 fn as_mut_slice(&mut self) -> &mut [Self::Item] { in as_mut_slice()
33 fn as_ptr(&self) -> *const Self::Item; in as_ptr()
36 fn as_mut_ptr(&mut self) -> *mut Self::Item; in as_mut_ptr()
38 fn push(&mut self, element: Self::Item) { in push()
42 fn try_push(&mut self, element: Self::Item) -> Result<(), CapacityError<Self::Item>> { in try_push()
53 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked()
60 fn pop(&mut self) -> Option<Self::Item> { in pop()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/postage-0.4.1/src/test/
H A Dstream.rs8 pub fn ready<T>(value: T) -> impl Stream<Item = T> in ready()
15 pub fn pending<T>() -> impl Stream<Item = T> { in pending()
19 pub fn closed<T>() -> impl Stream<Item = T> { in closed()
48 type Item = T; typedef
53 ) -> crate::stream::PollRecv<Self::Item> { in poll_recv()
68 type Item = T; typedef
73 ) -> crate::stream::PollRecv<Self::Item> { in poll_recv()
95 type Item = I::Item; typedef
100 ) -> PollRecv<Self::Item> { in poll_recv()
131 type Item = T; typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
137 build_format_adapter(T &&Item) { in build_format_adapter()
144 build_format_adapter(T &&Item) { in build_format_adapter()
156 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
137 build_format_adapter(T &&Item) { in build_format_adapter()
144 build_format_adapter(T &&Item) { in build_format_adapter()
156 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
138 build_format_adapter(T &&Item) { in build_format_adapter()
145 build_format_adapter(T &&Item) { in build_format_adapter()
158 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
137 build_format_adapter(T &&Item) { in build_format_adapter()
144 build_format_adapter(T &&Item) { in build_format_adapter()
156 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
137 build_format_adapter(T &&Item) { in build_format_adapter()
144 build_format_adapter(T &&Item) { in build_format_adapter()
156 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
138 build_format_adapter(T &&Item) { in build_format_adapter()
145 build_format_adapter(T &&Item) { in build_format_adapter()
158 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
137 build_format_adapter(T &&Item) { in build_format_adapter()
144 build_format_adapter(T &&Item) { in build_format_adapter()
156 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
138 build_format_adapter(T &&Item) { in build_format_adapter()
145 build_format_adapter(T &&Item) { in build_format_adapter()
158 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
138 build_format_adapter(T &&Item) { in build_format_adapter()
145 build_format_adapter(T &&Item) { in build_format_adapter()
158 build_format_adapter(T &&Item) { in build_format_adapter()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DFormatVariadicDetails.h34 T Item; variable
37 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
46 T Item; variable
49 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
132 build_format_adapter(T &&Item) { in build_format_adapter()
139 build_format_adapter(T &&Item) { in build_format_adapter()
146 build_format_adapter(T &&Item) { in build_format_adapter()
159 build_format_adapter(T &&Item) { in build_format_adapter()

12345678910>>...1570