Home
last modified time | relevance | path

Searched refs:is_attached (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/science/hdf5-18/hdf5-1.8.21/hl/fortran/examples/
H A Dex_ds1.f9049 LOGICAL :: is_attached, is_scale variable
86 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
88 'attached to dimension',DIM1,' ... ',is_attached
103 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
105 'attached to dimension',DIM1,' ... ',is_attached
157 CALL H5DSis_attached_f(did, dsid, DIM2, is_attached, err)
/dports/science/hdf5/hdf5-1.10.6/hl/fortran/examples/
H A Dex_ds1.f9049 LOGICAL :: is_attached, is_scale variable
86 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
88 'attached to dimension',DIM1,' ... ',is_attached
103 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
105 'attached to dimension',DIM1,' ... ',is_attached
157 CALL H5DSis_attached_f(did, dsid, DIM2, is_attached, err)
/dports/devel/R-cran-rlang/rlang/tests/testthat/
H A Dtest-env-special.R39 expect_false(is_attached("utils"))
40 expect_true(is_attached("package:utils"))
42 expect_true(is_attached(base_env()))
43 expect_true(is_attached(global_env()))
44 expect_false(is_attached(ns_env("base")))
/dports/mail/geary/geary-40.0/src/client/composer/
H A Dcomposer-headerbar.vala23 private bool is_attached = true;
84 private void set_attached(bool is_attached) {
85 this.is_attached = is_attached;
86 if (is_attached) {
94 if (this.is_attached) {
/dports/science/hdf5-18/hdf5-1.8.21/hl/fortran/test/
H A Dtstds.f9065 LOGICAL :: is_attached, is_scale local
121 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
122 IF(err.EQ.-1.OR..NOT.is_attached) THEN
148 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
149 IF(err.LT.0.OR.is_attached)THEN
163 IF(err.LT.0.OR.is_attached)THEN
232 CALL H5DSis_attached_f(did, dsid, DIM2, is_attached, err)
/dports/science/hdf5/hdf5-1.10.6/hl/fortran/test/
H A Dtstds.F9098 LOGICAL :: is_attached, is_scale local
154 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
155 IF(err.EQ.-1.OR..NOT.is_attached) THEN
181 CALL H5DSis_attached_f(did, dsid, DIM1, is_attached, err)
182 IF(err.LT.0.OR.is_attached)THEN
196 IF(err.LT.0.OR.is_attached)THEN
265 CALL H5DSis_attached_f(did, dsid, DIM2, is_attached, err)
/dports/databases/R-cran-DBI/DBI/R/
H A DDBIDriver.R29 if (is_attached(drvName)) {
36 if (is_attached(pkgName)) {
56 is_attached <- function(x) { function
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/jni-0.16.0/tests/
H A Dexecutor_nested_attach.rs44 assert!(is_attached(vm)); in check_attached()
48 assert!(!is_attached(vm)); in check_detached()
51 fn is_attached(vm: &JavaVM) -> bool { in is_attached() function
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jni-0.19.0/tests/
H A Dexecutor_nested_attach.rs47 assert!(is_attached(vm)); in check_attached()
51 assert!(!is_attached(vm)); in check_detached()
54 fn is_attached(vm: &JavaVM) -> bool { in is_attached() function
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/jni-0.19.0/tests/
H A Dexecutor_nested_attach.rs47 assert!(is_attached(vm)); in check_attached()
51 assert!(!is_attached(vm)); in check_detached()
54 fn is_attached(vm: &JavaVM) -> bool { in is_attached() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/jni-0.19.0/tests/
H A Dexecutor_nested_attach.rs47 assert!(is_attached(vm)); in check_attached()
51 assert!(!is_attached(vm)); in check_detached()
54 fn is_attached(vm: &JavaVM) -> bool { in is_attached() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/jni-0.19.0/tests/
H A Dexecutor_nested_attach.rs47 assert!(is_attached(vm)); in check_attached()
51 assert!(!is_attached(vm)); in check_detached()
54 fn is_attached(vm: &JavaVM) -> bool { in is_attached() function
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/jni-0.14.0/tests/
H A Dexecutor_nested_attach.rs44 assert!(is_attached(vm)); in check_attached()
48 assert!(!is_attached(vm)); in check_detached()
51 fn is_attached(vm: &JavaVM) -> bool { in is_attached() function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DFileReferenceManager.hpp45 … [&](const FileSourceRecentStickers &source) { td::store(source.is_attached, storer); }, in store_file_source()
92 bool is_attached; in parse_file_source() local
93 td::parse(is_attached, parser); in parse_file_source()
94 return td->stickers_manager_->get_recent_stickers_file_source_id(is_attached); in parse_file_source()
H A DStickersManager.h216 vector<FileId> get_recent_stickers(bool is_attached, Promise<Unit> &&promise);
218 void on_get_recent_stickers(bool is_repair, bool is_attached,
223 FileSourceId get_recent_stickers_file_source_id(int is_attached);
228 void add_recent_sticker_by_id(bool is_attached, FileId sticker_id);
235 void clear_recent_stickers(bool is_attached, Promise<Unit> &&promise);
281 void reload_recent_stickers(bool is_attached, bool force);
283 void repair_recent_stickers(bool is_attached, Promise<Unit> &&promise);
516 void load_recent_stickers(bool is_attached, Promise<Unit> &&promise);
532 void on_load_recent_stickers_from_database(bool is_attached, string value);
559 void send_update_recent_stickers(bool is_attached, bool from_database = false);
[all …]
H A DStickersManager.cpp389 is_attached_ = is_attached; in send()
391 if (is_attached) { in send()
437 is_attached_ = is_attached; in send()
440 if (is_attached) { in send()
496 void send(bool is_attached) { in send() argument
497 is_attached_ = is_attached; in send()
500 if (is_attached) { in send()
6204 is_attached ? "ssr1" : "ssr0", PromiseCreator::lambda([is_attached](string value) { in load_recent_stickers()
6486 int is_attached) const { in get_update_recent_stickers_object()
6534 for (int is_attached = 0; is_attached < 2; is_attached++) { in on_update_recent_stickers_limit() local
[all …]
/dports/devel/R-cran-pkgload/pkgload/R/
H A Dpackage-env.r5 if (is_attached(package)) {
88 if (!is_attached(package)) return(NULL)
102 is_attached <- function(package) { function
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/pychan/
H A Devents.py141 self.is_attached = False
154 if self.is_attached:
161 self.is_attached = True
168 if not self.is_attached:
171 self.is_attached = False
302 self.is_attached = False
/dports/devel/R-cran-devtools/devtools/tests/testthat/
H A Dtest-reload.R25 expect_true(is_attached(pkg))
28 expect_true(is_attached(pkg))
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/google/
H A Dgce_pd.py174 changed = is_attached = False
188 is_attached = True
251 if inst and not is_attached:
266 if inst and is_attached:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/google/plugins/modules/
H A Dgce_pd.py181 changed = is_attached = False
195 is_attached = True
258 if inst and not is_attached:
273 if inst and is_attached:
/dports/science/hdf5-18/hdf5-1.8.21/hl/fortran/src/
H A DH5DSff.f90208 SUBROUTINE H5DSis_attached_f( did, dsid, idx, is_attached, errcode) argument
221 …LOGICAL , INTENT(out) :: is_attached ! logical: dimension scale dsid is currently attached t… local
246 is_attached = .FALSE. ! default
248 is_attached = .TRUE.
/dports/devel/R-cran-rlang/rlang/man/
H A Dscoped_env.Rd26 by \code{\link[=is_attached]{is_attached()}}, ...
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/R/
H A Dinstall-arrow.R118 is_attached <- "package:arrow" %in% search() functionVar
120 if (is_attached) {
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/r/R/
H A Dinstall-arrow.R105 is_attached <- "package:arrow" %in% search() functionVar
107 if (is_attached) {

12345678