- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for placeholder$ (0.07 seconds)
-
src/main/webapp/WEB-INF/view/chat/chat.jsp
</button> <div class="dropdown-menu filter-dropdown-menu"> <div class="filter-search-wrapper"> <input type="text" class="filter-search-input form-control form-control-sm" placeholder="<la:message key="labels.chat_filter_search_placeholder" />" aria-label="<la:message key="labels.chat_filter_search_placeholder" />" /> </div> <div class="filter-dropdown-list">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
</button> <div class="dropdown-menu filter-dropdown-menu"> <div class="filter-search-wrapper"> <input type="text" class="filter-search-input form-control form-control-sm" placeholder="<la:message key="labels.chat_filter_search_placeholder" />" aria-label="<la:message key="labels.chat_filter_search_placeholder" />" /> </div> <div class="filter-dropdown-list">
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) -
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
assertTrue("Command should contain mimetype: " + mimeType, expandedCommand.contains(mimeType)); assertFalse("Command should not contain placeholder", expandedCommand.contains("${mimetype}")); } } // Test command list with mimetype placeholder @Test public void test_commandList_withMimetypePlaceholder() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 27.8K bytes - Click Count (0) -
src/main/webapp/js/purify.min.js
nert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String CIPHER_PREFIX = "{cipher}"; /** System user identifier. */ public static final String SYSTEM_USER = "system"; /** Empty user ID placeholder. */ public static final String EMPTY_USER_ID = "<empty>"; /** Crawler process command for thread dump. */ public static final String CRAWLER_PROCESS_COMMAND_THREAD_DUMP = "thread_dump";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/webapp/js/chat.js
updatePhase(data.phase, 'active'); var phaseMessage = config.labels.phases[data.phase] || data.message || 'Processing...'; // Replace __keywords__ placeholder with actual keywords if (data.keywords) { phaseMessage = phaseMessage.replace('__keywords__', data.keywords); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
return "<user_input>" + escaped + "</user_input>"; } /** * Builds the system prompt for intent detection by removing the user-specific placeholders. * * @return the system prompt for intent detection */ protected String buildIntentDetectionSystemPrompt() { final String prompt = resolveLanguageInstruction(
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
assertTrue(systemPrompt.contains("user message here")); assertTrue(systemPrompt.contains("failed query here")); assertTrue(systemPrompt.contains("no_results")); // Verify placeholders are replaced assertFalse(systemPrompt.contains("{{userMessage}}")); assertFalse(systemPrompt.contains("{{failedQuery}}")); assertFalse(systemPrompt.contains("{{failureReason}}")); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0)