- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 121 for 28 (0.01 sec)
-
src/main/java/jcifs/smb1/smb1/ACE.java
/** Permission to synchronize with the file */ public static final int SYNCHRONIZE = 0x00100000; // 20 /** Generic all permissions */ public static final int GENERIC_ALL = 0x10000000; // 28 /** Generic execute permission */ public static final int GENERIC_EXECUTE = 0x20000000; // 29 /** Generic write permission */ public static final int GENERIC_WRITE = 0x40000000; // 30
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrInvalidRequestBody-23] _ = x[ErrInvalidCopySource-24] _ = x[ErrInvalidMetadataDirective-25] _ = x[ErrInvalidCopyDest-26] _ = x[ErrInvalidPolicyDocument-27] _ = x[ErrInvalidObjectState-28] _ = x[ErrMalformedXML-29] _ = x[ErrMissingContentLength-30] _ = x[ErrMissingContentMD5-31] _ = x[ErrMissingRequestBodyError-32] _ = x[ErrMissingSecurityHeader-33] _ = x[ErrNoSuchBucket-34]
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/main/java/jcifs/SmbConstants.java
/** * Permission to synchronize. */ int SYNCHRONIZE = 0x00100000; // 20 /** * All generic permissions. */ int GENERIC_ALL = 0x10000000; // 28 /** * Generic execute permission. */ int GENERIC_EXECUTE = 0x20000000; // 29 /** * Generic write permission. */ int GENERIC_WRITE = 0x40000000; // 30 /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacLogonInfo.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
srvsvc.ShareInfo502 info502 = new srvsvc.ShareInfo502(); // Create a security descriptor with DACL at offset 20 byte[] securityDescriptorBytes = new byte[28]; securityDescriptorBytes[0] = 1; // revision securityDescriptorBytes[1] = 0; // sbz1 securityDescriptorBytes[2] = 0; // control flags securityDescriptorBytes[3] = 0;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
} taskFaker.runNextTask() // Check that a rebuilt journal behaves normally. assertValue("a", "a", "a") assertValue("b", "b", "b") } /** @see [Issue 28](https://github.com/JakeWharton/DiskLruCache/issues/28) */ @ParameterizedTest @ArgumentsSource(FileSystemParamProvider::class) fun rebuildJournalOnRepeatedReadsWithOpenAndClose(parameters: Pair<FileSystem, Boolean>) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 75.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/create/Smb2CreateRequestTest.java
byte[] buffer = new byte[1024]; request.writeBytesWireFormat(buffer, 0); // Read file attributes from buffer (offset 28-31) int readAttributes = (buffer[28] & 0xFF) | ((buffer[29] & 0xFF) << 8) | ((buffer[30] & 0xFF) << 16) | ((buffer[31] & 0xFF) << 24); assertEquals(attributes, readAttributes); } @Test @DisplayName("Test share access setter")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 18.6K bytes - Viewed (0) -
go.mod
aead.dev/minisign v0.3.0 // indirect cel.dev/expr v0.23.1 // indirect cloud.google.com/go v0.120.1 // indirect cloud.google.com/go/auth v0.16.0 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect cloud.google.com/go/compute/metadata v0.6.0 // indirect cloud.google.com/go/iam v1.5.2 // indirect cloud.google.com/go/monitoring v1.24.2 // indirect filippo.io/edwards25519 v1.1.0 // indirect
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 12.3K bytes - Viewed (0) -
api/go1.7.txt
pkg debug/elf, const R_390_GOTOFF = 13 pkg debug/elf, const R_390_GOTOFF R_390 pkg debug/elf, const R_390_GOTOFF16 = 27 pkg debug/elf, const R_390_GOTOFF16 R_390 pkg debug/elf, const R_390_GOTOFF64 = 28 pkg debug/elf, const R_390_GOTOFF64 R_390 pkg debug/elf, const R_390_GOTPC = 14 pkg debug/elf, const R_390_GOTPC R_390 pkg debug/elf, const R_390_GOTPCDBL = 21 pkg debug/elf, const R_390_GOTPCDBL 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) -
src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java
public SmbComTransaction nextElement() { if (this.isPrimary) { this.isPrimary = false; // primarySetupOffset // SMB_COM_TRANSACTION: 61 = 32 SMB header + 1 (word count) + 28 (fixed words) // SMB_COM_NT_TRANSACTION: 69 = 32 SMB header + 1 (word count) + 38 (fixed words) this.parameterOffset = this.primarySetupOffset; // 2* setupCount
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17.3K bytes - Viewed (0)