- Sort Score
- Result 10 results
- Languages All
Results 831 - 840 of 876 for 12 (0.02 sec)
-
cmd/bucket-lifecycle.go
} case "false", `"false"`: // false without double quotes is deprecated in Feb 2022 if len(tokens) != 2 { return restoreObjStatus{}, errRestoreHDRMalformed } expiryTokens := strings.SplitN(tokens[1], "=", 2) if len(expiryTokens) != 2 { return restoreObjStatus{}, errRestoreHDRMalformed } if strings.TrimSpace(expiryTokens[0]) != "expiry-date" { return restoreObjStatus{}, errRestoreHDRMalformed }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 23 15:35:37 UTC 2024 - 33.7K bytes - Viewed (0) -
src/archive/zip/reader_test.go
0000210 85 e2 48 ad c3 d5 60 6f 7e 22 dd ef 09 49 7c 7f 0000220 3a 45 c3 71 b7 df f3 4c 63 fb b5 d9 31 5f 6e d6 0000230 24 1d a4 4a fe 32 a7 5c 16 48 5c 3e 08 6b 8a d3 0000240 25 1d a2 12 a5 59 24 ea 20 5f 52 6d ad 94 db 6b 0000250 94 b9 5d eb 4b a7 5c 44 bb 1e f2 3c 6b cf 52 c9 0000260 e9 e5 ba 06 b9 c4 e5 0a d0 00 0d d0 00 0d d0 00 0000270 0d d0 00 0d d0 00 0d d0 00 0d d0 00 0d d0 00 0d
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 25 00:25:45 UTC 2024 - 55.6K bytes - Viewed (0) -
LICENSE
to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
if (future.wasInterrupted()) { // We were cancelled, it is possible that setFuture could have succeeded too. assertThat(numSuccessfulSetCalls.get()).isIn(Range.closed(1, 2)); } else { assertThat(numSuccessfulSetCalls.get()).isEqualTo(1); } } else { assertThat(numSuccessfulSetCalls.get()).isEqualTo(1); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 47.1K bytes - Viewed (0) -
api/go1.11.txt
pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXPORT ideal-int pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR = 8 pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR ideal-int pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT = 12 pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT ideal-int pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT = 1 pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT ideal-int pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG = 10
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
internal/grid/grid_test.go
b := append([]byte{}, payload...) b = append(b, in...) resp <- b } t.Log(GetCaller(ctx).Name, "Handler done") return nil }, OutCapacity: 1, InCapacity: 1, })) // 2: Return as error errFatal(manager.RegisterStreamingHandler(handlerTest2, StreamHandler{ Handle: func(ctx context.Context, payload []byte, request <-chan []byte, resp chan<- []byte) *RemoteErr {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:10:04 UTC 2024 - 36.4K bytes - Viewed (0) -
cmd/erasure-sets.go
if disk := storageDisks[index]; disk != nil { if disk.IsLocal() { xldisk, ok := disk.(*xlStorageDiskIDCheck) if ok { _, commonDeletes := calcCommonWritesDeletes(currentDisksInfo[m], (s.setDriveCount+1)/2) xldisk.totalDeletes.Store(commonDeletes) xldisk.storage.setDeleteAttribute(commonDeletes) if globalDriveMonitoring { go xldisk.monitorDiskWritable(xldisk.diskCtx) } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 27 10:41:37 UTC 2024 - 37K bytes - Viewed (1) -
cmd/erasure-object.go
} for index := range metadataArray { if metadataArray[index] != nil { metadataShallowVersions[index] = metadataArray[index].versions } } readQuorum := (len(rawFileInfos) + 1) / 2 meta := &xlMetaV2{versions: mergeXLV2Versions(readQuorum, false, 1, metadataShallowVersions...)} lfi, err := meta.ToFileInfo(bucket, object, "", inclFreeVers, true) if err != nil { for i := range errs {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 78.8K bytes - Viewed (0) -
api/go1.10.txt
pkg crypto/x509, const CANotAuthorizedForExtKeyUsage = 9 pkg crypto/x509, const CANotAuthorizedForExtKeyUsage InvalidReason pkg crypto/x509, const ExtKeyUsageMicrosoftCommercialCodeSigning = 12 pkg crypto/x509, const ExtKeyUsageMicrosoftCommercialCodeSigning ExtKeyUsage pkg crypto/x509, const ExtKeyUsageMicrosoftKernelCodeSigning = 13 pkg crypto/x509, const ExtKeyUsageMicrosoftKernelCodeSigning ExtKeyUsage
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
pom.xml
<artifactId>log4j-jcl</artifactId> <version>${log4j.version}</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> <version>${log4j.version}</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0)