- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 384 for 5007 (0.02 seconds)
-
internal/s3select/json/testdata/4.json
{ "id": "1004", "type": "Devil's Food" } ] }, "topping": [ { "id": "5001", "type": "None" }, { "id": "5002", "type": "Glazed" }, { "id": "5005", "type": "Sugar" }, { "id": "5007", "type": "Powdered Sugar" }, { "id": "5006", "type": "Chocolate with Sprinkles" }, { "id": "5003", "type": "Chocolate" }, { "id": "5004", "type": "Maple" } ]Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 607 bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
# ADR-0007 - Support running Gradle on multiple Java versions and do not embed a Java runtime in the Gradle distribution ## Status - PROPOSED on 2024-12-20 ## Context ### Embedding a Java runtime in the Gradle distribution There have been discussions on embedding a Java runtime in the Gradle distribution. This would allow users to run Gradle without having to install a Java runtime beforehand.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/lease/DirectoryCacheEntryTest.java
entry.updateChild(childName, 1024L, 1000L, false, 0x20, 500L, 800L); assertTrue(entry.hasChanges()); // Clear changes to test next scenario entry.markComplete(); assertFalse(entry.hasChanges()); // Update with same values - should not mark as changed (no actual change) entry.updateChild(childName, 1024L, 1000L, false, 0x20, 500L, 800L); assertFalse(entry.hasChanges());
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 01:47:47 GMT 2025 - 8.4K bytes - Click Count (0) -
docs/en/docs/js/custom.js
} else { a.dataset.internalLink = ""; } } catch (_) {} }); } async function main() { setupTermynal(); showRandomAnnouncement('announce-left', 5000) handleSponsorImages(); openLinksInNewTab(); } document$.subscribe(() => { main()Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:59:48 GMT 2026 - 7.7K bytes - Click Count (2) -
guava-testlib/src/com/google/common/util/concurrent/testing/AbstractListenableFutureTest.java
future.addListener(listenerLatch::countDown, exec); } assertSame(Boolean.TRUE, future.get()); // Wait for the listener latch to complete. listenerLatch.await(500, MILLISECONDS); exec.shutdown(); exec.awaitTermination(500, MILLISECONDS); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 11 18:52:30 GMT 2025 - 6.1K bytes - Click Count (0) -
cmd/metrics-v2_test.go
t.Errorf("Expected le='0.050' api=PutObject value to be 1 but got '%v'", value) } if le := capitalPutObjects[1].VariableLabels["le"]; le != "5.000" { t.Errorf("Expected le='5.000' api=PutObject metrics but got '%v'", le) } if value := capitalPutObjects[1].Value; value != 2 { t.Errorf("Expected le='5.000' api=PutObject value to be 2 but got '%v'", value) } if le := capitalPutObjects[2].VariableLabels["le"]; le != "+Inf" {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Mar 30 00:56:02 GMT 2025 - 6.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/interval/FessIntervalControllerTest.java
*/ @Test public void test_delayMillisBeforeProcessing() { FessIntervalController controller = new FessIntervalController(); controller.setDelayMillisBeforeProcessing(500L); assertEquals(500L, controller.getDelayMillisBeforeProcessing()); controller.setDelayMillisBeforeProcessing(3000L); assertEquals(3000L, controller.getDelayMillisBeforeProcessing());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 6.2K bytes - Click Count (0) -
.idea/runConfigurations/Debug_Elasticsearch.xml
<option name="SERVER_MODE" value="true" /> <option name="SHMEM_ADDRESS" /> <option name="HOST" value="localhost" /> <option name="PORT" value="5005" /> <option name="AUTO_RESTART" value="true" /> <RunnerSettings RunnerId="Debug"> <option name="DEBUG_PORT" value="5005" /> <option name="LOCAL" value="false" /> </RunnerSettings> <method v="2" /> </configuration>
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Jul 03 15:55:56 GMT 2020 - 602 bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/concurrent/TaskLoggerTest.kt
assertThat(formatDuration( -1_000L)).isEqualTo(" -1 µs") assertThat(formatDuration( -999L)).isEqualTo(" -1 µs") assertThat(formatDuration( -500L)).isEqualTo(" -1 µs") assertThat(formatDuration( -499L)).isEqualTo(" 0 µs") assertThat(formatDuration( 3_499_999_999L)).isEqualTo(" 3 s ") assertThat(formatDuration( 3_000_000_000L)).isEqualTo(" 3 s ")
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 3.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/WebApiExceptionTest.java
WebApiException exception2 = new WebApiException(401, "Unauthorized"); WebApiException exception3 = new WebApiException(500, "Internal Error"); assertEquals(400, exception1.getStatusCode()); assertEquals(401, exception2.getStatusCode()); assertEquals(500, exception3.getStatusCode()); assertTrue(exception1.getStatusCode() != exception2.getStatusCode());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 9.5K bytes - Click Count (0)