- Sort Score
- Result 10 results
- Languages All
Results 671 - 680 of 799 for dist (0.03 sec)
-
cmd/erasure-metadata.go
// Start writing `xl.meta` to all disks in parallel. for index := range disks { g.Go(func() error { if disks[index] == nil { return errDiskNotFound } // Pick one FileInfo for a disk at index. fi := files[index] fi.Erasure.Index = index + 1 if fi.IsValid() { return disks[index].WriteMetadata(ctx, origbucket, bucket, prefix, fi) } return errFileCorrupt }, index) }Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 21.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Multimaps.java
} else if (collection instanceof List) { return Collections.unmodifiableList((List<E>) collection); } else { return Collections.unmodifiableCollection(collection); } } @Override Collection<V> wrapCollection(@ParametricNullness K key, Collection<V> collection) { if (collection instanceof List) { return wrapList(key, (List<V>) collection, null);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 86.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/Multimaps.java
} else if (collection instanceof List) { return Collections.unmodifiableList((List<E>) collection); } else { return Collections.unmodifiableCollection(collection); } } @Override Collection<V> wrapCollection(@ParametricNullness K key, Collection<V> collection) { if (collection instanceof List) { return wrapList(key, (List<V>) collection, null);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 86.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
exception = new SmbOperationException(SmbOperationException.ErrorCode.DISK_FULL, null); assertTrue(exception.getMessage().contains("DISK_FULL")); assertTrue(exception.getMessage().contains("Disk full")); } @Test @DisplayName("Should have correct retryable flags for error codes") void testErrorCodeRetryableFlags() { // Retryable errors
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.1K bytes - Viewed (0) -
docs/distributed/README.md
### Consistency Guarantees MinIO follows strict **read-after-write** and **list-after-write** consistency model for all i/o operations both in distributed and standalone modes. This consistency model is only guaranteed if you use disk filesystems such as xfs, zfs or btrfs etc.. for distributed setup.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.9K bytes - Viewed (0) -
docs/de/docs/tutorial/first-steps.md
/// ### Schritt 4: Definieren der **Pfadoperation-Funktion** Das ist unsere โ**Pfadoperation-Funktion**โ: * **Pfad**: ist `/`. * **Operation**: ist `get`. * **Funktion**: ist die Funktion direkt unter dem โDekoratorโ (unter `@app.get("/")`). {* ../../docs_src/first_steps/tutorial001.py hl[7] *} Dies ist eine Python-Funktion.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) -
docs/em/docs/advanced/custom-response.md
/// ### `Response` ๐ `Response` ๐, ๐ ๐ ๐จ ๐ โช๏ธโก๏ธ โซ๏ธ. ๐ ๐ช ๐จ โซ๏ธ ๐. โซ๏ธ ๐ซ ๐ ๐ข: * `content` - `str` โ๏ธ `bytes`. * `status_code` - `int` ๐บ๐ธ๐ ๐ ๐. * `headers` - `dict` ๐ป. * `media_type` - `str` ๐ค ๐ป ๐. ๐คถ โ. `"text/html"`. FastAPI (๐ค ๐) ๐ ๐ ๐ ๐-๐ ๐. โซ๏ธ ๐ ๐ ๐-๐ ๐, โ๏ธ ๐ = & ๐ = โ ๐. {* ../../docs_src/response_directly/tutorial002.py hl[1,18] *}Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
public byte[] getName() { return name; } @Override public int encode(byte[] dst, int dstIndex) { encodeCallCount++; if (throwOnEncode) { throw new RuntimeException("Test encode error"); } if (dst == null) { throw new IllegalArgumentException("Destination buffer cannot be null"); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0) -
docs/ja/docs/advanced/custom-response.md
/// ### `Response` ใกใคใณใฎ `Response` ใฏใฉในใงใไปใฎๅ จใฆใฎใฌในใใณในใฏใใใ็ถๆฟใใฆใใพใใ ็ดๆฅ่ฟใใใจใใงใใพใใ ไปฅไธใฎใใฉใกใผใฟใๅใไปใใพใใ * `content` - `str` ใ `bytes`ใ * `status_code` - `int` ใฎHTTPในใใผใฟในใณใผใใ * `headers` - ๆๅญๅใฎ `dict` ใ * `media_type` - ใกใใฃใขใฟใคใใ็คบใ `str` ใไพใใฐ `"text/html"` ใ FastAPI (ๅฎ้ใซใฏStarlette) ใฏ่ชๅ็ใซContent-Lengthใใใใผใๅซใฟใพใใใพใใmedia_typeใซๅบใฅใใContent-Typeใใใใผใๅซใฟใใใญในใใฟใคใใฎใใใซcharsetใ่ฟฝๅ ใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0)