- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 490 for durant (0.69 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java
} else { versionMap = new ManagedVersionMap(managedVersions); } // remove the originating artifact if it is also in managed versions to avoid being modified during resolution Artifact managedOriginatingArtifact = versionMap.get(originatingArtifact.getDependencyConflictId()); if (managedOriginatingArtifact != null) {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 36.5K bytes - Viewed (0) -
api/go1.txt
pkg syscall (darwin-386), type Dirent struct pkg syscall (darwin-386), type Dirent struct, Ino uint64 pkg syscall (darwin-386), type Dirent struct, Name [1024]int8 pkg syscall (darwin-386), type Dirent struct, Namlen uint16 pkg syscall (darwin-386), type Dirent struct, Pad_cgo_0 [3]uint8 pkg syscall (darwin-386), type Dirent struct, Reclen uint16 pkg syscall (darwin-386), type Dirent struct, Seekoff uint64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
android/guava/src/com/google/common/net/InternetDomainName.java
* side of permissiveness and thus avoid spurious rejection of valid sites. Of course, to actually * determine addressability of any host, clients of this class will need to perform their own DNS * lookups. * * <p>During construction, names are normalized in two ways: * * <ol> * <li>ASCII uppercase characters are converted to lowercase. * <li>Unicode dot separators other than the ASCII period ({@code '.'}) are converted to the ASCII
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 27.9K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractFutureState.java
AbstractFutureState() {} /* * We put various static objects here rather than in AbstractFuture so that they're initialized in * time for AbstractFutureState to potentially use them during class initialization. * (AbstractFutureState class initialization can log, and that logging could in theory call into * AbstractFuture, which wouldn't yet have had the chance to perform any class initialization of
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 34.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
### Other (Cleanup or Flake) - Build: Bump kube-cross to v1.12.17-2 ([#90760](https://github.com/kubernetes/kubernetes/pull/90760), [@justaugustus](https://github.com/justaugustus)) [SIG Release] - Reduce event spam during a volume operation error. ([#89794](https://github.com/kubernetes/kubernetes/pull/89794), [@msau42](https://github.com/msau42)) [SIG Storage] # v1.15.11 [Documentation](https://docs.k8s.io)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
docs/es/docs/async.md
Entonces, durante ese tiempo, la computadora puede ir y hacer algún otro trabajo, mientras "archivo-lento" 📝 termina.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 24.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
assertTrue(testMessage.isErrorResponseStatus()); assertNull(testMessage.getErrorData()); } @Test @DisplayName("Should preserve signature bytes during decode") void testPreserveSignatureDuringDecode() throws SMBProtocolDecodingException { byte[] buffer = new byte[256]; System.arraycopy(SMBUtil.SMB2_HEADER, 0, buffer, 0, 4);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0) -
cmd/admin-heal-ops.go
} func (h *healSequence) healItems(objAPI ObjectLayer) error { if h.clientToken == bgHealingUUID { // For background heal do nothing. return nil } if h.bucket == "" { // heal internal meta only during a site-wide heal if err := h.healDiskMeta(objAPI); err != nil { return err } } // Heal buckets and objects return h.healBuckets(objAPI) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 25.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
* which are awaiting cleanup. */ volatile int count; /** * Number of updates that alter the size of the table. This is used during bulk-read methods to * make sure they see a consistent snapshot: If modCounts change during a traversal of segments * computing size or checking containsValue, then we might have an inconsistent view of state so * (usually) must retry. */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Dirent struct pkg syscall (freebsd-arm64), type Dirent struct, Fileno uint64 pkg syscall (freebsd-arm64), type Dirent struct, Name [256]int8 pkg syscall (freebsd-arm64), type Dirent struct, Namlen uint16 pkg syscall (freebsd-arm64), type Dirent struct, Off int64 pkg syscall (freebsd-arm64), type Dirent struct, Pad0 uint8 pkg syscall (freebsd-arm64), type Dirent struct, Pad1 uint16
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0)