- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 69 for 81 (0.03 sec)
-
guava-tests/test/com/google/common/hash/HashTestUtils.java
*/ private static void assertHashStringWithSurrogatesEquivalence( HashFunction hashFunction, Random random) { int size = random.nextInt(8) + 1; char[] chars = new char[size]; for (int i = 0; i < chars.length; i++) { chars[i] = random.nextBoolean() ? randomLowSurrogate(random) : randomHighSurrogate(random); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 25.6K bytes - Viewed (0) -
go.sum
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 79.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketHttpTest.kt
webServer.dispatcher = object : Dispatcher() { override fun dispatch(request: RecordedRequest): MockResponse = upgradeResponse(request) .body(Buffer().write("81".decodeHex())) // Truncated frame. .removeHeader("Content-Length") .build() } val webSocket: WebSocket = newWebSocket() clientListener.assertOpen()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 35.5K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
entry.invalidate(); } invalidateChildren(child); // Recursive } } } } ``` ## 8. Testing Strategy ### 8.1 Unit Tests ```java @Test public void testDirectoryCacheEntry() { DirectoryCacheEntry entry = new DirectoryCacheEntry( "/test/dir", new Smb2LeaseKey(), DirectoryCacheScope.IMMEDIATE_CHILDREN);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
// Should work even if RDMA provider is not available file.createNewFile(); assertTrue(file.exists()); } ``` ## 8. Performance Monitoring ### 8.1 RDMA Statistics ```java public class RdmaStatistics { private final AtomicLong rdmaReads = new AtomicLong(); private final AtomicLong rdmaWrites = new AtomicLong();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
} public String getHandleStateDirectory() { return getProperty(HANDLE_STATE_DIR, System.getProperty("user.home") + "/.jcifs/handles"); } ``` ## 8. Testing Strategy ### 8.1 Unit Tests ```java package jcifs.tests.smb3; import org.junit.Test; import static org.junit.Assert.*; public class PersistentHandleTest { @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
docs/ru/docs/async.md
Пользователей очень много, но ваш сервер всё равно вынужден ждать 🕙 запросы по их слабому интернет-соединению. Потом снова ждать 🕙, пока вернётся ответ. <!--https://forum.wordreference.com/threads/%D0%9D%D0%BE-%D0%B5%D1%81%D0%BB%D0%B8.3258695/--> Это ожидание 🕙 измеряется микросекундами, но если всё сложить, то набегает довольно много времени. Вот почему есть смысл использовать асинхронное ⏸🔀⏯ программирование при построении веб-API.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 39.8K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
} public boolean isNotificationReceived() { return notificationReceived; } } ``` ## 8. Error Handling and Reliability ### 8.1 Witness Service Unavailability ```java public class WitnessServiceErrorHandler { private final WitnessClient client; private final ScheduledExecutorService scheduler;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
api/go1.1.txt
pkg debug/dwarf, const AttrSpecification = 71 pkg debug/dwarf, const AttrStartScope = 44 pkg debug/dwarf, const AttrStaticLink = 72 pkg debug/dwarf, const AttrStmtList = 16 pkg debug/dwarf, const AttrStride = 81 pkg debug/dwarf, const AttrStrideSize = 46 pkg debug/dwarf, const AttrStringLength = 25 pkg debug/dwarf, const AttrTrampoline = 86 pkg debug/dwarf, const AttrType = 73 pkg debug/dwarf, const AttrUpperBound = 47
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)