- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 62 for 43000 (0.1 seconds)
-
src/main/webapp/js/advance.js
$(function() { var $searchButton = $("#searchButton"); var contextPath = $("#contextPath").val(); var BUTTON_DISABLE_DURATION = 3000; var SUGGESTOR_CONFIG = { ajaxinfo: { url: contextPath + "/api/v1/suggest-words", fn: ["_default", "content", "title"], num: 10, lang: $("#langSearchOption").val() }, boxCssInfo: { border: "1px solid rgba(82, 168, 236, 0.5)",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/webapp/js/index.js
$(function() { var $searchButton = $("#searchButton"); var contextPath = $("#contextPath").val(); var BUTTON_DISABLE_DURATION = 3000; var SUGGESTOR_CONFIG = { ajaxinfo: { url: contextPath + "/api/v1/suggest-words", fn: ["_default", "content", "title"], num: 10, lang: $("#langSearchOption").val() }, boxCssInfo: { border: "1px solid rgba(82, 168, 236, 0.5)",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 2.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/chat/ChatForm.java
public class ChatForm { /** * Default constructor. */ public ChatForm() { // Default constructor } /** * The user's message/question. */ @Size(max = 4000) public String message; /** * The session ID for conversation continuity. */ @Size(max = 100) public String sessionId; /** * Flag to clear the conversation history.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 12 10:32:40 GMT 2026 - 1.2K bytes - Click Count (0) -
src/main/webapp/js/help.js
$(function() { var $searchButton = $("#searchButton"); var contextPath = $("#contextPath").val(); var BUTTON_DISABLE_DURATION = 3000; var SUGGESTOR_CONFIG = { ajaxinfo: { url: contextPath + "/api/v1/suggest-words", fn: ["_default", "content", "title"], num: 10, lang: $("#langSearchOption").val() }, boxCssInfo: { border: "1px solid rgba(82, 168, 236, 0.5)",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
return "jpg,jpeg,gif,png"; case FessConfig.JOB_MAX_CRAWLER_PROCESSES: return "3"; case FessConfig.MAX_LOG_OUTPUT_LENGTH: return "4000"; // Crawler hotthread properties // Index field constants case FessConfig.INDEX_FIELD_favorite_count: return "favorite_count";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.6K bytes - Click Count (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/PerCallSettings.kt
} } catch (e: IOException) { println("Response 1 failed: $e") } // Copy to customize OkHttp for this request. val client2 = client .newBuilder() .readTimeout(3000, TimeUnit.MILLISECONDS) .build() try { client2.newCall(request).execute().use { response -> println("Response 2 succeeded: $response") } } catch (e: IOException) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 1.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AtomicLongMapBasherTest.java
@GwtIncompatible // threads @NullUnmarked public class AtomicLongMapBasherTest extends TestCase { private final Random random = new Random(301); public void testModify_basher() throws Exception { int nTasks = 3000; int nThreads = 100; int getsPerTask = 1000; int deltaRange = 10000; String key = "key"; AtomicLongMap<String> map = AtomicLongMap.create();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 11 18:52:30 GMT 2025 - 4.2K bytes - Click Count (0) -
samples/guide/src/main/java/okhttp3/recipes/PerCallSettings.java
} catch (IOException e) { System.out.println("Response 1 failed: " + e); } // Copy to customize OkHttp for this request. OkHttpClient client2 = client.newBuilder() .readTimeout(3000, TimeUnit.MILLISECONDS) .build(); try (Response response = client2.newCall(request).execute()) { System.out.println("Response 2 succeeded: " + response); } catch (IOException e) {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun May 22 01:29:42 GMT 2016 - 1.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AtomicLongMapBasherTest.java
@GwtIncompatible // threads @NullUnmarked public class AtomicLongMapBasherTest extends TestCase { private final Random random = new Random(301); public void testModify_basher() throws Exception { int nTasks = 3000; int nThreads = 100; int getsPerTask = 1000; int deltaRange = 10000; String key = "key"; AtomicLongMap<String> map = AtomicLongMap.create();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 11 18:52:30 GMT 2025 - 4.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
<div class="input-wrapper"> <div class="input-group"> <textarea id="chatInput" class="form-control" placeholder="<la:message key="labels.chat_input_placeholder" />" rows="1" maxlength="4000" aria-label="<la:message key="labels.chat_input_placeholder" />"></textarea> <button type="button" id="sendBtn" class="btn btn-primary" aria-label="<la:message key="labels.chat_send" />">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0)