- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 301 for poland (0.13 sec)
-
architecture/environments/operator.md
`IstioOperatorSpec` defines functional settings at the feature level. Functional settings are those that performs some function in the Istio control plane without necessarily being tied to any one component that runs in a Deployment. Component settings are those that necessarily refer to a particular Deployment or Service. For example, the number
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Jul 29 21:11:35 UTC 2024 - 13.2K bytes - Viewed (0) -
okcurl/src/main/kotlin/okhttp3/curl/logging/OneLineLogFormat.kt
import java.time.temporal.ChronoField.SECOND_OF_MINUTE import java.util.logging.Formatter import java.util.logging.LogRecord /** * Is Java8 Data and Time really this bad, or is writing this on a plane from just javadocs a bad * idea? * * Why so much construction? */ class OneLineLogFormat : Formatter() { private val d = DateTimeFormatterBuilder() .appendValue(HOUR_OF_DAY, 2)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Fri Apr 05 03:30:42 UTC 2024 - 2.1K bytes - Viewed (1) -
cmd/bitrot.go
package cmd import ( "bytes" "encoding/hex" "errors" "fmt" "hash" "io" "github.com/minio/highwayhash" "github.com/minio/minio/internal/hash/sha256" "golang.org/x/crypto/blake2b" xioutil "github.com/minio/minio/internal/ioutil" "github.com/minio/minio/internal/logger" ) // magic HH-256 key as HH-256 hash of the first 100 decimals of π as utf-8 string with a zero key.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jan 30 20:43:25 UTC 2024 - 7.6K bytes - Viewed (0) -
common/scripts/setup_env.sh
TARGET_OUT_LINUX=${CONTAINER_TARGET_OUT_LINUX} REPO_ROOT=/work LOCAL_OUT="${TARGET_OUT_LINUX}" else LOCAL_OUT="${TARGET_OUT}" fi go_os_arch=${LOCAL_OUT##*/} # Golang OS/Arch format LOCAL_GO_OS=${go_os_arch%_*} LOCAL_GO_ARCH=${go_os_arch##*_} BUILD_WITH_CONTAINER=0 VARS=( CONTAINER_TARGET_OUT CONTAINER_TARGET_OUT_LINUX TARGET_OUT
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 06 04:52:54 UTC 2024 - 8.3K bytes - Viewed (0) -
cmd/http-stats.go
} apiStats[k] = v } return apiStats } // HTTPStats holds statistics information about // HTTP requests made by all clients type HTTPStats struct { s3RequestsInQueue int32 // ref: https://golang.org/pkg/sync/atomic/#pkg-note-BUG _ int32 // For 64 bits alignment s3RequestsIncoming uint64 rejectedRequestsAuth uint64 rejectedRequestsTime uint64 rejectedRequestsHeader uint64
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 24 17:13:00 UTC 2024 - 11.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
- github.com/stretchr/testify: [v1.2.2 → v1.3.0](https://github.com/stretchr/testify/compare/v1.2.2...v1.3.0) - golang.org/x/net: 65e2d4e → cdfb69a - golang.org/x/tools: aa82965 → 6e04913 - google.golang.org/api: 583d854 → 5213b80 - google.golang.org/genproto: 09f6ed2 → 54afdca - google.golang.org/grpc: v1.13.0 → v1.23.0 - gopkg.in/check.v1: 20d25e2 → 788fd78 - gopkg.in/natefinch/lumberjack.v2: 20b71e5 → v2.0.0
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 11 10:00:57 UTC 2021 - 345.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- go.uber.org/zap: v1.19.0 → v1.26.0 - golang.org/x/crypto: v0.14.0 → v0.21.0 - golang.org/x/mod: v0.12.0 → v0.15.0 - golang.org/x/net: v0.17.0 → v0.23.0 - golang.org/x/sync: v0.3.0 → v0.6.0 - golang.org/x/sys: v0.13.0 → v0.18.0 - golang.org/x/term: v0.13.0 → v0.18.0 - golang.org/x/text: v0.13.0 → v0.14.0 - golang.org/x/tools: v0.12.0 → v0.18.0 - google.golang.org/protobuf: v1.31.0 → v1.33.0
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:40:14 UTC 2024 - 309.1K bytes - Viewed (0) -
docs/tr/docs/python-types.md
Ama sonra "ilk harfi büyük harfe dönüştüren yöntemi" çağırmanız gerekir. `upper` mıydı ? Yoksa `uppercase`' mi? `first_uppercase`? `capitalize`? Ardından, programcıların en iyi arkadaşı olan otomatik tamamlama ile denediniz. 'first_name', ardından bir nokta ('.') yazıp otomatik tamamlamayı tetiklemek için 'Ctrl+Space' tuşlarına bastınız. Ancak, ne yazık ki, yararlı hiçbir şey elde edemediniz:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.7K bytes - Viewed (0) -
docs/bucket/lifecycle/DESIGN.md
### Additional notes Tiering and lifecycle transition are applicable only to erasure/distributed MinIO. ## Explore Further - [MinIO | Golang Client API Reference](https://min.io/docs/minio/linux/developers/go/API.html#setbucketlifecycle-ctx-context-context-bucketname-config-lifecycle-configuration-error)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 4.3K bytes - Viewed (0) -
src/cmd/api/main_test.go
// For example, on return: // // w.importMap["math"] = "math" // w.importDir["math"] = "<goroot>/src/math" // // w.importMap["golang.org/x/net/route"] = "vendor/golang.org/x/net/route" // w.importDir["vendor/golang.org/x/net/route"] = "<goroot>/src/vendor/golang.org/x/net/route" // // Since the set of packages that exist depends on context, the result of
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 31.4K bytes - Viewed (0)