- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 157 for 26 (0.04 sec)
-
src/test/java/jcifs/internal/smb2/lock/Smb2LockTest.java
assertEquals(24, encoded); assertEquals(offset, SMBUtil.readInt8(buffer, 10)); assertEquals(length, SMBUtil.readInt8(buffer, 18)); assertEquals(flags, SMBUtil.readInt4(buffer, 26)); assertEquals(0, SMBUtil.readInt4(buffer, 30)); } @Test @DisplayName("Should encode with all lock flags") void testEncodingWithAllFlags() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/ConnectionSpecTest.kt
.containsExactly( TlsVersion.TLS_1_1.javaName, TlsVersion.TLS_1_2.javaName, TlsVersion.TLS_1_3.javaName, ) } else if (sdkVersion != null && sdkVersion >= 26) { assertThat(sslSocket.enabledProtocols) .containsExactly( TlsVersion.TLS_1_1.javaName, TlsVersion.TLS_1_2.javaName, ) } else {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 14.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponseTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationTest.java
buffer[i] = (byte) 0xFF; } int written = trans2SetFileInfo.writeDataWireFormat(buffer, 0); // Should report 26 bytes written (20 from encode + 6 increment) assertEquals(26, written); // Check that padding bytes are zeros // The implementation writes 8 bytes with writeInt8 but only increments by 6
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.8K bytes - Viewed (0) -
docs/sts/client-grants.md
</AssumedRoleUser> <Credentials> <AccessKeyId>Y4RJU1RNFGK48LGO9I2S</AccessKeyId> <SecretAccessKey>sYLRKS1Z7hSjluf6gEbb9066hnx315wHTiACPAjg</SecretAccessKey> <Expiration>2019-08-08T20:26:12Z</Expiration>
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.2K bytes - Viewed (0) -
docs/es/docs/how-to/custom-request-and-route.md
## Clase personalizada `APIRoute` en un router También puedes establecer el parámetro `route_class` de un `APIRouter`: {* ../../docs_src/custom_request_and_route/tutorial003.py hl[26] *} En este ejemplo, las *path operations* bajo el `router` usarán la clase personalizada `TimedRoute`, y tendrán un header `X-Response-Time` extra en el response con el tiempo que tomó generar el response:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.7K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (freebsd-386), const AF_E164 = 26 pkg syscall (freebsd-386), const AF_ECMA = 8 pkg syscall (freebsd-386), const AF_HYLINK = 15 pkg syscall (freebsd-386), const AF_IEEE80211 = 37 pkg syscall (freebsd-386), const AF_IMPLINK = 3 pkg syscall (freebsd-386), const AF_INET6 = 28 pkg syscall (freebsd-386), const AF_IPX = 23 pkg syscall (freebsd-386), const AF_ISDN = 26 pkg syscall (freebsd-386), const AF_ISO = 7
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/MapsTransformValuesUnmodifiableIteratorTest.java
protected String getKeyNotInPopulatedMap() throws UnsupportedOperationException { return "z"; } @Override protected String getValueNotInPopulatedMap() throws UnsupportedOperationException { return "26"; } /** Helper assertion comparing two maps */ private void assertMapsEqual(Map<?, ?> expected, Map<?, ?> map) { assertEquals(expected, map); assertEquals(expected.hashCode(), map.hashCode());
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 12.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
//TODO VFCVTXN2 V0.D2, V21.S4 // 1568616e //TODO FCVTZS $26, F29, F19 // b3ff665f //TODO VFCVTZS $45, V14.D2, V18.D2 // d2fd534f //TODO FCVTZS F8, F7 // 07b9a15e //TODO VFCVTZS V2.S2, V4.S2 // 44b8a10e //TODO FCVTZS $26, F7, R11 // eb98181e //TODO FCVTZS $7, F4, ZR // 9fe4189e
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacDataInputStream.java
final byte[] sidBytes = new byte[8 + bytes.length]; sidBytes[0] = 1; sidBytes[1] = (byte) (bytes.length / 4); System.arraycopy(new byte[] { 0, 0, 0, 0, 0, 5 }, 0, sidBytes, 2, 6); System.arraycopy(bytes, 0, sidBytes, 8, bytes.length); return new SID(sidBytes, 0); } /** * Reads a full Security Identifier (SID) structure. * @return the SID object
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0)