- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 59 for kell (0.03 seconds)
-
src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java
history.add(LlmMessage.user("How to install Fess?")); history.add(LlmMessage.assistant("You can install Fess using Docker.")); final LlmChatRequest request = client.testBuildIntentRequest("Tell me more about Docker", history); final List<LlmMessage> messages = request.getMessages(); // system + 2 history + user = 4 messages assertEquals(4, messages.size());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 53K bytes - Click Count (0) -
LICENSE
worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by theirCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue May 08 21:35:34 GMT 2018 - 11.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java
* a list of stopwords. Each line in the file represents a single stopword. * * The class provides methods for retrieving, adding, updating, and * deleting stopword items, as well as reloading the dictionary * from its source file. */ public class StopwordsFile extends DictionaryFile<StopwordsItem> { private static final String STOPWORDS = "stopwords";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 13K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java
* output stem. The file format is expected to be `input => output`. * * The class provides methods for retrieving, adding, updating, and * deleting stemmer override items, as well as reloading the dictionary * from its source file. */ public class StemmerOverrideFile extends DictionaryFile<StemmerOverrideItem> { private static final Logger logger = LogManager.getLogger(StemmerOverrideFile.class);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
process.destroy(); teminated = true; } catch (final Exception e) { if (logger.isInfoEnabled()) { logger.info("Could not kill subprocess: process={}", process, e); } } } } /** * Sets the finished flag to indicate whether the process has completed.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java
br.addItem("Limit Size"); br.addElement(limitSize); final String msg = br.buildExceptionMessage(); throw new Forced404NotFoundException(msg, UserMessages.empty()); // heavy attack!? so give no page to tell wasted action } protected void setupServletFileUpload(final JakartaServletDiskFileUpload upload, final HttpServletRequest request) { upload.setHeaderCharset(Charset.forName(request.getCharacterEncoding()));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:48:41 GMT 2026 - 18.9K bytes - Click Count (1) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
### Existing properties in existing classes
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 10K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Previously, there was no formalization of property naming; only loose conventions were followed. While these conventions served relatively well in practice, they created gaps, resulting in a loss of uniformity in some cases and leaving friction in the process of naming new properties. ### Terminology **Public properties** are formally a part of the Public API.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java
* synonym rules. The file format supports both explicit mappings (e.g., `a => b`) * and equivalent synonyms (e.g., `a, b, c`). * * The class provides methods for retrieving, adding, updating, and * deleting synonym items, as well as reloading the dictionary * from its source file. */ public class SynonymFile extends DictionaryFile<SynonymItem> { private static final String SYNONYM = "synonym";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 15.9K bytes - Click Count (0) -
src/main/webapp/css/admin/bootstrap.min.css
ntent:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inlin...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 158.5K bytes - Click Count (0)