Home
last modified time | relevance | path

Searched refs:ConnectionLost (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Derror.py219 class ConnectionLost(ConnectionClosed): class
231 class ConnectionAborted(ConnectionLost):
253 class FileDescriptorOverrun(ConnectionLost):
266 class ConnectionFdescWentAway(ConnectionLost):
329 class ProcessTerminated(ConnectionLost):
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A Derror.py196 class ConnectionLost(ConnectionClosed): class
210 class ConnectionAborted(ConnectionLost):
232 class FileDescriptorOverrun(ConnectionLost):
249 class ConnectionFdescWentAway(ConnectionLost):
311 class ProcessTerminated(ConnectionLost):
H A Dmain.py17 CONNECTION_LOST = error.ConnectionLost("Connection lost")
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/smtp/
H A D__init__.py39 class ConnectionLost(SmtpError): class
44 super(ConnectionLost, self).__init__(msg)
H A Dio.py32 from . import ConnectionLost, BadReply
89 raise ConnectionLost()
98 raise ConnectionLost()
102 raise ConnectionLost()
H A Ddatareader.py33 from . import ConnectionLost, MessageTooBig
104 raise ConnectionLost()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/source/model/
H A DPingStatus.cpp37 return PingStatus::ConnectionLost; in GetPingStatusForName()
59 case PingStatus::ConnectionLost: in GetNameForPingStatus()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_error.py73 error.ConnectionLost,
77 error.ConnectionLost,
176 self.assertTrue(issubclass(error.ConnectionLost, error.ConnectionClosed))
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_error.py93 error.ConnectionLost),
96 error.ConnectionLost, ['foo', 'bar']),
186 self.assertTrue(issubclass(error.ConnectionLost,
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/
H A DExceptionConverter.php10 use Doctrine\DBAL\Exception\ConnectionLost; alias
101 return new ConnectionLost($exception, $query);
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dgnugknat.cxx146 transport->ConnectionLost(TRUE); in Main()
150 transport->ConnectionLost(TRUE); in Main()
159 transport->ConnectionLost(FALSE); in Main()
298 void GNUGKTransport::ConnectionLost(PBoolean established) in ConnectionLost() function in GNUGKTransport
371 transport->ConnectionLost(FALSE); in CreateNewTransport()
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_stream.py52 raise asyncssh.ConnectionLost('Connection lost')
192 with self.assertRaises((ConnectionError, asyncssh.ConnectionLost)):
203 with self.assertRaises((ConnectionError, asyncssh.ConnectionLost)):
217 with self.assertRaises(asyncssh.ConnectionLost):
233 with self.assertRaises(asyncssh.ConnectionLost):
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DAbstractMySQLDriver.php10 use Doctrine\DBAL\Exception\ConnectionLost; alias
115 return new ConnectionLost($message, $exception);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DAbstractMySQLDriver.php10 use Doctrine\DBAL\Exception\ConnectionLost; alias
115 return new ConnectionLost($message, $exception);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DAbstractMySQLDriver.php10 use Doctrine\DBAL\Exception\ConnectionLost; alias
115 return new ConnectionLost($message, $exception);
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DAbstractMySQLDriver.php10 use Doctrine\DBAL\Exception\ConnectionLost; alias
115 return new ConnectionLost($message, $exception);
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/downloadermiddlewares/
H A Dretry.py19 ConnectionLost,
133 ConnectionLost, TCPTimedOutError, ResponseFailed,
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Exception/
H A DConnectionLost.php8 final class ConnectionLost extends ConnectionException class
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/
H A DConnectionLost.php8 final class ConnectionLost extends ConnectionException class
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/
H A DConnectionLost.php8 final class ConnectionLost extends ConnectionException class
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Exception/
H A DConnectionLost.php8 final class ConnectionLost extends ConnectionException class
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Exception/
H A DConnectionLost.php8 final class ConnectionLost extends ConnectionException class
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_smtp_datareader.py7 from slimta.smtp import ConnectionLost, MessageTooBig
72 self.assertRaises(ConnectionLost, dr.recv_piece)
/dports/net/py-txamqp/txAMQP-0.8.2/src/txamqp/
H A Dtesting.py26 from twisted.internet.error import ConnectionDone, ConnectionLost
93 self.client.connectionLost(Failure(ConnectionLost()))
/dports/net-im/coyim/coyim-0.3.11/session/
H A Dsession_observer.go13 case events.Disconnected, events.ConnectionLost:

123456789