- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 412 for 50 (0.02 sec)
-
.teamcity/src/main/kotlin/model/CIBuildModel.kt
} private val performanceRegressionTestCoverages = listOf( PerformanceTestCoverage( 1, PerformanceTestType.PER_COMMIT, Os.LINUX, numberOfBuckets = 50, oldUuid = "PerformanceTestTestLinux", ), PerformanceTestCoverage( 6, PerformanceTestType.PER_COMMIT, Os.WINDOWS, numberOfBuckets = 10,
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvPipePeekResponseTest.java
// Set up test values int namedPipeState = 0x03; // NP_NOWAIT | NP_READMODE_MESSAGE int readDataAvailable = 100; int numberOfMessages = 2; int messageLength = 50; byte[] testData = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08 }; // Write values to buffer SMBUtil.writeInt4(namedPipeState, buffer, bufferIndex);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.9K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrReplicationRemoteConnectionError-46] _ = x[ErrReplicationBandwidthLimitError-47] _ = x[ErrBucketRemoteIdenticalToSource-48] _ = x[ErrBucketRemoteAlreadyExists-49] _ = x[ErrBucketRemoteLabelInUse-50] _ = x[ErrBucketRemoteArnTypeInvalid-51] _ = x[ErrBucketRemoteArnInvalid-52] _ = x[ErrBucketRemoteRemoveDisallowed-53] _ = x[ErrRemoteTargetNotVersionedError-54] _ = x[ErrReplicationSourceNotVersionedError-55]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
LICENSES/third_party/forked/libcontainer/LICENSE
"control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Oct 22 13:56:22 UTC 2024 - 10.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumTest.java
int result = netShareEnum.writeSetupWireFormat(dst, 0); assertEquals(0, result); // Test with different offset result = netShareEnum.writeSetupWireFormat(dst, 50); assertEquals(0, result); // Verify no data was written assertArrayEquals(new byte[100], dst); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotificationTest.java
// Test with different offsets result = notification.writeBytesWireFormat(buffer, 10); assertEquals(0, result); result = notification.writeBytesWireFormat(buffer, 50); assertEquals(0, result); } @Test @DisplayName("Should not modify buffer during write") void testWriteDoesNotModifyBuffer() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtTransactionResponseTest.java
SMBUtil.writeInt4(500, buffer, bufferIndex + 3); // totalDataCount (4 bytes) SMBUtil.writeInt4(1500, buffer, bufferIndex + 7); // parameterCount (4 bytes) SMBUtil.writeInt4(50, buffer, bufferIndex + 11); // parameterOffset (4 bytes) SMBUtil.writeInt4(80, buffer, bufferIndex + 15); // parameterDisplacement (4 bytes)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 16.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- github.com/distribution/reference: [v0.5.0 → v0.6.0](https://github.com/distribution/reference/compare/v0.5.0...v0.6.0) - github.com/docker/docker: [v20.10.27+incompatible → v26.1.4+incompatible](https://github.com/docker/docker/compare/v20.10.27...v26.1.4) - github.com/docker/go-connections: [v0.4.0 → v0.5.0](https://github.com/docker/go-connections/compare/v0.4.0...v0.5.0)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
src/archive/zip/reader_test.go
0000000 50 4b 03 04 14 00 00 00 08 00 08 03 64 3c f9 f4 0000010 89 64 48 01 00 00 b8 01 00 00 07 00 00 00 72 2f 0000020 72 2e 7a 69 70 00 25 00 da ff 50 4b 03 04 14 00 0000030 00 00 08 00 08 03 64 3c f9 f4 89 64 48 01 00 00 0000040 b8 01 00 00 07 00 00 00 72 2f 72 2e 7a 69 70 00 0000050 2f 00 d0 ff 00 25 00 da ff 50 4b 03 04 14 00 00 0000060 00 08 00 08 03 64 3c f9 f4 89 64 48 01 00 00 b8 0000070 01 00 00 07 00 00 00 72 2f 72 2e 7a 69 70 00 2f
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Mar 11 22:19:38 UTC 2025 - 56.6K bytes - Viewed (0) -
cmd/metacache-set.go
retries := 0 rpc := globalNotificationSys.restClientFromHash(pathJoin(o.Bucket, o.Prefix)) const ( retryDelay = 50 * time.Millisecond retryDelay250 = 250 * time.Millisecond ) for { if contextCanceled(ctx) { return entries, ctx.Err() } // If many failures, check the cache state.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 30.7K bytes - Viewed (0)