- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 104 for 48 (0.07 sec)
-
docs/pt/docs/advanced/behind-a-proxy.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 12.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseTest.java
// System time SMBUtil.writeTime(System.currentTimeMillis(), buffer, offset + 40); // Server start time SMBUtil.writeTime(System.currentTimeMillis() - 3600000, buffer, offset + 48); // Security buffer offset and length SMBUtil.writeInt2(128, buffer, offset + 56); // Offset SMBUtil.writeInt2(0, buffer, offset + 58); // Length // Negotiate context offsetRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 32.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Trans2FindFirst2Response.java
// e.changeTime = readTime( buffer, bufferIndex + 32 ); e.endOfFile = readInt8(buffer, bufferIndex + 40); // e.allocationSize = readInt8( buffer, bufferIndex + 48 ); e.extFileAttributes = readInt4(buffer, bufferIndex + 56); e.fileNameLength = readInt4(buffer, bufferIndex + 60); // e.eaSize = readInt4( buffer, bufferIndex + 64 );
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/Type2Message.java
*/ public void setContext(final byte[] context) { this.context = context; } @Override public byte[] toByteArray() throws IOException { int size = 48; int flags = getFlags(); final String targetName = getTarget(); final byte[] targetInformationBytes = getTargetInformation(); byte[] targetBytes = {};Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/FormBodyTest.kt
assertThat(formEncode(44)).isEqualTo("%2C") assertThat(formEncode(45)).isEqualTo("-") assertThat(formEncode(46)).isEqualTo(".") assertThat(formEncode(47)).isEqualTo("%2F") assertThat(formEncode(48)).isEqualTo("0") assertThat(formEncode(57)).isEqualTo("9") assertThat(formEncode(58)).isEqualTo("%3A") assertThat(formEncode(59)).isEqualTo("%3B") assertThat(formEncode(60)).isEqualTo("%3C")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 7.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChangeResponseTest.java
ByteBuffer buffer = ByteBuffer.allocate(200); buffer.order(ByteOrder.LITTLE_ENDIAN); // First notification with nextEntryOffset pointing to second int secondOffset = 48; buffer.putInt(secondOffset); // nextEntryOffset to second entry buffer.putInt(FileNotifyInformation.FILE_ACTION_ADDED); String fileName1 = "first.txt";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.7K bytes - Viewed (0) -
api/go1.7.txt
pkg debug/elf, const R_390_TLS_GOTIE64 = 44 pkg debug/elf, const R_390_TLS_GOTIE64 R_390 pkg debug/elf, const R_390_TLS_IE32 = 47 pkg debug/elf, const R_390_TLS_IE32 R_390 pkg debug/elf, const R_390_TLS_IE64 = 48 pkg debug/elf, const R_390_TLS_IE64 R_390 pkg debug/elf, const R_390_TLS_IEENT = 49 pkg debug/elf, const R_390_TLS_IEENT R_390 pkg debug/elf, const R_390_TLS_LDCALL = 39 pkg debug/elf, const R_390_TLS_LDCALL R_390
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const BPF_B = 16 pkg syscall (darwin-386), const BPF_DIV = 48 pkg syscall (darwin-386), const BPF_H = 8 pkg syscall (darwin-386), const BPF_IMM = 0 pkg syscall (darwin-386), const BPF_IND = 64 pkg syscall (darwin-386), const BPF_JA = 0 pkg syscall (darwin-386), const BPF_JEQ = 16 pkg syscall (darwin-386), const BPF_JGE = 48 pkg syscall (darwin-386), const BPF_JGT = 32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt
* * ``` * www.squareup.com certificate: * * Common Name: www.squareup.com * Subject Alternative Names: www.squareup.com, squareup.com, account.squareup.com... * Validity: 2018-07-03T20:18:17Z – 2019-08-01T20:48:15Z * Public Key: d107beecc17325f55da976bcbab207ba4df68bd3f8fce7c3b5850311128264fd53e1baa342f58d93... * Signature: 1fb0e66fac05322721fe3a3917f7c98dee1729af39c99eab415f22d8347b508acdf0bab91781c3720... *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 21.6K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/HashCode.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 12.6K bytes - Viewed (0)