- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for 070702 (0.06 sec)
-
src/main/java/jcifs/internal/smb2/Smb2Constants.java
*/ public static final int SMB2_NEGOTIATE_SIGNING_ENABLED = 0x0001; /** * */ public static final int SMB2_NEGOTIATE_SIGNING_REQUIRED = 0x0002; /** * */ public static final int SMB2_DIALECT_0202 = 0x0202; /** * */ public static final int SMB2_DIALECT_0210 = 0x0210; /** * */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.1K bytes - Viewed (0) -
architecture/standards/0002-avoid-using-java-serialization.md
# ADR-0002 - Avoid using Java serialization ## Date 2012-12-01 ## Context In Gradle we often need to serialize in-memory objects for caching, or to transmit them across process barriers, etc. Java serialization is one way to implement this, however, despite its simplicity of implementation, it has several drawbacks: - **Performance:** Java's built-in serialization mechanism is often slower compared to other serialization solutions.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Feb 29 22:32:18 UTC 2024 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/ne.css
font-weight: bold; text-decoration: none; color: #000000; background-color: #d0d0d0; border-top-color: #ffffff; border-bottom-color: #707070; border-right-color: #707070; border-left-color: #ffffff; border-style: solid solid; border-top-width: 1px; border-bottom-width: 2px; border-right-width: 2px; border-left-width: 1px;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 1.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.idl
import "../rpc.idl"; const uint32_t DFS_VOLUME_FLAVOR_STANDALONE = 0x100; const uint32_t DFS_VOLUME_FLAVOR_AD_BLOB = 0x200; const uint32_t DFS_STORAGE_STATE_OFFLINE = 0x0001; const uint32_t DFS_STORAGE_STATE_ONLINE = 0x0002; const uint32_t DFS_STORAGE_STATE_ACTIVE = 0x0004; typedef struct { [string] wchar_t *entry_path; } DfsInfo1; typedef struct { uint32_t count; [size_is(count)] DfsInfo1 *s; } DfsEnumArray1;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbConstants.java
static final int FLAGS2_NONE = 0x0000; static final int FLAGS2_LONG_FILENAMES = 0x0001; static final int FLAGS2_EXTENDED_ATTRIBUTES = 0x0002; static final int FLAGS2_SECURITY_SIGNATURES = 0x0004; static final int FLAGS2_EXTENDED_SECURITY_NEGOTIATION = 0x0800; static final int FLAGS2_RESOLVE_PATHS_IN_DFS = 0x1000;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 8.4K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
static final int FLAGS_RESPONSE = 0x80; static final int FLAGS2_NONE = 0x0000; static final int FLAGS2_LONG_FILENAMES = 0x0001; static final int FLAGS2_EXTENDED_ATTRIBUTES = 0x0002; static final int FLAGS2_SECURITY_SIGNATURES = 0x0004; static final int FLAGS2_SECURITY_REQUIRE_SIGNATURES = 0x0010; static final int FLAGS2_EXTENDED_SECURITY_NEGOTIATION = 0x0800;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.idl
import "../rpc.idl"; const uint32_t DFS_VOLUME_FLAVOR_STANDALONE = 0x100; const uint32_t DFS_VOLUME_FLAVOR_AD_BLOB = 0x200; const uint32_t DFS_STORAGE_STATE_OFFLINE = 0x0001; const uint32_t DFS_STORAGE_STATE_ONLINE = 0x0002; const uint32_t DFS_STORAGE_STATE_ACTIVE = 0x0004; typedef struct { [string] wchar_t *entry_path; } DfsInfo1; typedef struct { uint32_t count; [size_is(count)] DfsInfo1 *s; } DfsEnumArray1;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponse.java
/** * */ public class Trans2GetDfsReferralResponse extends SmbComTransactionResponse { /** * */ public static final int FLAGS_NAME_LIST_REFERRAL = 0x0002; /** * */ public static final int FLAGS_TARGET_SET_BOUNDARY = 0x0004; /** * */ public static final int TYPE_ROOT_TARGETS = 0x0; /** * */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/CrawlerWebServer.java
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 6.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComTreeConnectAndXResponse.java
class SmbComTreeConnectAndXResponse extends AndXServerMessageBlock { private static final int SMB_SUPPORT_SEARCH_BITS = 0x0001; private static final int SMB_SHARE_IS_IN_DFS = 0x0002; boolean supportSearchBits, shareIsInDfs; String service, nativeFileSystem = ""; SmbComTreeConnectAndXResponse( ServerMessageBlock andx ) { super( andx ); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 2.9K bytes - Viewed (0)