- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 186 for Why (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
if (candidateModel == null) { return null; } candidateSource = new FileModelSource(candidateModel.getPomFile()); } // // TODO jvz Why isn't all this checking the job of the duty of the workspace resolver, we know that we // have a model that is suitable, yet more checks are done here and the one for the version is problematic
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/ShortsTest.java
@GwtIncompatible // Shorts.fromByteArray, Shorts.toByteArray public void testByteArrayRoundTrips() { Random r = new Random(5); byte[] b = new byte[Shorts.BYTES]; // total overkill, but, it takes 0.1 sec so why not... for (int i = 0; i < 10000; i++) { short num = (short) r.nextInt(); assertThat(Shorts.fromByteArray(Shorts.toByteArray(num))).isEqualTo(num); r.nextBytes(b);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 01:43:32 GMT 2026 - 27.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/CompactHashMap.java
* * - The map has not switched to delegating to a java.util implementation to mitigate hash * flooding. Callers can confirm this by null-checking delegateOrNull(). * * In an ideal world, we would document why we know those things are true every time we call these * methods. But that is a bit too painful.... */ private Object requireTable() { return requireNonNull(table); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 39.6K bytes - Click Count (0) -
docs/en/docs/async.md
And then waiting ๐ again for the responses to come back. This "waiting" ๐ is measured in microseconds, but still, summing it all, it's a lot of waiting in the end. That's why it makes a lot of sense to use asynchronous โธ๐โฏ code for web APIs. This kind of asynchronicity is what made NodeJS popular (even though NodeJS is not parallel) and that's the strength of Go as a programming language.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 23.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/primitives/IntsTest.java
.isEqualTo(0xFFEEDDCC); } public void testByteArrayRoundTrips() { Random r = new Random(5); byte[] b = new byte[Ints.BYTES]; // total overkill, but, it takes 0.1 sec so why not... for (int i = 0; i < 10000; i++) { int num = r.nextInt(); assertThat(Ints.fromByteArray(Ints.toByteArray(num))).isEqualTo(num); r.nextBytes(b);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 01:43:32 GMT 2026 - 29.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/IterablesTest.java
assertThat(consumingIterator.next()).isEqualTo("b"); assertThat(list).isEmpty(); assertFalse(consumingIterator.hasNext()); } @GwtIncompatible // ? // TODO: Figure out why this is failing in GWT. public void testConsumingIterable_duelingIterators() { // Test data List<String> list = new ArrayList<>(asList("a", "b")); // Test & Verify
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 47.5K bytes - Click Count (0) -
cmd/object-multipart-handlers.go
return } if globalBucketVersioningSys.PrefixEnabled(srcBucket, srcObject) && gr != nil { // Versioning enabled quite possibly object is deleted might be delete-marker // if present set the headers, no idea why AWS S3 sets these headers. if gr.ObjInfo.VersionID != "" && gr.ObjInfo.DeleteMarker { w.Header()[xhttp.AmzVersionID] = []string{gr.ObjInfo.VersionID}
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 07 16:13:09 GMT 2025 - 39.5K bytes - Click Count (1) -
android/guava/src/com/google/common/util/concurrent/AbstractFuture.java
} else { addPendingString(builder); // delegates to addDoneString if future completes midway } return builder.append("]").toString(); } /** * Provide a human-readable explanation of why this future has not yet completed. * * @return null if an explanation cannot be provided (e.g. because the future is done). * @since 23.0 */ protected @Nullable String pendingToString() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 14:39:00 GMT 2026 - 43.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
this(context.isWorkgroup0() ? new URL(null, "smb1://" + name + "/", Handler.SMB_HANDLER) : new URL(context.url, name + ((attributes & ATTR_DIRECTORY) > 0 ? "/" : ""))); /* why was this removed before? DFS? copyTo? Am I going around in circles? */ auth = context.auth; if (context.share != null) { this.tree = context.tree;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
docs/zh-hant/docs/deployment/docker.md
ไฝ ๅฏไปฅๅจ [Docker ้ๆผ shell ่ exec ๅฝขๅผ็ๆไปถ](https://docs.docker.com/reference/dockerfile/#shell-and-exec-form) ้ฑ่ฎๆดๅคใ ไฝฟ็จ `docker compose` ๆ้ๆ็นๅฅๆ้กฏใๆ่ก็ดฐ็ฏ่ซ่ฆ้ๆฎต Docker Compose ๅธธ่ฆๅ้ก๏ผ[็บไป้บผๆ็ๆๅ่ฆ่ฑ 10 ็งๆ้ๆฐๅปบ็ซๆๅๆญข๏ผ](https://docs.docker.com/compose/faq/#why-do-my-services-take-10-seconds-to-recreate-or-stop) #### ็ฎ้็ตๆง { #directory-structure } ไฝ ็พๅจๆ่ฉฒๆๆๅฆไธ็็ฎ้็ตๆง๏ผ ``` . โโโ app โย ย โโโ __init__.py โ โโโ main.py โโโ DockerfileCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 24.9K bytes - Click Count (0)