- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 293 for eigene (0.17 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/UploadForm.java
import org.lastaflute.web.ruts.multipart.MultipartFormFile; import org.lastaflute.web.validation.Required; /** * Form for uploading Kuromoji dictionary files to the Fess search engine. * Kuromoji is a Japanese morphological analyzer used for tokenizing Japanese text. * This form is used in the admin interface to upload custom user dictionaries for Kuromoji. */ public class UploadForm { /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.7K bytes - Click Count (0) -
okhttp-testing-support/build.gradle.kts
api(libs.bouncycastle.bcprov) implementation(libs.bouncycastle.bcpkix) implementation(libs.bouncycastle.bctls) api(libs.conscrypt.openjdk) api(libs.openjsse) api(rootProject.libs.junit.jupiter.engine) // This runs Corretto on macOS (aarch64) and Linux (x86_64). We don't test Corretto on other // operating systems or architectures. api(variantOf(libs.amazonCorretto) { classifier( when {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 18:33:48 GMT 2025 - 1.2K bytes - Click Count (1) -
docs/en/docs/external-links.md
# External Links **FastAPI** has a great community constantly growing. There are many posts, articles, tools, and projects, related to **FastAPI**. You could easily use a search engine or video platform to find many resources related to FastAPI. /// info Before, this page used to list links to external articles.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 10 12:28:40 GMT 2025 - 917 bytes - Click Count (0) -
configure.py
) if get_var( environ_cp, 'TF_OVERRIDE_EIGEN_STRONG_INLINE', 'Eigen strong inline', True, ('Would you like to override eigen strong inline for some C++ ' 'compilation to reduce the compilation time?'), 'Eigen strong inline overridden.', 'Not overriding eigen strong inline, ' 'some compilations could take more than 20 mins.'): # Due to a known MSVC compiler issue
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Apr 30 15:18:54 GMT 2025 - 48.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/UploadForm.java
import org.lastaflute.web.ruts.multipart.MultipartFormFile; import org.lastaflute.web.validation.Required; /** * Form for uploading character mapping files to the Fess search engine. * Character mapping allows for normalization and transformation of characters during text analysis. * This form is used in the admin interface to upload custom character mapping dictionary files. */ public class UploadForm {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/UploadForm.java
package org.codelibs.fess.app.web.admin.dict.synonym; import org.lastaflute.web.ruts.multipart.MultipartFormFile; import org.lastaflute.web.validation.Required; /** * Form for uploading synonym files to the Fess search engine. * Synonyms are words or phrases that should be treated as equivalent during search operations. * This form is used in the admin interface to upload custom synonym dictionary files. */ public class UploadForm {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.7K bytes - Click Count (0) -
README.md
[discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/) ## Getting Started There are 2 ways to try Fess. The first is to download and install yourself. The second is to use [Docker](https://www.docker.com/products/docker-engine). ### Download and Install/Run Fess 15.3 is now available and can be downloaded on the [Releases page](https://github.com/codelibs/fess/releases "download"). Downloads come in 3 flavors: deb, rpm, zip.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 20 00:28:33 GMT 2025 - 7.8K bytes - Click Count (2) -
docs/es/docs/tutorial/cookie-param-models.md
En algunos casos de uso especiales (probablemente no muy comunes), podrรญas querer **restringir** las cookies que deseas recibir. Tu API ahora tiene el poder de controlar su propio <abbr title="Esto es una broma, por si acaso. No tiene nada que ver con los consentimientos de cookies, pero es gracioso que incluso la API ahora pueda rechazar las pobres cookies. Toma una cookie. ๐ช">consentimiento de cookies</abbr>. ๐คช๐ช
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 3.3K bytes - Click Count (0) -
docs/ko/docs/tutorial/sql-databases.md
SQLModel์ `str`์ผ๋ก ์ ์ธ๋ ํญ๋ชฉ์ด SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค์์ `TEXT` (๋๋ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ฐ๋ผ `VARCHAR`) ์ ํ์ ์ด๋ก ์ ์ฅ๋๋ค๋ ๊ฒ์ ์ธ์ํฉ๋๋ค. ### ์์ง ์์ฑํ๊ธฐ SQLModel์ `engine` (๋ด๋ถ์ ์ผ๋ก๋ SQLAlchemy `engine`)์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ๋ํ **์ฐ๊ฒฐ์ ์ ์ง**ํ๋ ์ญํ ์ ํฉ๋๋ค. **ํ๋์ ๋จ์ผ engine ๊ฐ์ฒด**๋ฅผ ํตํด ์ฝ๋ ์ ์ฒด์์ ๋์ผํ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์ฐ๊ฒฐํ ์ ์์ต๋๋ค. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[14:18] hl[14:15,17:18] *}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 24 16:14:29 GMT 2024 - 18K bytes - Click Count (0) -
docs/de/docs/tutorial/dependencies/classes-as-dependencies.md
Diese Parameter werden von **FastAPI** verwendet, um die Abhรคngigkeit โaufzulรถsenโ. In beiden Fรคllen wird sie haben: * Einen optionalen `q`-Query-Parameter, der ein `str` ist. * Einen `skip`-Query-Parameter, der ein `int` ist, mit einem Defaultwert `0`. * Einen `limit`-Query-Parameter, der ein `int` ist, mit einem Defaultwert `100`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.6K bytes - Click Count (0)