- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for multi2 (0.03 sec)
-
src/test/java/org/codelibs/fess/job/PythonJobTest.java
pythonJob.arg("single1").args("multi1", "multi2").arg("single2").args("multi3"); assertEquals(5, pythonJob.argList.size()); assertEquals("single1", pythonJob.argList.get(0)); assertEquals("multi1", pythonJob.argList.get(1)); assertEquals("multi2", pythonJob.argList.get(2)); assertEquals("single2", pythonJob.argList.get(3)); assertEquals("multi3", pythonJob.argList.get(4)); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java
} // Test thread safety public void test_threadSafety() { // Test that the provider returns the same instances in multi-threaded environment final int threadCount = 10; final Thread[] threads = new Thread[threadCount]; final InvertibleCryptographer[] invertibles = new InvertibleCryptographer[threadCount];
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/CustomSizeTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Defines how search results are ordered when no specific sort is requested. */ @Size(max = 1000) public String defaultSortValue; /** * Virtual host configuration for multi-tenant setups. * Allows different search configurations based on the request host. */ @Size(max = 10000) public String virtualHostValue; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
assertEquals("", crawlingInfoHelper.getCanonicalSessionId("-suffix")); assertEquals("prefix", crawlingInfoHelper.getCanonicalSessionId("prefix-")); assertEquals("multi", crawlingInfoHelper.getCanonicalSessionId("multi-part-session")); } public void test_putToInfoMap() { // Test initial null map crawlingInfoHelper.putToInfoMap("key1", "value1");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 26.6K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/WiresharkExample.kt
var random: String? = null lateinit var currentThread: Thread private val loggerHandler = object : Handler() { override fun publish(record: LogRecord) { // Try to avoid multi threading issues with concurrent requests if (Thread.currentThread() != currentThread) { return } // https://timothybasanov.com/2016/05/26/java-pre-master-secret.html
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat May 10 11:15:14 UTC 2025 - 10.9K bytes - Viewed (0) -
android/pom.xml
<exclude>META-INF/versions/9/com/**/*.class</exclude> </excludes> <archive> <manifestEntries> <Multi-Release>true</Multi-Release> </manifestEntries> </archive> </configuration> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<exclude>META-INF/versions/9/com/**/*.class</exclude> </excludes> <archive> <manifestEntries> <Multi-Release>true</Multi-Release> </manifestEntries> </archive> </configuration> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/QueryStringBuilder.java
*/ public QueryStringBuilder() { // Default constructor } /** * Quotes a string value if it contains spaces. * Multi-word values are wrapped in double quotes with internal quotes replaced by spaces. * * @param value the string value to quote * @return the quoted string if it contains spaces, otherwise the original value */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
// Parameter Logging // ----------------- // logging filter cannot show the parameters when multi-part so logging here protected void showFieldLoggingTitle() { if (logger.isDebugEnabled()) { logger.debug("[Multipart Request Parameter]"); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 18.6K bytes - Viewed (0)