- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 45 for 240 (0.02 sec)
-
src/main/java/jcifs/pac/ASN1Util.java
if (0 == tagNo) { throw new IOException("corrupted stream - invalid high tag number found"); } while ((b & 0x80) != 0) { if (tagNo >>> 24 != 0) { throw new IOException("Tag number more than 31 bits"); } tagNo <<= 7; b = s.read(); if (b < 0) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.2K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrExpressionTooLong-235] _ = x[ErrIllegalSQLFunctionArgument-236] _ = x[ErrInvalidKeyPath-237] _ = x[ErrInvalidCompressionFormat-238] _ = x[ErrInvalidFileHeaderInfo-239] _ = x[ErrInvalidJSONType-240] _ = x[ErrInvalidQuoteFields-241] _ = x[ErrInvalidRequestParameter-242] _ = x[ErrInvalidDataType-243] _ = x[ErrInvalidTextEncoding-244] _ = x[ErrInvalidDataSource-245] _ = x[ErrInvalidTableAlias-246]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
securityDescriptorBytes[21] = 0; // sbz1 securityDescriptorBytes[22] = 8; // ACL size (low byte) securityDescriptorBytes[23] = 0; // ACL size (high byte) securityDescriptorBytes[24] = 0; // ACE count (low byte) - 0 ACEs securityDescriptorBytes[25] = 0; // ACE count (high byte) securityDescriptorBytes[26] = 0; // sbz2 (low byte) securityDescriptorBytes[27] = 0; // sbz2 (high byte)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
go.sum
github.com/go-openapi/swag v0.23.1/go.mod h1:STZs8TbRvEQQKUA+JZNAm3EWlgaOBGpyFDqQnDHMef0= github.com/go-openapi/validate v0.24.0 h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58= github.com/go-openapi/validate v0.24.0/go.mod h1:iyeX1sEufmv3nPbBdX3ieNviWnOZaJ1+zquzJEf2BAQ= github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 79.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/CreateContextRequestTest.java
assertTrue(result2 > 0); // Test near buffer end (should still fit) request.setEncodedSize(16); int result3 = request.encode(buffer, 240); assertEquals(16, result3); } @Test @DisplayName("Should handle maximum name length") void testMaximumNameLength() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
* Fix: Don't crash with an `IllegalStateException` if an HTTP/2 or SPDY write fails, leaving the connection in an inconsistent state. * Fix: Make sure the default user agent is ASCII. ## Version 2.4.0 _2015-05-22_ * **Forbid response bodies on HTTP 204 and 205 responses.** Webservers that return such malformed responses will now trigger a `ProtocolException` in the client.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/DES.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 22.7K bytes - Viewed (0) -
guava/src/com/google/common/graph/Network.java
* behavior is undefined * </ul> * * @throws IllegalArgumentException if {@code node} is not an element of this network * @since 24.0 */ Set<E> incidentEdges(N node); /** * Returns a live view of all edges in this network which can be traversed in the direction (if * any) of the edge to end at {@code node}. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:03:02 UTC 2025 - 22.5K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2Test.kt
frame.writeByte(Http2.TYPE_SETTINGS) frame.writeByte(FLAG_NONE) frame.writeInt(0) // Settings are always on the connection stream 0. frame.writeShort(5) // SETTINGS_MAX_FRAME_SIZE frame.writeInt(2.0.pow(24.0).toInt()) assertFailsWith<IOException> { reader.nextFrame(requireSettings = false, BaseTestHandler()) }.also { expected ->
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 28.1K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0)