Home
last modified time | relevance | path

Searched refs:FeatureNotImplemented (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/mpqc/mpqc-2.3.1/src/lib/util/class/
H A Dscexception.cc201 FeatureNotImplemented::FeatureNotImplemented( in FeatureNotImplemented() function in FeatureNotImplemented
211 FeatureNotImplemented::FeatureNotImplemented(const FeatureNotImplemented& ref) in FeatureNotImplemented() function in FeatureNotImplemented
217 FeatureNotImplemented::~FeatureNotImplemented() throw() in ~FeatureNotImplemented()
H A Dscexception.h102 class FeatureNotImplemented: public ProgrammingError {
105 FeatureNotImplemented(const char *description = 0,
111 FeatureNotImplemented(const FeatureNotImplemented&) throw();
112 ~FeatureNotImplemented() throw();
H A Dscextest.cc152 throw FeatureNotImplemented("p() not implemented", in p()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/client/
H A DError.cs96 FeatureNotImplemented, enumerator
349 return ErrorCondition.FeatureNotImplemented;
406 case ErrorCondition.FeatureNotImplemented:
/dports/science/mpqc/mpqc-2.3.1/doc/devsamp/
H A Dmp2.cc55 throw FeatureNotImplemented("no gradients yet", in compute()
85 throw FeatureNotImplemented("no density yet", in density()
104 throw FeatureNotImplemented("C1 symmetry only", in compute_mp2_energy()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/intcca/
H A Dintcca.cc301 throw FeatureNotImplemented("point_charge not implemented", in point_charge()
308 throw FeatureNotImplemented("efield_dot_vector not iplemented", in efield_dot_vector()
315 throw FeatureNotImplemented("dipole not implemented", in dipole()
322 throw FeatureNotImplemented("quadrupole not implemented", in quadrupole()
H A Dint2e.cc63 throw FeatureNotImplemented("only first order derivatives are available", in Int2eCCA()
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppStanza_p.h50 case QXmppStanza::Error::FeatureNotImplemented: in conditionToString()
106 return QXmppStanza::Error::FeatureNotImplemented; in conditionFromString()
H A DQXmppStanza.h124 FeatureNotImplemented, ///< The feature is not implemented. enumerator
/dports/net-im/psi/psi-1.5/src/
H A Dahcommand.cpp380 case FeatureNotImplemented: in toXml()
422 return FeatureNotImplemented; in strings2error()
454 case FeatureNotImplemented: in error2description()
H A Dahcommand.h38 FeatureNotImplemented enumerator
/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/services/
H A Djabber-change-password.cpp64 case QXmppStanza::Error::FeatureNotImplemented: in registerIqReceived()
H A Djabber-error-service.cpp75 case QXmppStanza::Error::Condition::FeatureNotImplemented: in conditionToString()
/dports/games/ksirk/ksirk-21.12.3/ksirk/iris/src/xmpp/xmpp-core/
H A Dxmpp_stanza.cpp195 { "feature-not-implemented", FeatureNotImplemented },
222 { FeatureNotImplemented, Cancel, 501 },
249 …{ FeatureNotImplemented, QT_TR_NOOP("Feature not implemented"), QT_TR_NOOP("The feature requested …
H A Dxmpp_stanza.h54 FeatureNotImplemented, enumerator
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/xmpp-core/
H A Dxmpp_stanza.cpp200 { "feature-not-implemented", FeatureNotImplemented },
226 { FeatureNotImplemented, Cancel, 501 },
252 …{ FeatureNotImplemented, QT_TR_NOOP("Feature not implemented"), QT_TR_NOOP("The feature requested …
H A Dxmpp_stanza.h53 FeatureNotImplemented, enumerator
/dports/net-im/psi/psi-1.5/iris/src/xmpp/xmpp-core/
H A Dxmpp_stanza.cpp200 { "feature-not-implemented", FeatureNotImplemented },
226 { FeatureNotImplemented, Cancel, 501 },
252 …{ FeatureNotImplemented, QT_TR_NOOP("Feature not implemented"), QT_TR_NOOP("The feature requested …
H A Dxmpp_stanza.h53 FeatureNotImplemented, enumerator
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/client/
H A DQXmppRegistrationManager.cpp204 QXmppStanza::Error::FeatureNotImplemented, in handleStanza()
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/back/spv/
H A Dblock.rs245 return Err(Error::FeatureNotImplemented("access index for type")); in cache_expression_value()
313 return Err(Error::FeatureNotImplemented("negation")); in cache_expression_value()
641 return Err(Error::FeatureNotImplemented("math function")); in cache_expression_value()
996 return Err(Error::FeatureNotImplemented("is finite/normal")) in cache_expression_value()
1462 return Err(Error::FeatureNotImplemented( in write_block()
1580 return Err(Error::FeatureNotImplemented("atomic CompareExchange")); in write_block()
H A Dmod.rs66 FeatureNotImplemented(&'static str), enumerator
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/tests/qxmppstanza/
H A Dtst_qxmppstanza.cpp187 FeatureNotImplemented); in testErrorCases_data()
/dports/net-im/kaidan/kaidan-0.8.0/src/
H A DRegistrationManager.cpp189 if (error.condition() == QXmppStanza::Error::FeatureNotImplemented) in handleRegistrationFailed()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dmbptr12.cc362 FeatureNotImplemented ex( in compute()

12