- Sort Score
- Num 10 results
- Language All
Results 811 - 820 of 1,574 for parameters (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/ru/docs/tutorial/query-params-str-validations.md
# Query-параметры и валидация строк { #query-parameters-and-string-validations } **FastAPI** позволяет определять дополнительную информацию и выполнять валидацию для ваших параметров. Рассмотрим это приложение в качестве примера: {* ../../docs_src/query_params_str_validations/tutorial001_py310.py hl[7] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 25.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
* <code>java.io.File</code> usage; a '/' at the beginning of the second * parameter will still use the server component of the first parameter. The * examples below illustrate the resulting URLs when this second constructor * argument is used. * * <table border="1"> * <caption>Examples Of SMB URLs When Augmented With A Second Constructor Parameter</caption> * <tr > * <td colspan="3">
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0) -
docs/ko/docs/tutorial/query-param-models.md
# 쿼리 매개변수 모델 { #query-parameter-models } 연관된 **쿼리 매개변수** 그룹이 있다면 이를 선언하기 위해 **Pydantic 모델**을 생성할 수 있습니다. 이렇게 하면 **여러 곳**에서 **모델을 재사용**할 수 있을 뿐만 아니라, 매개변수에 대한 검증 및 메타데이터도 한 번에 선언할 수 있습니다. 😎 /// note | 참고 이 기능은 FastAPI 버전 `0.115.0`부터 지원됩니다. 🤓 /// ## Pydantic 모델과 쿼리 매개변수 { #query-parameters-with-a-pydantic-model } 필요한 **쿼리 매개변수**를 **Pydantic 모델** 안에 선언한 다음, 매개변수를 `Query`로 선언합니다:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Jan 11 00:15:26 GMT 2026 - 2.4K bytes - Click Count (0) -
tests/test_tutorial/test_body_updates/test_tutorial001.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 7.3K bytes - Click Count (0) -
docs/uk/docs/how-to/configure-swagger-ui.md
Це налаштування змінить колірну тему підсвітки синтаксису: <img src="/img/tutorial/extending-openapi/image04.png"> ## Змініть параметри Swagger UI за замовчуванням { #change-default-swagger-ui-parameters } FastAPI містить деякі параметри конфігурації за замовчуванням, що підходять для більшості випадків. Вони включають такі типові налаштування: {* ../../fastapi/openapi/docs.py ln[9:24] hl[18:24] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 4.2K bytes - Click Count (0) -
docs/de/docs/tutorial/path-params-numeric-validations.md
# Pfad-Parameter und Validierung von Zahlen { #path-parameters-and-numeric-validations } So wie Sie mit `Query` für Query-Parameter zusätzliche Validierungen und Metadaten deklarieren können, können Sie mit `Path` die gleichen Validierungen und Metadaten für Pfad-Parameter deklarieren. ## `Path` importieren { #import-path } Importieren Sie zuerst `Path` von `fastapi`, und importieren Sie `Annotated`:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 7.1K bytes - Click Count (0) -
tests/test_repeated_dependency_schema.py
def test_openapi_schema(): response = client.get("/openapi.json") assert response.status_code == status.HTTP_200_OK actual_schema = response.json() assert ( len(actual_schema["paths"]["/"]["get"]["parameters"]) == 1 ) # primary goal of this test assert actual_schema == snapshot( { "components": { "schemas": { "HTTPValidationError": {
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 4K bytes - Click Count (0) -
docs/uk/docs/tutorial/cookie-params.md
# Параметри кукі { #cookie-parameters } Ви можете визначати параметри кукі таким же чином, як визначаються параметри `Query` і `Path`. ## Імпорт `Cookie` { #import-cookie } Спочатку імпортуйте `Cookie`: {* ../../docs_src/cookie_params/tutorial001_an_py310.py hl[3] *} ## Визначення параметрів `Cookie` { #declare-cookie-parameters } Потім визначте параметри кукі, використовуючи таку ж конструкцію як для `Path` і `Query`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:42:01 GMT 2026 - 2.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/request-files.md
/// /// tip | Astuce Pour déclarer des fichiers dans le corps de la requête, vous devez utiliser `File`, sinon les paramètres seraient interprétés comme des paramètres de requête ou des paramètres de corps (JSON). /// Les fichiers seront téléversés en « données de formulaire ».
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/es/docs/tutorial/path-params-numeric-validations.md
# Parámetros de Path y Validaciones Numéricas { #path-parameters-and-numeric-validations } De la misma manera que puedes declarar más validaciones y metadatos para los parámetros de query con `Query`, puedes declarar el mismo tipo de validaciones y metadatos para los parámetros de path con `Path`. ## Importar `Path` { #import-path } Primero, importa `Path` de `fastapi`, e importa `Annotated`:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 6.4K bytes - Click Count (0)