- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for 1234567890123 (0.04 seconds)
-
src/test/java/jcifs/ConfigTest.java
@BeforeEach void setUp() { testProperties = new Properties(); testProperties.setProperty("test.int", "123"); testProperties.setProperty("test.long", "1234567890123"); testProperties.setProperty("test.bool.true", "true"); testProperties.setProperty("test.bool.false", "false"); testProperties.setProperty("test.host", "localhost");Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 3.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/StatsTesting.java
static final double TWO_VALUES_MAX = 12.34; static final double TWO_VALUES_MIN = -56.78; static final ImmutableList<Double> OTHER_TWO_VALUES = ImmutableList.of(123.456, -789.012); static final double OTHER_TWO_VALUES_MEAN = (123.456 - 789.012) / 2; static final double TWO_VALUES_SUM_OF_PRODUCTS_OF_DELTAS = (12.34 - TWO_VALUES_MEAN) * (123.456 - OTHER_TWO_VALUES_MEAN)
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 23.8K bytes - Click Count (0) -
src/bufio/bufio_test.go
isPrefix bool err error } var readLineNewlinesTests = []struct { input string expect []readLineResult }{ {"012345678901234\r\n012345678901234\r\n", []readLineResult{ {[]byte("012345678901234"), true, nil}, {nil, false, nil}, {[]byte("012345678901234"), true, nil}, {nil, false, nil}, {nil, false, io.EOF}, }}, {"0123456789012345\r012345678901234\r", []readLineResult{Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 07 01:08:54 GMT 2025 - 51.6K bytes - Click Count (0) -
docs/sts/web-identity.py
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Jul 28 01:37:51 GMT 2021 - 2.9K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
MTVSRQM R1, V1 // 10340e42 MTVSRWM R1, V1 // 10320e42 PADDI R3, $1234567890, $1, R4 // 06104996388302d2 PADDI R0, $1234567890, $0, R4 // 06004996388002d2 PADDI R0, $1234567890, $1, R4 // 06104996388002d2 PDEPD R1, R2, R3 // 7c231138 PEXTD R1, R2, R3 // 7c231178
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 23 20:52:57 GMT 2023 - 14.3K bytes - Click Count (0) -
compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java
*/ @Test void testMng6572() { String a = "20190126.230843"; // resembles a SNAPSHOT String b = "1234567890.12345"; // 10 digit number String c = "123456789012345.1H.5-beta"; // 15 digit number String d = "12345678901234567890.1H.5-beta"; // 20 digit number checkVersionsOrder(a, b); checkVersionsOrder(b, c); checkVersionsOrder(a, c);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 21 04:56:21 GMT 2025 - 17.8K bytes - Click Count (0) -
src/archive/tar/strconv_test.go
ok: true, }, { name: "WithNanoPadding", in: "1.123", want: time.Unix(1, 123000000), ok: true, }, { name: "WithNanoTruncate", in: "1.123456789123", want: time.Unix(1, 123456789), ok: true, }, { name: "TrailingError", in: "1.123abc", want: time.Time{}, ok: false, }, { name: "LeadingError",Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 11 17:52:43 GMT 2025 - 15K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/CacheExpirationTest.java
// reorder getAll(cache, asList(0, 1, 2)); CacheTesting.drainRecencyQueues(cache); ticker.advance(2, MILLISECONDS); assertThat(keySet).containsExactly(3, 4, 5, 6, 7, 8, 9, 0, 1, 2); // 3 expires ticker.advance(1, MILLISECONDS); assertThat(keySet).containsExactly(4, 5, 6, 7, 8, 9, 0, 1, 2); // reorder getAll(cache, asList(5, 7, 9));Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 30 22:03:28 GMT 2025 - 19.2K bytes - Click Count (0)