- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for variations (0.07 sec)
-
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() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/impl/ScriptExecutorTest.java
} 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");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/StripedTest.java
for (Striped<?> striped : allImplementations()) { new NullPointerTester().testAllPublicInstanceMethods(striped); } } public void testSizes() { // not bothering testing all variations, since we know they share implementations assertTrue(Striped.lock(100).size() >= 100); assertTrue(Striped.lock(256).size() == 256); assertTrue(Striped.lazyWeakLock(100).size() >= 100);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 8.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/StripedTest.java
for (Striped<?> striped : allImplementations()) { new NullPointerTester().testAllPublicInstanceMethods(striped); } } public void testSizes() { // not bothering testing all variations, since we know they share implementations assertTrue(Striped.lock(100).size() >= 100); assertTrue(Striped.lock(256).size() == 256); assertTrue(Striped.lazyWeakLock(100).size() >= 100);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 8.5K bytes - Viewed (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 public void test_getBucketOrder_caseVariations() { facetInfo.sort = "COUNT.DESC"; BucketOrder order = facetInfo.getBucketOrder(); assertNotNull(order);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
);\n }\n return isRequired;\n}\n","/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String} flipped placement variation\n */\nexport default function getOppositeVariation(variation) {\n if (variation === 'end') {\n return 'start';\n } else if (variation === 'start') {\n return 'end';\n }\n return variation;\n}\n","import placements from '../methods/placements';\n\n// Get rid of...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (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()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 40.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- `kube-apiserver` updated:
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
src/main/webapp/js/popper.min.js
modifiersData[n]=X({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},ne={top:"auto",right:"auto",bottom:"auto",left:"auto"};function re(e){var n,r=e.popper,o=e.popperRect,i=e.placement,a=e.variation,f=e.offsets,c=e.position,p=e.gpuAcceleration,u=e.adaptive,l=e.roundOffsets,h=e.isFixed,v=f.x,y=void 0===v?0:v,g=f.y,b=void 0===g?0:g,x="function"==typeof l?l({x:y,y:b}):{x:y,y:b};y=x.x,b=x.y;var w=f.hasOwnProperty("x"),O=f.hasOwnProperty("y"),j=...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 19.7K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
border-bottom-width: 2px;\n }\n &.border-width-3 {\n border-bottom-width: 3px;\n }\n }\n}\n\n// custom switch color variations\n.custom-switch {\n @each $name, $color in $theme-colors {\n @include custom-switch-variant($name, $color);\n }\n\n @each $name, $color in $colors {\n @include custom-switch-variant($name, $color);\n }\n}\n\n// custom range color variations\n.custom-range {\n @each $name, $color in $theme-colors {\n @include custom-range-variant($name, $color);\n }\n\n ...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1)