- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 317 for maintained (1.9 sec)
-
src/test/java/jcifs/internal/smb2/nego/NegotiateContextResponseTest.java
// Assert assertEquals(encodedSize, decodedSize); assertArrayEquals(singleCipher, decodedContext.getCiphers()); } @Test @DisplayName("Should maintain data integrity through encode/decode cycle") void testEncodeDecodeCycle() throws SMBProtocolDecodingException { // Arrange int[] hashAlgos = new int[] { 1, 2, 3, 4, 5 };Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.4K bytes - Viewed (0) -
cmd/bucket-replication-stats.go
} } return false } // ReplicationStats holds the global in-memory replication stats type ReplicationStats struct { // map of site deployment ID to site replication status // for site replication - maintain stats at global level srStats *SRStats // active worker stats workers *ActiveWorkerStat // queue stats cache qCache queueCache pCache proxyStatsCache // mrf backlog stats mrfStats ReplicationMRFStatsRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 13.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
* is flattened into direct dependencies for non-POM projects, and mixins are removed.</li> * <li><b>Model Version Handling</b>: When {@code preserve.model.version=true} is set, the consumer POM * maintains the original model version (4.2.0) instead of downgrading to 4.0.0 for Maven 3 compatibility. * This allows modern features like mixins to be preserved in the consumer POM.</li> * </ul> * <p>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Nov 27 07:40:26 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/FileUtil.java
* always validate them using {@link #isPathSafe(Path, Path)} to prevent path traversal attacks. * Methods that accept path strings do not perform automatic validation to maintain backward compatibility. * </p> * * @author higa */ public abstract class FileUtil { /** * Do not instantiate. */ protected FileUtil() { }Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 13.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/NotifyResponseTest.java
// Verify chaining assertEquals(response2, response1.getNextResponse()); assertNull(response2.getNextResponse()); // Verify each response maintains its own notifications assertEquals(1, response1.getNotifyInformation().size()); assertEquals(mockNotifyInfo1, response1.getNotifyInformation().get(0));Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
} // PUT /api/admin/elevateword/setting /** * Updates an existing elevate word setting. * Refreshes all elevate words in the suggest helper to maintain consistency. * * @param body elevate word setting data to update * @return JSON response with updated setting ID and status */ @ExecuteRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.8K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
2. **Multi-Channel Synchronization**: Complex thread synchronization required 3. **Persistent Handle State**: Requires reliable state persistence mechanism 4. **Backward Compatibility**: Must maintain compatibility with SMB2/SMB1 ### Mitigation Strategies 1. Implement features behind configuration flags 2. Provide graceful fallback mechanisms 3. Extensive testing with various server configurations
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/tree/Smb2TreeConnectRequestTest.java
// Then assertTrue(request instanceof ServerMessageBlock2Request); assertTrue(request instanceof ServerMessageBlock2); } @Test @DisplayName("Should maintain immutability of structure size") void testStructureSizeImmutability() throws Exception { // Given byte[] buffer = new byte[2048]; // When - encode at multiple positionsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
* without any resolution. Files will be copied to this exact location.</li> * </ul> * <p> * <strong>Maven 3 Compatibility:</strong> This behavior maintains compatibility with Maven 3.x, * where resource {@code targetPath} elements were always interpreted as relative to the output directory * ({@code project.build.outputDirectory} or {@code project.build.testOutputDirectory}),Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 14.2K bytes - Viewed (0) -
docs/ru/docs/help-fastapi.md
* Убедитесь, что добавили тесты. * Добавить новую возможность. * Убедитесь, что добавили тесты. * Убедитесь, что добавили документацию, если это уместно. ## Помочь поддерживать FastAPI { #help-maintain-fastapi } Помогите мне поддерживать **FastAPI**! 🤓 Предстоит ещё много работы, и, по большей части, **ВЫ** можете её сделать. Основные задачи, которые Вы можете выполнить прямо сейчас:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Sep 30 11:24:39 UTC 2025 - 21.9K bytes - Viewed (0)