- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for 123456789123 (0.06 sec)
-
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");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3.6K bytes - Viewed (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)
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 23.8K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcBinding.java
INTERFACES.put("lsarpc", lsarpc.getSyntax()); INTERFACES.put("samr", samr.getSyntax()); INTERFACES.put("netdfs", netdfs.getSyntax()); INTERFACES.put("netlogon", "12345678-1234-abcd-ef00-01234567cffb:1.0"); INTERFACES.put("wkssvc", "6BFFD098-A112-3610-9833-46C3F87E345A:1.0"); INTERFACES.put("samr", "12345778-1234-ABCD-EF00-0123456789AC:1.0"); } /**
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcBindingTest.java
DcerpcBinding.addInterface("lsarpc", "12345778-1234-ABCD-EF00-0123456789AB:2.1"); DcerpcBinding.addInterface("samr", "12345778-1234-ABCD-EF00-0123456789AC:1.0"); DcerpcBinding.addInterface("netlogon", "12345678-1234-abcd-ef00-01234567cffb:1.0"); DcerpcBinding.addInterface("wkssvc", "6BFFD098-A112-3610-9833-46C3F87E345A:1.0"); } @Test void testConstructorAndGetters() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.5K bytes - Viewed (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",Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 11 17:52:43 UTC 2025 - 15K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java
list.add(random.nextInt()); } runIterator(list, 6); } public void testIteratorTesterLarger() throws Exception { runIterator(Lists.newArrayList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10), 5); } public void testRemoveAt() { long seed = new Random().nextLong(); Random random = new Random(seed); int heapSize = 999;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 36.1K bytes - Viewed (0) -
src/bufio/bufio_test.go
b.WriteString("1234") tw.check(t, "", "") b.WriteString("56789012") // longer than BufSize tw.check(t, "12345678", "") // but not enough (after filling the partially-filled buffer) b.Flush() tw.check(t, "123456789012", "") } { tw := &teststringwriter{} b := NewWriterSize(tw, BufSize) b.WriteString("123456789") // long string, empty buffer: tw.check(t, "", "123456789") // use WriteString } {
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 07 01:08:54 UTC 2025 - 51.6K bytes - Viewed (0)