Home
last modified time | relevance | path

Searched refs:OperationInterrupted (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/
H A DProgressView.hs35 let cancel = throwTo self OperationInterrupted
38 `catch` \OperationInterrupted -> return Nothing
40 data OperationInterrupted = OperationInterrupted type
42 instance Exception OperationInterrupted
62 pulse `catch` \OperationInterrupted -> return ()
63 let stop = throwTo thread OperationInterrupted
/dports/security/py-gnutls/python-gnutls-3.1.3/gnutls/interfaces/twisted/
H A D__init__.py78 except (OperationWouldBlock, OperationInterrupted):
86 except OperationInterrupted:
96 except OperationInterrupted:
102 except OperationInterrupted:
183 except (OperationWouldBlock, OperationInterrupted):
288 except (OperationWouldBlock, OperationInterrupted):
/dports/security/py-gnutls/python-gnutls-3.1.3/gnutls/
H A Derrors.py12 class OperationInterrupted(GNUTLSError): pass class
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs23 OperationInterrupted, enumerator
74 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs23 OperationInterrupted, enumerator
74 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs24 OperationInterrupted, enumerator
75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
/dports/security/py-gnutls/python-gnutls-3.1.3/gnutls/library/
H A Derrors.py41 raise OperationInterrupted(gnutls_strerror(retcode))
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DSBMLError.h917 , OperationInterrupted = 99950 /*!< Operation was interrupted by the user. */ enumerator
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DSBMLError.h917 , OperationInterrupted = 99950 /*!< Operation was interrupted by the user. */ enumerator
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DlibsbmlConstants.java647 public final static int OperationInterrupted = 99950; field
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A Dlibsbml.cs3173 public const int OperationInterrupted = 99950; field in libsbml.libsbml
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A Dlibsbml.cs3176 public const int OperationInterrupted = 99950; field in libsbmlcs.libsbml
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Dlib.rs1464 assert_eq!(err.code, ErrorCode::OperationInterrupted); in test_interrupt()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Dlib.rs1341 assert_eq!(err.code, ErrorCode::OperationInterrupted); in test_interrupt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Dlib.rs1464 assert_eq!(err.code, ErrorCode::OperationInterrupted); in test_interrupt()
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/
H A Dlib.rs1482 assert_eq!(err.code, ErrorCode::OperationInterrupted); in test_interrupt()

12