- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 388 for Flag (0.03 sec)
-
src/main/java/jcifs/SidResolver.java
* @param flags * Flags that control the behavior of the operation. When all * name associated with SIDs will be required, the SID_FLAG_RESOLVE_SIDS * flag should be used which causes all group member SIDs to be resolved * together in a single more efficient operation. * @return a map of group SID to member SIDs
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbCopyUtilTest.java
int access = accessCaptor.getValue(); boolean hasReadData = (access & SmbConstants.FILE_READ_DATA) != 0; assertEquals(alsoRead, hasReadData, "FILE_READ_DATA flag presence should match alsoRead"); } @Test @DisplayName("openCopyTargetFile retries after removing READONLY and succeeds") void openCopyTargetFile_retryOnReadonly_thenSuccess() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.1K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/Type2MessageTest.java
assertArrayEquals(message.getTargetInformation(), parsedMessage.getTargetInformation()); } @Test @DisplayName("toByteArray should not include target when flag is not set") void testToByteArray_NoRequestTargetFlag_TargetPresent() throws IOException { // Given CIFSContext mockContext = createMockContext();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 38.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- Kubelet flag `--keep-terminated-pod-volumes` was removed. This flag was deprecated in 2017. ([#122082](https://github.com/kubernetes/kubernetes/pull/122082), [@carlory](https://github.com/carlory)) [SIG Apps, Node, Storage and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
@Resource protected SystemHelper systemHelper; /** Helper for document indexing operations */ @Resource protected IndexingHelper indexingHelper; /** Flag indicating if crawling should be finished */ protected boolean finishCrawling = false; /** Total execution time in milliseconds */ protected long executeTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbSessionTest.java
}).when(transport).send(any(ServerMessageBlock.class), any(ServerMessageBlock.class)); session.send(req, resp); // Response state should be reset assertFalse(resp.received, "Response flag should be reset"); // transport.send should be called at least once (for sessionSetup and the actual request) verify(transport, atLeastOnce()).send(any(ServerMessageBlock.class), any(ServerMessageBlock.class));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
byte[] bindingInfo = calculateBindingInfo(channel); byte[] bindingHash = calculateBindingHash(bindingInfo); channel.setBindingHash(bindingHash); // Create session setup request with binding flag Smb2SessionSetupRequest request = new Smb2SessionSetupRequest(context, 0x03, // SMB2_NEGOTIATE_SIGNING_ENABLED | SMB2_NEGOTIATE_SIGNING_REQUIRED 0, // Capabilities
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 20K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java
assertNull(rangeQuery.from()); } public void test_execute_multipleExecutions() { // Execute the job multiple times String result1 = purgeDocJob.execute(); // Reset the flag deleteByQueryCalled = false; String result2 = purgeDocJob.execute(); // Assert both executions were successful assertEquals("", result1); assertEquals("", result2);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 16.1K bytes - Viewed (0) -
compat/maven-compat/src/main/mdo/profiles.mdo
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 22 11:03:29 UTC 2025 - 13.8K bytes - Viewed (0) -
PULL_REQUESTS_ETIQUETTE.md
2. **Code Quality**: - Check adherence to MinIO’s Go standards (e.g., error handling, documentation). - Ensure tests cover new code and pass CI. - Flag bugs or critical issues for immediate fixes; suggest non-blocking improvements as follow-up issues. 3. **Flow**: - Review promptly to avoid blocking progress.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun May 25 16:32:03 UTC 2025 - 4.7K bytes - Viewed (0)