Home
last modified time | relevance | path

Searched refs:getMaxRetries (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/gitea/gitea-1.16.5/vendor/github.com/couchbase/go-couchbase/
H A Dddocs.go103 func (b *Bucket) getMaxRetries() (int, error) { func
125 maxRetries, err := b.getMaxRetries()
186 maxRetries, err := b.getMaxRetries()
243 maxRetries, err := b.getMaxRetries()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/wp8/
H A DMTransfer.cpp143 int MTransfer::getMaxRetries() in getMaxRetries() function in MTransfer
145 return megaTransfer ? megaTransfer->getMaxRetries() : 0; in getMaxRetries()
H A DMTransfer.h77 int getMaxRetries();
/dports/multimedia/musique/musique-1.10.1/lib/http/src/
H A Dnetworkhttpreply.cpp93 if (retryCount <= http.getMaxRetries() && status >= 500 && status < 600 && in replyError()
127 retryCount < http.getMaxRetries(); in readTimeout()
H A Dhttp.h24 int getMaxRetries() const;
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/web-auth/metadata-service/src/
H A DPatternAccuracyDescriptor.php38 public function getMaxRetries(): ?int function in Webauthn\\MetadataService\\PatternAccuracyDescriptor
H A DCodeAccuracyDescriptor.php48 public function getMaxRetries(): ?int function in Webauthn\\MetadataService\\CodeAccuracyDescriptor
H A DBiometricAccuracyDescriptor.php70 public function getMaxRetries(): ?int function in Webauthn\\MetadataService\\BiometricAccuracyDescriptor
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/metadata-service/src/
H A DAbstractDescriptor.php40 public function getMaxRetries(): ?int function in Webauthn\\MetadataService\\AbstractDescriptor
H A DPatternAccuracyDescriptor.php60 'maxRetries' => $this->getMaxRetries(),
H A DCodeAccuracyDescriptor.php67 'maxRetries' => $this->getMaxRetries(),
H A DBiometricAccuracyDescriptor.php102 'maxRetries' => $this->getMaxRetries(),
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/metadata-service/src/
H A DAbstractDescriptor.php40 public function getMaxRetries(): ?int function in Webauthn\\MetadataService\\AbstractDescriptor
H A DPatternAccuracyDescriptor.php60 'maxRetries' => $this->getMaxRetries(),
H A DCodeAccuracyDescriptor.php67 'maxRetries' => $this->getMaxRetries(),
H A DBiometricAccuracyDescriptor.php102 'maxRetries' => $this->getMaxRetries(),
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/
H A DCircuitBreakers.php62 public function getMaxRetries() function in Google_Service_Compute_CircuitBreakers
/dports/multimedia/minitube/minitube-3.9.2/lib/http/src/
H A Dnetworkhttpreply.cpp100 if (retryCount <= http.getMaxRetries() && status >= 500 && status < 600 && in replyError()
134 retryCount < http.getMaxRetries(); in readTimeout()
H A Dhttp.h24 int getMaxRetries() const;
/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DSendFaxJob.h161 u_int getMaxRetries() const;
286 inline u_int SendFaxJob::getMaxRetries() const { return maxRetries; } in getMaxRetries() function
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/collections/
H A DTransactionRunner.java124 public int getMaxRetries() { in getMaxRetries() method in TransactionRunner
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/collections/
H A DTransactionRunner.java122 public int getMaxRetries() { in getMaxRetries() method in TransactionRunner
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/collections/
H A DTransactionRunner.java122 public int getMaxRetries() { in getMaxRetries() method in TransactionRunner
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/collections/test/
H A DXACollectionTest.java120 if (i >= getMaxRetries() || in run()
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/android/src/com/google/android/vending/licensing/
H A DServerManagedPolicy.java231 public long getMaxRetries() { in getMaxRetries() method in ServerManagedPolicy

12