- Sort Score
- Num 10 results
- Language All
Results 121 - 130 of 335 for virtuel (0.14 seconds)
-
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
return map; } /** * Generates a unique document ID from the provided data map. * Constructs an ID string from URL, roles, and virtual hosts, then generates a hash. * * @param dataMap the document data map containing URL, roles, and virtual host information * @return a unique hashed ID string for the document */ public String generateId(final Map<String, Object> dataMap) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 15.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/ServerData.java
*/ public boolean signaturesEnabled; /** * Whether message signing is required. */ public boolean signaturesRequired; /** * Maximum number of virtual circuits. */ public int maxNumberVcs; /** * Maximum raw buffer size for raw read/write operations. */ public int maxRawSize; /** * Server's system time. */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.9K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/request-form-models.md
# 表單模型 { #form-models } 你可以使用 **Pydantic 模型** 在 FastAPI 中宣告 **表單欄位**。 /// info | 說明 要使用表單,首先安裝 [`python-multipart`](https://github.com/Kludex/python-multipart)。 請先建立[虛擬環境](../virtual-environments.md)、啟用後再安裝,例如: ```console $ pip install python-multipart ``` /// /// note | 注意 此功能自 FastAPI 版本 `0.113.0` 起支援。🤓 /// ## 針對表單的 Pydantic 模型 { #pydantic-models-for-forms }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
return deleteByQueryBuilder(searchEngineClient, index, queryBuilder); } /** * Deletes all documents associated with the specified virtual host. * * @param virtualHost the virtual host to delete documents for * @return the number of documents that were deleted */ public long deleteByVirtualHost(final String virtualHost) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 26.1K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-form-models.md
# 폼 모델 { #form-models } FastAPI에서 **Pydantic 모델**을 이용하여 **폼 필드**를 선언할 수 있습니다. /// info | 정보 폼을 사용하려면, 먼저 [`python-multipart`](https://github.com/Kludex/python-multipart)를 설치하세요. [가상 환경](../virtual-environments.md)을 생성하고 활성화한 다음, 예를 들어 아래와 같이 설치하세요: ```console $ pip install python-multipart ``` /// /// note | 참고 이 기능은 FastAPI 버전 `0.113.0` 이후부터 지원됩니다. 🤓 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 2.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java
@Size(max = 5) public String available; /** Access permissions for documents from this data source */ @CustomSize(maxKey = "form.admin.max.input.size") public String permissions; /** Virtual hosts where this configuration applies */ @CustomSize(maxKey = "form.admin.max.input.size") public String virtualHosts; /** Sort order for displaying configurations */ @Required @Min(value = 0)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.5K bytes - Click Count (0) -
docs/zh/docs/tutorial/request-form-models.md
# 表单模型 { #form-models } 你可以在 FastAPI 中使用 **Pydantic 模型**声明**表单字段**。 /// info | 信息 要使用表单,首先安装 [`python-multipart`](https://github.com/Kludex/python-multipart)。 确保你创建一个[虚拟环境](../virtual-environments.md),激活它,然后再安装,例如: ```console $ pip install python-multipart ``` /// /// note | 注意 自 FastAPI 版本 `0.113.0` 起支持此功能。🤓 /// ## 表单的 Pydantic 模型 { #pydantic-models-for-forms }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 2.1K bytes - Click Count (0) -
docs/en/docs/deployment/concepts.md
In the end, the ultimate objective is to be able to **serve your API clients** in a way that is **secure**, to **avoid disruptions**, and to use the **compute resources** (for example remote servers/virtual machines) as efficiently as possible. 🚀
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 18.5K bytes - Click Count (1) -
docs/es/docs/tutorial/request-files.md
/// info | Información Para recibir archivos subidos, primero instala [`python-multipart`](https://github.com/Kludex/python-multipart). Asegúrate de crear un [entorno virtual](../virtual-environments.md), activarlo y luego instalarlo, por ejemplo: ```console $ pip install python-multipart ``` Esto es porque los archivos subidos se envían como "form data". ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 7.6K bytes - Click Count (0) -
docs/tr/docs/tutorial/security/first-steps.md
Ancak `pip install fastapi` komutunu kullanırsanız, `python-multipart` paketi varsayılan olarak dahil edilmez. Elle kurmak için bir [virtual environment](../../virtual-environments.md) oluşturduğunuzdan, onu aktive ettiğinizden emin olun ve ardından şununla kurun: ```console $ pip install python-multipart ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 9.2K bytes - Click Count (0)