- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 127 for 99 (0.21 seconds)
-
internal/etag/etag_test.go
Harshavardhana <******@****.***> 1744208919 -0700
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 12.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java
cpovirk <******@****.***> 1772934109 -0800
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 01:43:32 GMT 2026 - 14K bytes - Click Count (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
2. **Performance**: - Multi-channel provides >1.5x throughput improvement - RDMA reduces latency by >50% 3. **Reliability**: - Persistent handles survive 99% of network interruptions - Witness protocol achieves <5 second failover time 4. **Compatibility**: Works with Windows Server 2016+ and Azure Files ## Next Steps 1. **Immediate Actions**:
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 10.7K bytes - Click Count (0) -
src/bytes/bytes_test.go
{" ", []rune{32}, false}, {"ABC", []rune{65, 66, 67}, false}, {"abc", []rune{97, 98, 99}, false}, {"\u65e5\u672c\u8a9e", []rune{26085, 26412, 35486}, false}, {"ab\x80c", []rune{97, 98, 0xFFFD, 99}, true}, {"ab\xc0c", []rune{97, 98, 0xFFFD, 99}, true}, } func TestRunes(t *testing.T) { for _, tt := range RunesTests { tin := []byte(tt.in) a := Runes(tin) if !slices.Equal(a, tt.out) {Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Mar 11 03:07:05 GMT 2026 - 62.9K bytes - Click Count (0) -
cmd/apierrorcode_string.go
_ = x[ErrMalformedCredentialDate-94] _ = x[ErrMalformedExpires-95] _ = x[ErrNegativeExpires-96] _ = x[ErrAuthHeaderEmpty-97] _ = x[ErrExpiredPresignRequest-98] _ = x[ErrRequestNotReadyYet-99] _ = x[ErrUnsignedHeaders-100] _ = x[ErrMissingDateHeader-101] _ = x[ErrInvalidQuerySignatureAlgo-102] _ = x[ErrInvalidQueryParams-103] _ = x[ErrBucketAlreadyOwnedByYou-104] _ = x[ErrInvalidDuration-105]
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
PagingList<ProtwordsItem> list = protwordsFile.selectList(0, 200); assertEquals(100, list.size()); assertEquals("test1", list.get(0).getInput()); assertEquals("test100", list.get(99).getInput()); } @Test public void test_specialCharacters() throws Exception { // Test with special characters
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 21.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/ByteStreamsTest.java
InputStream in = new ByteArrayInputStream(PRE_FILLED_100); // this results in toByteArrayInternal being called when the stream is actually exhausted byte[] b = ByteStreams.toByteArray(in, 99); assertThat(b).isEqualTo(PRE_FILLED_100); } public void testToByteArray_withSize_givenSizeTwoSmallerThanActual() throws IOException { InputStream in = new ByteArrayInputStream(PRE_FILLED_100);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/ByteStreamsTest.java
InputStream in = new ByteArrayInputStream(PRE_FILLED_100); // this results in toByteArrayInternal being called when the stream is actually exhausted byte[] b = ByteStreams.toByteArray(in, 99); assertThat(b).isEqualTo(PRE_FILLED_100); } public void testToByteArray_withSize_givenSizeTwoSmallerThanActual() throws IOException { InputStream in = new ByteArrayInputStream(PRE_FILLED_100);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 22K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java
assertInterrupted(); } // Semaphore.tryAcquire() tests public void testTryAcquireWithNoWait() { Stopwatch stopwatch = Stopwatch.createStarted(); Semaphore semaphore = new Semaphore(99); assertTrue(tryAcquireUninterruptibly(semaphore, 0, MILLISECONDS)); assertTrue(tryAcquireUninterruptibly(semaphore, -42, MILLISECONDS)); assertTrue(tryAcquireUninterruptibly(semaphore, LONG_DELAY_MS, MILLISECONDS));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 38.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/primitives/ImmutableIntArrayTest.java
Patrick Strawderman <******@****.***> 1765550827 -0800
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 20.6K bytes - Click Count (0)