Home
last modified time | relevance | path

Searched refs:_attempt (Results 1 – 25 of 44) sorted by relevance

12

/dports/mail/py-mailsuite/mailsuite-1.6.1/mailsuite/
H A Dimap.py231 _attempt = _attempt + 1
235 _attempt,
238 return self.fetch_message(msg_uid, parse=parse, _attempt=_attempt)
268 _attempt = _attempt + 1
272 _attempt,
275 self.delete_messages(msg_uids, silent=silent, _attempt=_attempt)
290 _attempt = _attempt + 1
294 _attempt,
297 self.create_folder(folder_path, _attempt=_attempt)
348 _attempt = _attempt + 1
[all …]
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_queue.py89 self.relay._attempt(self.env, 0)
118 self.relay._attempt(env1, 0).InAnyOrder('relay')
119 self.relay._attempt(env2, 0).InAnyOrder('relay')
120 self.relay._attempt(env3, 0).InAnyOrder('relay')
177 self.relay._attempt(self.env, 0).AndRaise(Exception('unhandled error'))
192 self.relay._attempt(env, 0).AndReturn(
216 self.relay._attempt(env, 0).AndReturn(
229 self.relay._attempt(self.env, 0)
298 self.relay._attempt(self.env, 1)
300 self.relay._attempt(self.env, 2)
[all …]
H A Dtest_slimta_queue_proxy.py19 self.relay._attempt(self.env, 0)
30 self.relay._attempt(self.env, 0).AndRaise(err)
H A Dtest_slimta_relay_blackhole.py24 ret = blackhole._attempt(env, 0)
H A Dtest_slimta_relay.py38 relay._attempt(env, 0)
/dports/devel/py-yg.lockfile/yg.lockfile-2.3/yg/lockfile/
H A D__init__.py78 self._attempt,
119 def _attempt(self): member in FileLock
139 def _attempt(self): member in ExclusiveContext
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/lib/
H A Dstatic.py277 def _attempt(filename, content_types, debug=False): function
370 handled = _attempt(filename, content_types)
374 handled = _attempt(os.path.join(filename, index), content_types)
416 return _attempt(filename, content_types, debug=debug)
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/lib/
H A Dstatic.py251 def _attempt(filename, content_types, debug=False): function
344 handled = _attempt(filename, content_types)
348 handled = _attempt(os.path.join(filename, index), content_types)
390 return _attempt(filename, content_types, debug=debug)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/models/
H A Dresults2_test.py367 self._attempt = attempt
371 logging.debug('Attempt.executions = %s', self._attempt['executions'])
372 return self._attempt['executions']
375 return '%s' % (self._attempt,)
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/queue/
H A D__init__.py329 self._pool_spawn('relay', self._attempt, id, env, 0)
384 def _attempt(self, id, envelope, attempts): member in Queue
386 results = self.relay._attempt(envelope, attempts)
439 self._pool_spawn('relay', self._attempt, id, envelope, attempts)
H A Dproxy.py68 self.relay._attempt(envelope, 0)
/dports/net/p5-Net-STOMP-Client/Net-STOMP-Client-2.3/lib/Net/STOMP/Client/
H A DConnection.pm153 sub _attempt ($%) { subroutine
199 $result = _attempt($peer, %{ $sockopt });
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/relay/
H A Dblackhole.py47 def _attempt(self, envelope, attempts): member in BlackholeRelay
H A D__init__.py96 def _attempt(self, envelope, attempts): member in Relay
/dports/lang/racket/racket-8.3/share/pkgs/redex-lib/redex/private/
H A Dgenerate-term.rkt328 (λ (_size _attempt _retries)
333 ;; this _attempt argument is wrong, but we don't care,
337 (ad-hoc-generator _size _attempt _retries)))
341 (enum-ith/fallback enum (in-bounds (- _attempt 1)))]
354 (+ (- _attempt pure-random-start-attempt)
370 (λ (_size _attempt _retries)
376 (λ (_size _attempt _retries)
380 (λ (_size _attempt _retries)
388 (λ (_size _attempt _retries)
390 (modulo (- _attempt 1) (enum-count enum))
[all …]
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/structure/
H A Dsnf.py88 self._attempt = 0
101 self._attempt += 1
106 return self._attempt
/dports/science/phonopy/phonopy-2.11.0/phonopy/structure/
H A Dsnf.py88 self._attempt = 0
101 self._attempt += 1
106 return self._attempt
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DLogEntry.h84 int _attempt; member
H A DLogEntry.cc129 _attempt = atoi(safe_next_token(&scan, ';')); in handleStatusEntry()
193 _attempt = atoi(safe_next_token(&scan, ';')); in handleStatusEntry()
H A DTableLog.cc117 reinterpret_cast<char *>(&(ref->_attempt)) - in addColumns()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/drivers/
H A DSocket.py73 self._attempt = -1
227 self._attempt += 1
262 attempt=self._attempt)
/dports/net/p5-Kafka/Kafka-0.8010/t/
H A D08_connection.t405 our $_attempt;
409 if ( $main::_attempt++ ) {
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/modules/
H A Dec2_vol.py526 _attempt = 0
528 _attempt += 1
532 if _attempt > 2:
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Djobs.py186 self._attempt = self.dag.workflow.attempt
298 return self._attempt
304 self._attempt = attempt
1128 self._attempt = self.dag.workflow.attempt
1448 return self._attempt
1454 self._attempt = attempt
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp423 int _attempt; member in LateInlineMHCallGenerator
427 virtual bool already_attempted() const { return _attempt > 0; } in already_attempted()
431 …LateInlineCallGenerator(callee, NULL), _caller(caller), _attempt(0), _input_not_const(input_not_co… in LateInlineMHCallGenerator()
457 _attempt++; in do_late_inline_check()

12