Home
last modified time | relevance | path

Searched defs:Duration (Results 16176 – 16200 of 38770) sorted by relevance

1...<<641642643644645646647648649650>>...1551

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/denisenkom/go-mssqldb/
H A Dnet.go17 func newTimeoutConn(conn net.Conn, timeout time.Duration) *timeoutConn {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/aws/client/
H A Ddefault_retryer.go126 func getJitterDelay(duration time.Duration) time.Duration {
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rodio-0.9.0/src/source/
H A Dfrom_iter.rs136 fn total_duration(&self) -> Option<Duration> { in total_duration()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/aws/retry/
H A Dretry.go58 func AddWithMaxBackoffDelay(r aws.Retryer, delay time.Duration) aws.Retryer {
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go/aws/client/
H A Ddefault_retryer.go126 func getJitterDelay(duration time.Duration) time.Duration {
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/aws/retry/
H A Dretry.go58 func AddWithMaxBackoffDelay(r aws.Retryer, delay time.Duration) aws.Retryer {
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/aws/retry/
H A Dretry.go58 func AddWithMaxBackoffDelay(r aws.Retryer, delay time.Duration) aws.Retryer {
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/clientv3/integration/
H A Dnetwork_partition_test.go104 …kPartition(t *testing.T, op func(*clientv3.Client, context.Context) error, timeout time.Duration) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Drunner.go24 func newRunner(body interface{}, codeLocation types.CodeLocation, timeout time.Duration, failer *fa…
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/denisenkom/go-mssqldb/
H A Dnet.go17 func newTimeoutConn(conn net.Conn, timeout time.Duration) *timeoutConn {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/sd/
H A Dendpointer.go53 func InvalidateOnError(timeout time.Duration) EndpointerOption {
/dports/multimedia/navidrome/navidrome-0.40.0/scanner/metadata/
H A Dtaglib.go25 func (m *taglibMetadata) Duration() float32 { return m.parseFloat("length") } func
H A Dffmpeg.go19 func (m *ffmpegMetadata) Duration() float32 { return m.parseDuration("duration") } func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/aws/client/
H A Ddefault_retryer.go126 func getJitterDelay(duration time.Duration) time.Duration {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws/client/
H A Ddefault_retryer.go126 func getJitterDelay(duration time.Duration) time.Duration {
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/grpc/benchmark/flags/
H A Dflags.go69 func DurationSlice(name string, defaultVal []time.Duration, usage string) *[]time.Duration {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/atlassian/gostatsd/pkg/statsd/
H A Dflusher.go32 func NewMetricFlusher(flushInterval time.Duration, aggregateProcesser AggregateProcesser, backends …
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/aws/client/
H A Ddefault_retryer.go126 func getJitterDelay(duration time.Duration) time.Duration {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/renier/xmlrpc/
H A Dclient.go150 func NewClient(requrl string, transport http.RoundTripper, timeout time.Duration) (*Client, error) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/masterzen/winrm/
H A Dendpoint.go44 …g, port int, https bool, insecure bool, Cacert, cert, key []byte, timeout time.Duration) *Endpoint…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/aws/client/
H A Ddefault_retryer.go126 func getJitterDelay(duration time.Duration) time.Duration {
/dports/net/storj/storj-1.45.3/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go18 func usePrecise(dur time.Duration) bool {
22 func formatMs(ctx context.Context, dur time.Duration) int64 {
34 func formatSec(ctx context.Context, dur time.Duration) int64 {
91 Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
100 PExpire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
106 Restore(ctx context.Context, key string, ttl time.Duration, value string) *StatusCmd
164 BLPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
165 BRPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
229 BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
230 BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go18 func usePrecise(dur time.Duration) bool {
22 func formatMs(ctx context.Context, dur time.Duration) int64 {
34 func formatSec(ctx context.Context, dur time.Duration) int64 {
91 Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
100 PExpire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
106 Restore(ctx context.Context, key string, ttl time.Duration, value string) *StatusCmd
164 BLPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
165 BRPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
229 BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
230 BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go18 func usePrecise(dur time.Duration) bool {
22 func formatMs(ctx context.Context, dur time.Duration) int64 {
34 func formatSec(ctx context.Context, dur time.Duration) int64 {
91 Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
100 PExpire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
106 Restore(ctx context.Context, key string, ttl time.Duration, value string) *StatusCmd
162 BLPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
163 BRPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
227 BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
228 BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-redis/redis/v8/
H A Dcommands.go18 func usePrecise(dur time.Duration) bool {
22 func formatMs(ctx context.Context, dur time.Duration) int64 {
34 func formatSec(ctx context.Context, dur time.Duration) int64 {
91 Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
100 PExpire(ctx context.Context, key string, expiration time.Duration) *BoolCmd
106 Restore(ctx context.Context, key string, ttl time.Duration, value string) *StatusCmd
162 BLPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
163 BRPop(ctx context.Context, timeout time.Duration, keys ...string) *StringSliceCmd
227 BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
228 BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *ZWithKeyCmd
[all …]

1...<<641642643644645646647648649650>>...1551