Home
last modified time | relevance | path

Searched refs:exception (Results 26 – 50 of 23842) sorted by relevance

12345678910>>...954

/dports/databases/py-xapian/xapian-bindings-1.4.18/python/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/py-xapian/xapian-bindings-1.4.18/python3/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/php-xapian/xapian-bindings-1.4.18/python/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python3/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/php-xapian/xapian-bindings-1.4.18/python3/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python3/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python/
H A Dexcept.i259 %exception Xapian::RSet::~RSet;
261 %exception Xapian::Enquire::~Enquire;
264 %exception Xapian::Error::~Error;
294 %exception Xapian::ESet::~ESet;
325 %exception Xapian::MSet::~MSet;
350 %exception Xapian::Query::~Query;
351 %exception Xapian::Query::Query();
358 %exception Xapian::Query::Internal();
376 %exception Xapian::Stem::~Stem;
396 %exception Xapian::Weight::~Weight;
[all …]
/dports/www/py-google-api-core/google-api-core-2.2.2/tests/unit/
H A Dtest_exceptions.py35 exception.code = 600
38 assert exception.errors == []
39 assert exception.response is None
49 exception.code = 600
61 assert exception.errors == []
75 assert exception.errors == errors
168 assert exception.errors == []
180 assert exception.errors == []
233 assert exception.code is None
269 assert str(exception) == (
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/
H A DComposablePartExceptionTests.cs95 Assert.Equal(e, exception.Message); in Constructor2_ValueAsMessageArgument_ShouldSetMessageProperty()
108 Assert.Equal(e, exception.Message); in Constructor3_ValueAsMessageArgument_ShouldSetMessageProperty()
319 Assert.Null(exception.Element); in Constructor1_ShouldSetElementPropertyToNull()
327 Assert.Null(exception.Element); in Constructor2_ShouldSetElementPropertyToNull()
335 Assert.Null(exception.Element); in Constructor3_NullAsElementArgument_ShouldSetElementPropertyToNull()
343 Assert.Null(exception.Element); in Constructor4_ShouldSetElementPropertyToNull()
351 Assert.Null(exception.Element); in Constructor5_NullAsElementArgument_ShouldSetElementPropertyToNull()
359 Assert.Null(exception.Element); in Constructor6_ShouldSetElementPropertyToNull()
367 Assert.Null(exception.Element); in Constructor7_ShouldSetElementPropertyToNull()
375 Assert.Null(exception.Element); in Constructor8_NullAsElementArgument_ShouldSetElementPropertyToNull()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/tests/
H A DLdapExceptionTests.cs18 var exception = new LdapException(); in Ctor_Default()
19 Assert.NotEmpty(exception.Message); in Ctor_Default()
20 Assert.Null(exception.InnerException); in Ctor_Default()
22 Assert.Equal(0, exception.ErrorCode); in Ctor_Default()
24 Assert.Empty(exception.PartialResults); in Ctor_Default()
32 Assert.Null(exception.InnerException); in Ctor_Message()
34 Assert.Equal(0, exception.ErrorCode); in Ctor_Message()
36 Assert.Empty(exception.PartialResults); in Ctor_Message()
47 Assert.Equal(0, exception.ErrorCode); in Ctor_Message_InnerException()
55 var exception = new LdapException(10); in Ctor_ErrorCode()
[all …]
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/slim/slim/Slim/Handlers/
H A DError.php49 $this->writeToErrorLog($exception);
63 * @param Exception $exception
76 while ($exception = $exception->getPrevious()) {
102 * @param Exception $exception
122 if (!$exception instanceof Exception && !$exception instanceof \Error) {
128 if (($code = $exception->getCode())) {
136 if (($file = $exception->getFile())) {
155 * @param Exception $exception
177 } while ($exception = $exception->getPrevious());
186 * @param Exception $exception
[all …]
/dports/databases/mantis/mantisbt-2.25.2/vendor/slim/slim/Slim/Handlers/
H A DError.php49 $this->writeToErrorLog($exception);
63 * @param Exception $exception
76 while ($exception = $exception->getPrevious()) {
102 * @param Exception $exception
122 if (!$exception instanceof Exception && !$exception instanceof \Error) {
128 if (($code = $exception->getCode())) {
136 if (($file = $exception->getFile())) {
155 * @param Exception $exception
177 } while ($exception = $exception->getPrevious());
186 * @param Exception $exception
[all …]
/dports/math/casadi/casadi-3.5.5/swig/
H A Dinternal.i214 %exception casadi::DllLibrary::init_handle() {
349 %exception casadi::FStats::reset() {
352 %exception casadi::FStats::tic() {
355 %exception casadi::FStats::toc() {
1357 %exception casadi::Integrator::p() const {
1360 %exception casadi::Integrator::q() const {
1699 %exception casadi::MX::find(const MX &x) {
1702 %exception casadi::MX::get_temp() const {
1975 %exception casadi::Nlpsol::kkt() const {
2521 %exception casadi::check_exposed(T t) {
[all …]
/dports/databases/py-xapian/xapian-bindings-1.4.18/perl/
H A Dexcept.i400 %exception Xapian::RSet::~RSet;
402 %exception Xapian::Enquire::~Enquire;
405 %exception Xapian::Error::~Error;
435 %exception Xapian::ESet::~ESet;
466 %exception Xapian::MSet::~MSet;
491 %exception Xapian::Query::~Query;
492 %exception Xapian::Query::Query();
499 %exception Xapian::Query::Internal();
517 %exception Xapian::Stem::~Stem;
537 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/perl/
H A Dexcept.i400 %exception Xapian::RSet::~RSet;
402 %exception Xapian::Enquire::~Enquire;
405 %exception Xapian::Error::~Error;
435 %exception Xapian::ESet::~ESet;
466 %exception Xapian::MSet::~MSet;
491 %exception Xapian::Query::~Query;
492 %exception Xapian::Query::Query();
499 %exception Xapian::Query::Internal();
517 %exception Xapian::Stem::~Stem;
537 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/php-xapian/xapian-bindings-1.4.18/perl/
H A Dexcept.i400 %exception Xapian::RSet::~RSet;
402 %exception Xapian::Enquire::~Enquire;
405 %exception Xapian::Error::~Error;
435 %exception Xapian::ESet::~ESet;
466 %exception Xapian::MSet::~MSet;
491 %exception Xapian::Query::~Query;
492 %exception Xapian::Query::Query();
499 %exception Xapian::Query::Internal();
517 %exception Xapian::Stem::~Stem;
537 %exception Xapian::Weight::~Weight;
[all …]
/dports/databases/lua-xapian/xapian-bindings-1.4.18/perl/
H A Dexcept.i400 %exception Xapian::RSet::~RSet;
402 %exception Xapian::Enquire::~Enquire;
405 %exception Xapian::Error::~Error;
435 %exception Xapian::ESet::~ESet;
466 %exception Xapian::MSet::~MSet;
491 %exception Xapian::Query::~Query;
492 %exception Xapian::Query::Query();
499 %exception Xapian::Query::Internal();
517 %exception Xapian::Stem::~Stem;
537 %exception Xapian::Weight::~Weight;
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dfeatures.i12 %exception "this_will_not_compile";
15 %exception Simple::Simple(const Simple&) "$action /*Simple::Simple*/";
16 %exception Simple::Simple() "$action /*Simple::Simple*/";
17 %exception Simple::~Simple() "$action /*Simple::~Simple*/";
46 %exception foobar "caca";
47 %exception foobar<int>(int) "$action /*foobar<int>*/";
74 %exception Template<int>::foo "$action /*Template<int>::foo*/";
75 %exception Template::get "$action /*Template<int>::get*/";
106 %exception *::incy "_failure_ /* *::incy */";
109 %exception *::wincy(int a) "$action /* *::wincy(int a) */";
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/unordered/test/exception/
H A Dcontainers.hpp17 test::exception::allocator<test::exception::object> >
20 test::exception::hash, test::exception::equal_to,
21 test::exception::allocator2<test::exception::object> >
24 test::exception::hash, test::exception::equal_to,
25 test::exception::allocator2<test::exception::object> >
28 test::exception::object, test::exception::hash, test::exception::equal_to,
29 test::exception::allocator<test::exception::object> >
33 test::exception::hash, test::exception::equal_to,
34 test::exception::allocator<test::exception::object> >
38 test::exception::hash, test::exception::equal_to,
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/unordered/test/exception/
H A Dcontainers.hpp17 test::exception::allocator<test::exception::object> >
20 test::exception::hash, test::exception::equal_to,
21 test::exception::allocator2<test::exception::object> >
24 test::exception::hash, test::exception::equal_to,
25 test::exception::allocator2<test::exception::object> >
28 test::exception::object, test::exception::hash, test::exception::equal_to,
29 test::exception::allocator<test::exception::object> >
33 test::exception::hash, test::exception::equal_to,
34 test::exception::allocator<test::exception::object> >
38 test::exception::hash, test::exception::equal_to,
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/unordered/test/exception/
H A Dcontainers.hpp17 test::exception::allocator<test::exception::object> >
20 test::exception::hash, test::exception::equal_to,
21 test::exception::allocator2<test::exception::object> >
24 test::exception::hash, test::exception::equal_to,
25 test::exception::allocator2<test::exception::object> >
28 test::exception::object, test::exception::hash, test::exception::equal_to,
29 test::exception::allocator<test::exception::object> >
33 test::exception::hash, test::exception::equal_to,
34 test::exception::allocator<test::exception::object> >
38 test::exception::hash, test::exception::equal_to,
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/unordered/test/exception/
H A Dcontainers.hpp17 test::exception::allocator<test::exception::object> >
20 test::exception::hash, test::exception::equal_to,
21 test::exception::allocator2<test::exception::object> >
24 test::exception::hash, test::exception::equal_to,
25 test::exception::allocator2<test::exception::object> >
28 test::exception::object, test::exception::hash, test::exception::equal_to,
29 test::exception::allocator<test::exception::object> >
33 test::exception::hash, test::exception::equal_to,
34 test::exception::allocator<test::exception::object> >
38 test::exception::hash, test::exception::equal_to,
[all …]
/dports/deskutils/egroupware/egroupware/vendor/slim/slim/Slim/Handlers/
H A DError.php55 $this->writeToErrorLog($exception);
82 while ($exception = $exception->getPrevious()) {
126 if (!$exception instanceof \Exception && !$exception instanceof \Error) {
132 if (($code = $exception->getCode())) {
136 if (($message = $exception->getMessage())) {
140 if (($file = $exception->getFile())) {
144 if (($line = $exception->getLine())) {
174 'type' => get_class($exception),
175 'code' => $exception->getCode(),
181 } while ($exception = $exception->getPrevious());
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/slim/slim/Slim/Handlers/
H A DError.php55 $this->writeToErrorLog($exception);
82 while ($exception = $exception->getPrevious()) {
126 if (!$exception instanceof \Exception && !$exception instanceof \Error) {
132 if (($code = $exception->getCode())) {
136 if (($message = $exception->getMessage())) {
140 if (($file = $exception->getFile())) {
144 if (($line = $exception->getLine())) {
174 'type' => get_class($exception),
175 'code' => $exception->getCode(),
181 } while ($exception = $exception->getPrevious());
[all …]

12345678910>>...954