- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 35 for 0x00020000 (0.04 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
- <magic priority="60">
- <match value="0x09040600" type="string" offset="0">
- <match value="0x00001000" type="string" offset="4"/> <!-- Sheet -->
- <match value="0x00002000" type="string" offset="4"/> <!-- Chart -->
- <match value="0x00004000" type="string" offset="4"/> <!-- Macro -->
- </match>
- </magic>
- <sub-class-of type="application/x-tika-old-excel"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (1) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
- Encdec.enc_uint32le(0x00000000, temp, 4); // Reserved
- Encdec.enc_uint64le(nanos1601, temp, 8);
- System.arraycopy(clientChallenge, 0, temp, 16, 8);
- Encdec.enc_uint32le(0x00000000, temp, 24); // Unknown
- if (targetInfo != null)
- System.arraycopy(targetInfo, 0, temp, 28, targetInfoLength);
- Encdec.enc_uint32le(0x00000000, temp, 28 + targetInfoLength); // mystery bytes!
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 22.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcError.java
- */
- package jcifs.dcerpc;
- @SuppressWarnings ( "javadoc" )
- public interface DcerpcError {
- public static final int DCERPC_FAULT_OTHER = 0x00000001;
- public static final int DCERPC_FAULT_ACCESS_DENIED = 0x00000005;
- public static final int DCERPC_FAULT_CANT_PERFORM = 0x000006D8;
- public static final int DCERPC_FAULT_NDR = 0x000006F7;
- public static final int DCERPC_FAULT_INVALID_TAG = 0x1C000006;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtStatus.java
- public interface NtStatus {
- /*
- * Don't bother to edit this. Everything within the interface
- * block is automatically generated from the ntstatus package.
- */
- public static final int NT_STATUS_OK = 0x00000000;
- public static final int NT_STATUS_PENDING = 0x00000103;
- public static final int NT_STATUS_NOTIFY_ENUM_DIR = 0x0000010C;
- public static final int NT_STATUS_BUFFER_OVERFLOW = 0x80000005;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jun 01 10:09:29 UTC 2019 - 11.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNegotiateResponse.java
- private int negotiatedFlags2;
- private int maxMpxCount;
- private int snd_buf_size;
- private int recv_buf_size;
- private int tx_buf_size;
- private int capabilities;
- private int sessionKey = 0x00000000;
- private boolean useUnicode;
- /**
- *
- * @param ctx
- */
- public SmbComNegotiateResponse ( CIFSContext ctx ) {
- super(ctx.getConfig());
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 15.4K bytes - Viewed (0) -
src/archive/tar/tar_test.go
- wantInverted: []sparseEntry{{0, 1000}, {5000, 0}},
- }, {
- in: []sparseEntry{{0, 3000}}, size: 5000,
- wantValid: true,
- wantAligned: []sparseEntry{{0, 2560}},
- wantInverted: []sparseEntry{{3000, 2000}},
- }, {
- in: []sparseEntry{{3000, 2000}}, size: 5000,
- wantValid: true,
- wantAligned: []sparseEntry{{3072, 1928}},
- wantInverted: []sparseEntry{{0, 3000}, {5000, 0}},
- }, {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 25 00:25:45 UTC 2024 - 23.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
- SamrPolicyHandle policyHandle = new SamrPolicyHandle(handle, authorityServerName, 0x00000030);
- SamrDomainHandle domainHandle = new SamrDomainHandle(handle, policyHandle, 0x00000200, domsid.unwrap(sid_t.class));
- try ( SamrAliasHandle aliasHandle = new SamrAliasHandle(handle, domainHandle, 0x0002000c, rid) ) {
- rpc = new MsrpcGetMembersInAlias(aliasHandle, sidarray);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.6K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/HttpUrlTest.kt
- )
- }
- @Test
- fun hostIpv6WithMalformedIpv4Suffix() {
- assertInvalid(
- "http://[0:0:0:0:0:1:0.0:0.0]/",
- "Invalid URL host: \"[0:0:0:0:0:1:0.0:0.0]\"",
- )
- assertInvalid(
- "http://[0:0:0:0:0:1:0.0-0.0]/",
- "Invalid URL host: \"[0:0:0:0:0:1:0.0-0.0]\"",
- )
- assertInvalid(
- "http://[0:0:0:0:0:1:.255.255.255]/",
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 67.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
- public interface NtStatus {
- /* Don't bother to edit this. Everthing within the interface
- * block is automatically generated from the ntstatus package.
- */
- public static final int NT_STATUS_OK = 0x00000000;
- public static final int NT_STATUS_UNSUCCESSFUL = 0xC0000001;
- public static final int NT_STATUS_NOT_IMPLEMENTED = 0xC0000002;
- public static final int NT_STATUS_INVALID_INFO_CLASS = 0xC0000003;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 11.1K bytes - Viewed (0) -
docs/features/https.md
- Failure in SSL library, usually a protocol error
- error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
- failure (external/openssl/ssl/s23_clnt.c:770 0x7f2728a53ea0:0x00000000)
- at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
- ```
- You can check a web server's configuration using [Qualys SSL Labs][qualys]. OkHttp's TLS
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Dec 24 00:16:30 UTC 2022 - 10.5K bytes - Viewed (0)