Home
last modified time | relevance | path

Searched refs:attempts (Results 126 – 150 of 28945) sorted by relevance

12345678910>>...1158

/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/client-agent/
H A Dstart_agent.c25 unsigned int attempts = 2; local
98 attempts += 10;
105 sleep(attempts);
134 unsigned int attempts = 0, g_attempts = 1; local
155 attempts = 0;
159 MSG_DONTWAIT)) >= 0) || (attempts <= 5)) {
164 attempts++;
165 sleep(attempts);
168 if (attempts >= 3) {
217 g_attempts += (attempts * 3);
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/client-agent/
H A Dstart_agent.c25 unsigned int attempts = 2; local
98 attempts += 10;
105 sleep(attempts);
134 unsigned int attempts = 0, g_attempts = 1; local
155 attempts = 0;
159 MSG_DONTWAIT)) >= 0) || (attempts <= 5)) {
164 attempts++;
165 sleep(attempts);
168 if (attempts >= 3) {
217 g_attempts += (attempts * 3);
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/client-agent/
H A Dstart_agent.c25 unsigned int attempts = 2; local
98 attempts += 10;
105 sleep(attempts);
134 unsigned int attempts = 0, g_attempts = 1; local
155 attempts = 0;
159 MSG_DONTWAIT)) >= 0) || (attempts <= 5)) {
164 attempts++;
165 sleep(attempts);
168 if (attempts >= 3) {
217 g_attempts += (attempts * 3);
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/rest/
H A Dwith_retry_test.go37 attempts int
49 attempts: 1,
59 attempts: 1,
73 attempts: 1,
95 attempts: 1,
117 attempts: 1,
138 attempts: 1,
155 attempts: 1,
177 attempts: 4,
212 for i := 0; i < test.attempts; i++ {
/dports/sysutils/getssl/getssl-2.35/dns_scripts/
H A Ddns_freedns.sh302 attempts=2
303 while [ "$attempts" -gt "0" ]; do
304 attempts="$(_math "$attempts" - 1)"
348 attempts=2
349 while [ "$attempts" -gt "0" ]; do
350 attempts="$(_math "$attempts" - 1)"
376 …#echo "Debug:Domain $search_domain not found. Retry loading subdomain page ($attempts attempts rem…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/rest/
H A Dwith_retry_test.go37 attempts int
49 attempts: 1,
59 attempts: 1,
73 attempts: 1,
95 attempts: 1,
117 attempts: 1,
138 attempts: 1,
155 attempts: 1,
177 attempts: 4,
212 for i := 0; i < test.attempts; i++ {
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/rest/
H A Dwith_retry_test.go37 attempts int
49 attempts: 1,
59 attempts: 1,
73 attempts: 1,
95 attempts: 1,
117 attempts: 1,
138 attempts: 1,
155 attempts: 1,
177 attempts: 4,
212 for i := 0; i < test.attempts; i++ {
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dnewtemp.c123 DOUBLE attempts ; in compute_attprcel() local
126 attempts = 25.0 * pow( (DOUBLE) endsuperG, 4.0 / 3.0 ) ; in compute_attprcel()
129 attempts /= 10.0 ; in compute_attprcel()
133 attempts *= speedS ; in compute_attprcel()
135 if( attempts < (DOUBLE) MINTUPDATE ){ in compute_attprcel()
137 attempts = (DOUBLE) MINTUPDATE + 2.0 ; in compute_attprcel()
140 return((INT) attempts) ; in compute_attprcel()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/rustsec/src/repository/git/
H A Dauthentication.rs134 let mut attempts = Vec::new(); in with_authentication() localVariable
135 attempts.push("git".to_string()); in with_authentication()
137 attempts.push(s); in with_authentication()
140 attempts.push(s.clone()); in with_authentication()
143 while let Some(s) = attempts.pop() { in with_authentication()
148 let mut attempts = 0; in with_authentication() localVariable
155 attempts += 1; in with_authentication()
156 if attempts == 1 { in with_authentication()
176 if attempts != 2 { in with_authentication()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/rustsec-0.23.3/src/repository/git/
H A Dauthentication.rs134 let mut attempts = Vec::new(); in with_authentication() localVariable
135 attempts.push("git".to_string()); in with_authentication()
137 attempts.push(s); in with_authentication()
140 attempts.push(s.clone()); in with_authentication()
143 while let Some(s) = attempts.pop() { in with_authentication()
148 let mut attempts = 0; in with_authentication() localVariable
155 attempts += 1; in with_authentication()
156 if attempts == 1 { in with_authentication()
176 if attempts != 2 { in with_authentication()
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/src/
H A DSpaceInformation.cpp196 uvss->setNrAttempts(attempts); in searchValidNearby()
339 if (attempts == 0) in probabilityOfValidState()
348 for (unsigned int i = 0; i < attempts; ++i) in probabilityOfValidState()
367 attempts = std::max((unsigned int)floor(sqrt((double)attempts) + 0.5), 2u); in averageValidMotionLength()
371 uvss->setNrAttempts(attempts); in averageValidMotionLength()
381 for (unsigned int i = 0; i < attempts; ++i) in averageValidMotionLength()
405 std::vector<State *> states(attempts + 1); in samplesPerSecond()
409 for (unsigned int i = 0; i < attempts; ++i) in samplesPerSecond()
414 ss->sampleUniform(states[attempts]); in samplesPerSecond()
417 for (unsigned int i = 1; i <= attempts; ++i) in samplesPerSecond()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/
H A DDbImpl.java533 int attempts = 0; in createIndexBound() local
536 attempts++; in createIndexBound()
549 if (attempts != 1) { in createIndexBound()
564 int attempts = 0; in createInterpretedCode() local
567 attempts++; in createInterpretedCode()
580 if (attempts != 1) { in createInterpretedCode()
595 int attempts = 0; in createScanFilter() local
598 attempts++; in createScanFilter()
611 if (attempts != 1) { in createScanFilter()
626 int attempts = 0; in createScanOptions() local
[all …]
/dports/www/moodle310/moodle/mod/quiz/tests/
H A Dlib_test.php500 $this->assertCount(1, $attempts);
507 $this->assertCount(1, $attempts);
514 $this->assertCount(0, $attempts);
518 $this->assertCount(1, $attempts);
525 $this->assertCount(0, $attempts);
528 $this->assertCount(1, $attempts);
536 $this->assertCount(1, $attempts);
543 $this->assertCount(0, $attempts);
546 $this->assertCount(1, $attempts);
554 $this->assertCount(1, $attempts);
[all …]
/dports/www/moodle311/moodle/mod/quiz/tests/
H A Dlib_test.php528 $this->assertCount(1, $attempts);
535 $this->assertCount(1, $attempts);
542 $this->assertCount(0, $attempts);
546 $this->assertCount(1, $attempts);
553 $this->assertCount(0, $attempts);
556 $this->assertCount(1, $attempts);
564 $this->assertCount(1, $attempts);
571 $this->assertCount(0, $attempts);
574 $this->assertCount(1, $attempts);
582 $this->assertCount(1, $attempts);
[all …]
/dports/www/moodle39/moodle/mod/quiz/tests/
H A Dlib_test.php335 $this->assertCount(1, $attempts);
342 $this->assertCount(1, $attempts);
349 $this->assertCount(0, $attempts);
353 $this->assertCount(1, $attempts);
360 $this->assertCount(0, $attempts);
363 $this->assertCount(1, $attempts);
371 $this->assertCount(1, $attempts);
378 $this->assertCount(0, $attempts);
381 $this->assertCount(1, $attempts);
389 $this->assertCount(1, $attempts);
[all …]
/dports/net/traefik/traefik-2.6.1/pkg/middlewares/retry/
H A Dretry.go43 attempts int member
59 attempts: config.Attempts,
72 if r.attempts == 1 {
84 attempts := 1
87 shouldRetry := attempts < r.attempts
107 attempts++
109 return fmt.Errorf("attempt %d failed", attempts-1)
116 Debugf("New attempt %d for request: %v", attempts, req.URL)
118 r.listener.Retried(req, attempts)
129 if r.attempts < 2 || r.initialInterval <= 0 {
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dnetwork.c407 struct ConnectionAttempt attempts[3]; in ff_connect_parallel() local
415 if (parallel > FF_ARRAY_ELEMS(attempts)) in ff_connect_parallel()
416 parallel = FF_ARRAY_ELEMS(attempts); in ff_connect_parallel()
444 closesocket(attempts[i].fd); in ff_connect_parallel()
445 *fd = attempts[nb_attempts].fd; in ff_connect_parallel()
484 *fd = attempts[i].fd; in ff_connect_parallel()
485 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
500 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
506 closesocket(attempts[i].fd); in ff_connect_parallel()
507 memmove(&attempts[i], &attempts[i + 1], in ff_connect_parallel()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dnetwork.c407 struct ConnectionAttempt attempts[3]; in ff_connect_parallel() local
415 if (parallel > FF_ARRAY_ELEMS(attempts)) in ff_connect_parallel()
416 parallel = FF_ARRAY_ELEMS(attempts); in ff_connect_parallel()
444 closesocket(attempts[i].fd); in ff_connect_parallel()
445 *fd = attempts[nb_attempts].fd; in ff_connect_parallel()
484 *fd = attempts[i].fd; in ff_connect_parallel()
485 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
500 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
506 closesocket(attempts[i].fd); in ff_connect_parallel()
507 memmove(&attempts[i], &attempts[i + 1], in ff_connect_parallel()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dnetwork.c407 struct ConnectionAttempt attempts[3]; in ff_connect_parallel() local
415 if (parallel > FF_ARRAY_ELEMS(attempts)) in ff_connect_parallel()
416 parallel = FF_ARRAY_ELEMS(attempts); in ff_connect_parallel()
444 closesocket(attempts[i].fd); in ff_connect_parallel()
445 *fd = attempts[nb_attempts].fd; in ff_connect_parallel()
484 *fd = attempts[i].fd; in ff_connect_parallel()
485 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
500 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
506 closesocket(attempts[i].fd); in ff_connect_parallel()
507 memmove(&attempts[i], &attempts[i + 1], in ff_connect_parallel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dnetwork.c407 struct ConnectionAttempt attempts[3]; in ff_connect_parallel() local
415 if (parallel > FF_ARRAY_ELEMS(attempts)) in ff_connect_parallel()
416 parallel = FF_ARRAY_ELEMS(attempts); in ff_connect_parallel()
444 closesocket(attempts[i].fd); in ff_connect_parallel()
445 *fd = attempts[nb_attempts].fd; in ff_connect_parallel()
484 *fd = attempts[i].fd; in ff_connect_parallel()
485 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
500 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
506 closesocket(attempts[i].fd); in ff_connect_parallel()
507 memmove(&attempts[i], &attempts[i + 1], in ff_connect_parallel()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dnetwork.c407 struct ConnectionAttempt attempts[3]; in ff_connect_parallel() local
415 if (parallel > FF_ARRAY_ELEMS(attempts)) in ff_connect_parallel()
416 parallel = FF_ARRAY_ELEMS(attempts); in ff_connect_parallel()
444 closesocket(attempts[i].fd); in ff_connect_parallel()
445 *fd = attempts[nb_attempts].fd; in ff_connect_parallel()
484 *fd = attempts[i].fd; in ff_connect_parallel()
485 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
500 getnameinfo(attempts[i].addr->ai_addr, attempts[i].addr->ai_addrlen, in ff_connect_parallel()
506 closesocket(attempts[i].fd); in ff_connect_parallel()
507 memmove(&attempts[i], &attempts[i + 1], in ff_connect_parallel()
[all …]
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/
H A DRetryMiddlewareV2.php88 $attempts,
115 if ($attempts >= $maxAttempts) {
156 : function ($attempts) {
157 return $this->exponentialDelayWithJitter($attempts);
173 $attempts = 1;
185 &$attempts,
204 if (!$decider($attempts, $cmd, $value)) {
210 && !$decider($attempts, $cmd, $value)
215 $delayBy = $delayer($attempts++);
222 $req = $this->addRetryHeader($req, $attempts - 1, $delayBy);
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/
H A DRetryMiddlewareV2.php88 $attempts,
115 if ($attempts >= $maxAttempts) {
156 : function ($attempts) {
157 return $this->exponentialDelayWithJitter($attempts);
173 $attempts = 1;
185 &$attempts,
204 if (!$decider($attempts, $cmd, $value)) {
210 && !$decider($attempts, $cmd, $value)
215 $delayBy = $delayer($attempts++);
222 $req = $this->addRetryHeader($req, $attempts - 1, $delayBy);
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/mc/
H A Dmc_misc.F244 moves%bond%attempts + moves%angle%attempts + &
245 moves%dihedral%attempts, &
250 REAL(moves%bond%attempts + moves%angle%attempts + &
297 IF (moves%swap%attempts .GT. 0) THEN
301 moves%swap%attempts, &
308 moves%swap%attempts, &
315 moves%swap%attempts, &
406 IF (move_data%attempts .GT. 0) THEN
410 move_data%attempts, &
422 IF (move_data%attempts .GT. 0) THEN
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/mc/
H A Dmc_misc.F244 moves%bond%attempts + moves%angle%attempts + &
245 moves%dihedral%attempts, &
250 REAL(moves%bond%attempts + moves%angle%attempts + &
297 IF (moves%swap%attempts .GT. 0) THEN
301 moves%swap%attempts, &
308 moves%swap%attempts, &
315 moves%swap%attempts, &
406 IF (move_data%attempts .GT. 0) THEN
410 move_data%attempts, &
422 IF (move_data%attempts .GT. 0) THEN
[all …]

12345678910>>...1158