- Sort Score
- Num 10 results
- Language All
Results 1101 - 1110 of 1,913 for parameters (0.06 seconds)
-
android/guava/src/com/google/common/cache/CacheBuilder.java
* strong values, and no automatic eviction of any kind. * * <p>Note that while this return type is {@code CacheBuilder<Object, Object>}, type parameters on * the {@link #build} methods allow you to create a cache of any key and value type desired. */ public static CacheBuilder<Object, Object> newBuilder() { return new CacheBuilder<>(); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 13:13:59 GMT 2026 - 52K bytes - Click Count (0) -
docs/de/docs/advanced/path-operation-advanced-configuration.md
/// Es hat alle Informationen zur *Pfadoperation* und wird zur Erstellung der automatischen Dokumentation verwendet. Es enthält `tags`, `parameters`, `requestBody`, `responses`, usw. Dieses *Pfadoperation*-spezifische OpenAPI-Schema wird normalerweise automatisch von **FastAPI** generiert, Sie können es aber auch erweitern. /// tip | Tipp
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/ja/docs/tutorial/body.md
## リクエストボディ + パスパラメータ { #request-body-path-parameters } パスパラメータとリクエストボディを同時に宣言できます。 **FastAPI** は、パスパラメータに一致する関数パラメータは **パスから取得** し、Pydanticモデルとして宣言された関数パラメータは **リクエストボディから取得** すべきだと認識します。 {* ../../docs_src/body/tutorial003_py310.py hl[15:16] *} ## リクエストボディ + パス + クエリパラメータ { #request-body-path-query-parameters } **body**、**path**、**query** パラメータもすべて同時に宣言できます。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/pt/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
No exemplo acima, o modelo de entrada é um modelo Pydantic v1, e o modelo de saída (definido em `response_model=ItemV2`) é um modelo Pydantic v2. ### Parâmetros do Pydantic v1 { #pydantic-v1-parameters } Se você precisar usar algumas das ferramentas específicas do FastAPI para parâmetros como `Body`, `Query`, `Form` etc. com modelos do Pydantic v1, pode importá-las de `fastapi.temp_pydantic_v1_params` enquanto conclui a migração para o Pydantic v2:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/first-steps.md
```Python oauth2_scheme(some, parameters) ``` Ainsi, elle peut être utilisée avec `Depends`. ### Utiliser { #use-it } Vous pouvez maintenant passer ce `oauth2_scheme` en dépendance avec `Depends`. {* ../../docs_src/security/tutorial001_an_py310.py hl[12] *} Cette dépendance fournira une `str` qui est affectée au paramètre `token` de la fonction de *chemin d'accès*.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.3K bytes - Click Count (0) -
docs/fr/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
Dans l'exemple ci-dessus, le modèle d'entrée est un modèle Pydantic v1 et le modèle de sortie (défini dans `response_model=ItemV2`) est un modèle Pydantic v2. ### Paramètres Pydantic v1 { #pydantic-v1-parameters }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/response-model.md
### Use o parâmetro `response_model_exclude_unset` { #use-the-response-model-exclude-unset-parameter } Você pode definir o parâmetro `response_model_exclude_unset=True` do *decorador de operação de rota*: {* ../../docs_src/response_model/tutorial004_py310.py hl[22] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 16.7K bytes - Click Count (0) -
src/main/resources/fess_label_nl.properties
labels.crawlingThreadCount=Aantal gelijktijdige crawls labels.boost=Boostwaarde labels.crawlingConfigName=Naam labels.crawlingConfigPath=Te crawlen pad labels.processType=Procestype labels.parameters=Parameters labels.designFile=Te uploaden bestand labels.bulkFile=Bulkbestand labels.appendQueryParameter=Zoekparameter toevoegen labels.configId=Configuratie-ID labels.configParameter=Configuratieparameter
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.3K bytes - Click Count (1) -
docs/ko/docs/tutorial/request-files.md
/// ## `File` 임포트 { #import-file } `fastapi` 에서 `File` 과 `UploadFile` 을 임포트 합니다: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[3] *} ## `File` 매개변수 정의 { #define-file-parameters } `Body` 및 `Form` 과 동일한 방식으로 파일의 매개변수를 생성합니다: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[9] *} /// info | 정보 `File` 은 `Form` 으로부터 직접 상속된 클래스입니다.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 8.3K bytes - Click Count (0) -
docs/uk/docs/advanced/path-operation-advanced-configuration.md
/// Він містить усю інформацію про *операцію шляху* і використовується для побудови автоматичної документації. Він включає `tags`, `parameters`, `requestBody`, `responses` тощо. Цю OpenAPI-схему, специфічну для *операції шляху*, зазвичай генерує **FastAPI** автоматично, але ви також можете її розширити. /// tip | Порада Це низькорівнева точка розширення.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 10.3K bytes - Click Count (0)