- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 34 for variations (0.08 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
assertEquals("[テスト環境]", specialMailEnv.getMailSubjectTestPrefix()); assertEquals("******@****.***", specialMailEnv.getMailReturnPath()); } // Test deploy mode variations public void xtest_deployModeVariations() { String[] deployModes = { "hot", "cool", "warm" }; for (String mode : deployModes) { FessEnv.SimpleImpl deployEnv = new FessEnv.SimpleImpl() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 15.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTimingAttackTest.java
public class NtlmPasswordAuthenticatorTimingAttackTest { private static final int TIMING_ITERATIONS = 1000; private static final double TIMING_TOLERANCE = 2.0; // 200% tolerance - JVM timing is inherently variable for timing variations @BeforeEach public void setUp() { // Warm up JVM to reduce JIT compilation effects for (int i = 0; i < 100; i++) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 11.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/impl/ScriptExecutorTest.java
@Test public void test_execute_caseInsensitiveScriptType() { // Setup test script engine scriptEngineFactory.add("TestEngine", testScriptEngine); // Execute with different case variations Object result1 = scriptExecutor.execute("testengine", "script1"); assertEquals("processed: script1", result1); Object result2 = scriptExecutor.execute("TESTENGINE", "script2");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 10.5K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbTransportInternalTest.java
assertNull(transport.getSmbSession((jcifs.CIFSContext) null)); verify(transport).getSmbSession((jcifs.CIFSContext) isNull()); } // Happy path: session retrieval with host/domain variations @ParameterizedTest @DisplayName("getSmbSession(ctx,host,domain) returns session for various inputs") @CsvSource({ "server,DOMAIN", "server,", ",DOMAIN", "," })
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 12.1K bytes - Click Count (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java
// Authenticator should be closed assertTrue(auth.isClosed()); } /** * Test password security with char array constructor variations */ @Test @DisplayName("Test all char array constructor variations") public void testCharArrayConstructorVariations() { // Test with domain, username, password, and type char[] password1 = "TypedPass123!".toCharArray();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 23.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/FacetInfoTest.java
BucketOrder order = facetInfo.getBucketOrder(); assertNotNull(order); assertEquals(BucketOrder.count(false), order); // default } // Test getBucketOrder with case variations @Test public void test_getBucketOrder_caseVariations() { facetInfo.sort = "COUNT.DESC"; BucketOrder order = facetInfo.getBucketOrder(); assertNotNull(order);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.4K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/HostnameVerifierTest.kt
} else { assertThat(certificateSANs(peerCertificate)) .containsExactly("*.bar.com", "*.������.co.jp") } // try the foo.com variations assertThat(verifier.verify("foo.com", session)).isFalse() assertThat(verifier.verify("www.foo.com", session)).isFalse() assertThat(verifier.verify("\u82b1\u5b50.foo.com", session)).isFalse()Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 40.4K bytes - Click Count (0) -
docs/en/docs/tutorial/query-params-str-validations.md
You can declare additional validations and metadata for your parameters. Generic validations and metadata: * `alias` * `title` * `description` * `deprecated` Validations specific for strings: * `min_length` * `max_length` * `pattern` Custom validations using `AfterValidator`. In these examples you saw how to declare validations for `str` values.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 16.3K bytes - Click Count (0) -
docs/fr/docs/tutorial/query-params-str-validations.md
## Récapitulatif { #recap } Vous pouvez déclarer des validations et des métadonnées supplémentaires pour vos paramètres. Validations et métadonnées génériques : - `alias` - `title` - `description` - `deprecated` Validations spécifiques aux chaînes : - `min_length` - `max_length` - `pattern` Validations personnalisées avec `AfterValidator`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 19K bytes - Click Count (0) -
docs/uk/docs/tutorial/path-params-numeric-validations.md
## Валідація числових даних: більше ніж і менше або дорівнює { #number-validations-greater-than-and-less-than-or-equal } Те саме застосовується до: * `gt`: `g`reater `t`han * `le`: `l`ess than or `e`qual {* ../../docs_src/path_params_numeric_validations/tutorial005_an_py310.py hl[10] *} ## Валідація числових даних: float, більше ніж і менше ніж { #number-validations-floats-greater-than-and-less-than }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 10K bytes - Click Count (0)