Home
last modified time | relevance | path

Searched defs:OnceCell (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/databases/kexi/kexi-3.2.0/src/widget/
H A Dkexidbconnectionwidget.h70 bool connectionOnly() const;
73 //! emitted when data saving is needed
76 void loadDBList();
77 in default()
78 protected Q_SLOTS: in default()
84 void setDataInternal(const KexiProjectData& data, bool connectionOnly, in fmt()
91 friend class KexiDBConnectionTabWidget; in clone()
96 : public QWidget, public Ui::KexiDBConnectionWidgetDetails
104 class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public QTabWidget
116 void setData(const KDbConnectionData& data, in drop()
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/once_cell-1.5.2/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { impl
/dports/devel/sccache/sccache-0.2.15/cargo-crates/once_cell-1.5.2/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/once_cell-1.4.1/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/once_cell-1.4.1/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { impl
/dports/devel/tokei/tokei-12.1.2/cargo-crates/once_cell-1.5.2/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { impl
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/once_cell-1.5.2/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { impl
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/once_cell-1.5.2/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/once_cell-1.4.1/src/
H A Dimp_pl.rs10 pub(crate) struct OnceCell<T> { struct
17 // Thread A creates a `OnceCell` and shares it with argument
21 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
22 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
24 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
25 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
27 impl<T> OnceCell<T> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/x509/
H A Dverify.rs16 const SINGLE_LABEL_SUBDOMAINS = ffi::X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS;
19 const NEVER_CHECK_SUBJECT = ffi::X509_CHECK_FLAG_NEVER_CHECK_SUBJECT;
21 #[deprecated(since = "0.10.6", note = "renamed to NO_WILDCARDS")]
26 foreign_type_and_impl_send_sync! {
35
36 impl X509VerifyParamRef {
37 /// Set the host flags.
38 ///
66 /// This corresponds to [`X509_VERIFY_PARAM_set1_ip`]. in new()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/once_cell-1.7.2/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/once_cell-1.9.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/once_cell-1.9.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/devel/grcov/grcov-0.8.2/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/once_cell-1.7.2/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/devel/git-delta/delta-0.9.2/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation

1234567891011