- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 144 for danish (0.08 seconds)
-
src/main/resources/fess_indices/fess.json
"type": "keyword_marker", "keywords_path": "${fess.dictionary.path}da/protwords.txt" }, "danish_stemmer": { "type": "stemmer", "language": "danish" }, "danish_override": { "type": "stemmer_override", "rules_path": "${fess.dictionary.path}da/stemmer_override.txt" }, "dutch_stop": {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 40K bytes - Click Count (0) -
src/main/resources/fess_indices/_aws/fess.json
"danish_keywords": { "type": "keyword_marker", "keywords": ["Hej", "verden", "Søg"] }, "danish_stemmer": { "type": "stemmer", "language": "danish" }, "danish_override": { "type": "stemmer_override", "rules": [] }, "dutch_stop": { "type": "stop",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
"danish_keywords": { "type": "keyword_marker", "keywords": ["Hej", "verden", "Søg"] }, "danish_stemmer": { "type": "stemmer", "language": "danish" }, "danish_override": { "type": "stemmer_override", "rules": [] }, "dutch_stop": { "type": "stop",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
errors.crud_failed_to_create_instance = Nie można utworzyć nowych danych. errors.crud_failed_to_create_crud_table = Nie można utworzyć nowych danych. ({0}) errors.crud_failed_to_update_crud_table=Nie można zaktualizować danych. ({0}) errors.crud_failed_to_delete_crud_table=Nie można usunąć danych. ({0}) errors.crud_could_not_find_crud_table = Nie znaleziono danych {0}. errors.could_not_find_backup_index=Nie znaleziono indeksu kopii zapasowej.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/fr/README.md
Exécutez antrun:run pour télécharger les plugins dans le répertoire plugins : $ mvn antrun:run ### Exécuter Fess Exécutez ou déboguez org.codelibs.fess.FessBoot dans votre IDE, puis accédez à http://localhost:8080/ ### Créer un Package Exécutez la commande `package` et le fichier de release sera créé dans target/releases. $ mvn package $ mvn rpm:rpm # package .rpmCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.9K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/ExecutionList.java
* to calling it exactly once. * * @since 10.0 (present in 1.0 as {@code run}) */ public void execute() { // Lock while we update our state so the add method above will finish adding any listeners // before we start to run them. RunnableExecutorPair list; synchronized (lock) { if (executed) { return; } executed = true;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Feb 10 11:51:21 GMT 2026 - 6.9K bytes - Click Count (0) -
RELEASE.md
Lin, Chao, Charles Alaras, Chase Riley Roberts, Chenhao Jiang, Chris Ashton, Chris Jones, Chris Kennelly, Christian Sigg, Chuan He, Chunlei Niu, Chun-nien Chan, Chunyu Jin, Clive Verghese, Cong Liu, Corentin Kerisit, Daniel Chen, Daniel Kuts, Daniel Ng, Daniel Sosa, Daniel Suo, Danila Malyutin, David Dunleavy, David Majnemer, David Pizzuto, Deepika Rajani, deeptanshusekhri, dependabot[bot], Deqiang Chen, Derek Murray, Dillon Sharlet, Dimitar (Mitko) Asenov, Dimitris Vardoulakis, Dirk Hornung, DottsGit,...
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/llm/LlmChatResponse.java
this.content = content; } /** * Gets the finish reason. * * @return the finish reason */ public String getFinishReason() { return finishReason; } /** * Sets the finish reason. * * @param finishReason the finish reason */ public void setFinishReason(final String finishReason) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 12 10:32:40 GMT 2026 - 3.4K bytes - Click Count (0) -
docs/en/docs/js/termynal.js
} generateFinish() { const finish = document.createElement('a') finish.onclick = (e) => { e.preventDefault() this.lineDelay = 0 this.typeDelay = 0 this.startDelay = 0 } finish.href = "javascript:void(0)" finish.setAttribute('data-terminal-control', '') finish.innerHTML = "fast →" this.finishElement = finishCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Aug 31 10:32:57 GMT 2025 - 9.3K bytes - Click Count (0) -
docs/de/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
Sie können [`bump-pydantic`](https://github.com/pydantic/bump-pydantic) vom selben Pydantic-Team verwenden. Dieses Tool hilft Ihnen, den Großteil des zu ändernden Codes automatisch anzupassen. Danach können Sie die Tests ausführen und prüfen, ob alles funktioniert. Falls ja, sind Sie fertig. 😎 ## Pydantic v1 in v2 { #pydantic-v1-in-v2 }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6.2K bytes - Click Count (0)