- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 158 for complexF3 (1.38 sec)
-
docs/en/docs/tutorial/path-params.md
You can use the same type declarations with `str`, `float`, `bool` and many other complex data types. Several of these are explored in the next chapters of the tutorial. ## Order matters { #order-matters } When creating *path operations*, you can find situations where you have a fixed path.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 9.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PingSearchEngineJobTest.java
// Assert assertEquals("Status of test-cluster is changed to RED.", result); // Note: Notification sending is tested but we don't verify the mock since it uses complex callback mechanism } // Test state change with empty notification addresses public void test_execute_stateChangeEmptyNotificationAddresses() { // Setup mock components
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/NegotiateContextRequestTest.java
} @Test @DisplayName("Should preserve data integrity through encode/decode cycle") void testDataIntegrity() throws SMBProtocolDecodingException { // Create complex test data int[] hashAlgos = new int[20]; byte[] salt = new byte[64]; SecureRandom random = new SecureRandom(); for (int i = 0; i < hashAlgos.length; i++) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseInputValidationTest.java
// Add padding for 8-byte alignment SMBUtil.writeInt2(0, buffer, contextPos + 4); // Reserved // The validation logic is implemented and verified through code inspection // Complex SMB parsing conditions make precise testing challenging, but the security checks exist try { response.readBytesWireFormat(buffer, 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/script/ScriptEngineTest.java
// "other" parameter is missing Object result = scriptEngine.evaluate(template, paramMap); assertEquals("Hello Bob and ${other}", result); } // Test evaluate method with complex object as parameter public void test_evaluate_withComplexObject() { String template = "User: ${user.name}, Age: ${user.age}"; Map<String, Object> paramMap = new HashMap<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.3K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacLogonInfoTest.java
} @Test @DisplayName("Test getters return expected values using mocks") void testGetters() throws Exception { // Use mocking to test getters without complex PAC data creation PacLogonInfo logonInfo = mock(PacLogonInfo.class); // Setup mock responses when(logonInfo.getUserName()).thenReturn(TEST_USERNAME);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/jcifs/util/SimpleCircuitBreaker.java
* * Features: * - Simple state management (CLOSED, OPEN, HALF_OPEN) * - Lock-free atomic operations * - Configurable thresholds and timeouts * - No complex dependencies */ public class SimpleCircuitBreaker { private static final Logger log = LoggerFactory.getLogger(SimpleCircuitBreaker.class); /** * Circuit breaker states */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/package-info.java
* * <p><dfn>Dependency collection</dfn> builds a graph of {@link org.apache.maven.api.Node} objects containing * all the dependencies.</p> * * <p>The <dfn>Dependency graph flattening</dfn> process in Maven reduces a complex, * multi-level dependency graph to a map of ordered lists that can be turned into classpaths. * During this process only the most relevant version of each artifact
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 05 14:29:21 UTC 2025 - 7.7K bytes - Viewed (0) -
docs/pt/docs/deployment/https.md
# Sobre HTTPS É fácil assumir que HTTPS é algo que é apenas "habilitado" ou não. Mas é bem mais complexo do que isso. /// tip | Dica Se você está com pressa ou não se importa, continue com as seções seguintes para instruções passo a passo para configurar tudo com diferentes técnicas. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 12.8K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
jcifs.smb.client.witnessNotificationTimeout=5000 ``` ## Risk Assessment ### Technical Risks 1. **RDMA Complexity**: Limited Java RDMA support may require JNI 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
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0)