- Sort Score
- Result 10 results
- Languages All
Results 751 - 760 of 836 for guid (0.03 sec)
-
cmd/erasure-server-pool.go
import ( "bytes" "context" "errors" "fmt" "io" "math/rand" "net/http" "path" "sort" "strconv" "strings" "sync" "time" "github.com/dustin/go-humanize" "github.com/google/uuid" "github.com/minio/madmin-go/v3" "github.com/minio/minio-go/v7/pkg/s3utils" "github.com/minio/minio-go/v7/pkg/set" "github.com/minio/minio-go/v7/pkg/tags" "github.com/minio/minio/internal/bpool"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 29 22:40:36 UTC 2024 - 89.8K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSortedSet.java
* <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting * collection will not correctly obey its specification. * * <p>See the Guava User Guide article on <a href= * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>. * * @author Jared Levy * @author Louis Wasserman
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 39.1K bytes - Viewed (0) -
common-protos/k8s.io/api/core/v1/generated.proto
// Name is the metadata.name of the referenced ConfigMap. // This field is required in all cases. optional string name = 2; // UID is the metadata.UID of the referenced ConfigMap. // This field is forbidden in Node.Spec, and required in Node.Status. // +optional optional string uid = 3; // ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 255.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableMultimap.java
* #copyOf(Multimap)}) instead preserves key-grouped order by inserting entries for an existing key * immediately after the last entry having that key. * * <p>See the Guava User Guide article on <a href= * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>. * * @author Jared Levy * @since 2.0 */ @GwtCompatible(emulated = true)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 27.9K bytes - Viewed (0) -
guava/src/com/google/common/primitives/Chars.java
* either {@link Character} or {@link Arrays}. * * <p>All the operations in this class treat {@code char} values strictly numerically; they are * neither Unicode-aware nor locale-dependent. * * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>. * * @author Kevin Bourrillion * @since 1.0 */ @GwtCompatible(emulated = true)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Aug 27 16:47:48 UTC 2024 - 23.9K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
// Agora, quando vocรช executar o python, ele encontrarรก o pacote sirius instalado neste ambiente virtual โจ $ python main.py Eu juro solenemente ๐บ ``` </div> ## Alternativas Este รฉ um guia simples para vocรช comeรงar e lhe ensinar como tudo funciona **por baixo**. Existem muitas **alternativas** para gerenciar ambientes virtuais, dependรชncias de pacotes (requisitos) e projetos.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 10 10:37:13 UTC 2024 - 22.6K bytes - Viewed (0) -
docs/ko/docs/index.md
* ํผ(Forms). * ํ์ผ. * ์ถ๋ ฅ ๋ฐ์ดํฐ <abbr title="๋ค์์ผ๋ก ์๋ ค์ง: ์ง๋ ฌํ, ํ์ฑ, ๋ง์ฌ๋ง">๋ณํ</abbr>: ํ์ด์ฌ ๋ฐ์ดํฐ ๋ฐ ํ์ ์ ๋คํธ์ํฌ ๋ฐ์ดํฐ๋ก ์ ํ(JSON ํ์์ผ๋ก): * ํ์ด์ฌ ํ์ ๋ณํ (`str`, `int`, `float`, `bool`, `list`, ๋ฑ). * `datetime` ๊ฐ์ฒด. * `UUID` ๊ฐ์ฒด. * ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ชจ๋ธ. * ...๋ ๋ง์ ๊ฒ๋ค. * ๋์๊ฐ๋ฅํ ์ฌ์ฉ์ ์ธํฐํ์ด์ค๋ฅผ 2๊ฐ ํฌํจํ ์๋ ๋ํํ API ๋ฌธ์: * Swagger UI. * ReDoc. --- ์ด์ ์ฝ๋ ์์ ๋ก ๋์๊ฐ์, **FastAPI**๋ ๋ค์์ฒ๋ผ ์ฒ๋ฆฌํฉ๋๋ค:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 16 16:50:01 UTC 2024 - 19.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
- Upgrade...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSetMultimap.java
* of a {@code ImmutableSetMultimap} in a way that affects its {@link Object#equals} behavior. * Undefined behavior and bugs will result. * * <p>See the Guava User Guide article on <a href= * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>. * * @author Mike Ward * @since 2.0 */ @GwtCompatible(serializable = true, emulated = true)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:05:46 UTC 2024 - 26.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
- windows: Ensured graceful termination when being run as windows service ([#73292](https://github.com/kubernetes/kubernetes/pull/73292), [@steffengy](https://github.com/steffengy)) - vSphere cloud provider now correctly retrieves the VM's UUID when running on Windows ([#71147](https://github.com/kubernetes/kubernetes/pull/71147), [@benmoss](https://github.com/benmoss))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0)