- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 126 for vere (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
dbflute_fess/dfprop/classificationDeploymentMap.dfprop
# # This property uses classification names of classificationDefinitionMap. # The table name '$$ALL$$' means all tables are target. # The table names and column names are treated as case insensitive. # # You don't need specify here about table classifications. # Because table classifications are auto-deployed by relation information. # # Specification: # map: { # [table-name or $$ALL$$] = map:{
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 04 22:46:31 GMT 2015 - 795 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/RelevanceEvaluationResult.java
* * @return the relevant indexes */ public List<Integer> getRelevantIndexes() { return relevantIndexes; } /** * Returns whether relevant results were found. * * @return true if relevant results exist */ public boolean isHasRelevantResults() { return hasRelevantResults; } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 01 08:11:18 GMT 2026 - 3.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/GsaConfigExceptionTest.java
assertEquals(message, exception.getMessage()); } @Test public void test_veryLongMessage() { // Test with very long message StringBuilder sb = new StringBuilder(); for (int i = 0; i < 1000; i++) { sb.append("Very long error message line ").append(i).append(". "); } String longMessage = sb.toString();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.5K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDescriptionRenderer.java
// in a single column columns = 1; } simplelist.setAttribute("columns", String.valueOf(columns)); simplelist.setAttribute("type", "vert"); for (ClassDoc subClass : classDoc.getSubClasses()) { Element member = document.createElement("member"); Element apilink = document.createElement("apilink");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.1K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/da/stopwords.txt
om vi min havde ham hun nu over da fra du ud sin dem os op man hans hvor eller hvad skal selv her alle vil blev kunne ind når være dog noget ville jo deres efter ned skulle denne end dette mit også under have dig anden hende mine alt meget sit sine vor mod disse hvis
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 27 12:59:36 GMT 2023 - 564 bytes - Click Count (0) -
src/main/resources/fess_indices/fess/hu/stopwords.txt
úgy ugyanis új újabb újra után utána utolsó vagy vagyis valaki valami valamint való vagyok van vannak volt voltam voltak voltunk vissza vele viszont
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 27 12:59:36 GMT 2023 - 1.3K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.crawling_info_DataCrawlExecTime=Tarama Yürütme Süresi (Veri Deposu) labels.crawling_info_DataCrawlStartTime=Tarama Başlangıç Zamanı (Veri Deposu) labels.crawling_info_DataCrawlEndTime=Tarama Bitiş Zamanı (Veri Deposu) labels.crawling_info_DataIndexExecTime=İndeksleme Yürütme Süresi (Veri Deposu) labels.crawling_info_DataIndexSize=İndeks Boyutu (Veri Deposu) labels.webauth_configuration=Web Kimlik Doğrulama
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
} public void kotlinDslReference(Action<? super KotlinDslReference> action) { action.execute(kotlinDslReference); } /** * This property is wired into very slow documentation generation tasks. * * Passing -PquickDocs will disable slow documentation tasks. * */ public abstract Property<Boolean> getQuickFeedback();Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Aug 20 14:11:17 GMT 2024 - 4.4K bytes - Click Count (0) -
dbflute_fess/dfprop/documentMap.dfprop
# o isSuppressSchemaHtmlOutsideSql: (NotRequired - Default false) # Does it remove outsideSql information from SchemaHtml? # Basically you don't need this. # OutsideSql information (related to tables) is very useful. # #; isSuppressSchemaHtmlOutsideSql = false # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
client.regenerateQuery("user message here", "failed query here", "no_results", Collections.emptyList()); // Verify the system prompt contains the replaced values final LlmChatRequest capturedRequest = client.getLastChatRequest(); final String systemPrompt = capturedRequest.getMessages().get(0).getContent(); assertTrue(systemPrompt.contains("user message here"));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0)