- Sort Score
- Num 10 results
- Language All
Results 371 - 380 of 920 for Define (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/tr/docs/tutorial/request-files.md
/// ## `File` Import Edin { #import-file } `fastapi` içinden `File` ve `UploadFile` import edin: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[3] *} ## `File` Parametrelerini Tanımlayın { #define-file-parameters } `Body` veya `Form` için yaptığınız gibi dosya parametreleri oluşturun: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[9] *} /// info | BilgiCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 7.5K bytes - Click Count (0) -
docs/pt/docs/advanced/events.md
Apenas um detalhe técnico para nerds curiosos. 🤓 Por baixo, na especificação técnica do ASGI, isso é parte do [Protocolo Lifespan](https://asgi.readthedocs.io/en/latest/specs/lifespan.html), e define eventos chamados `startup` e `shutdown`. /// info | Informação Você pode ler mais sobre os manipuladores de `lifespan` do Starlette na [Documentação do Lifespan do Starlette](https://www.starlette.dev/lifespan/).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 8.7K bytes - Click Count (0) -
docs/zh-hant/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 17:05:38 GMT 2026 - 6.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/body-nested-models.md
Ainsi, vous pouvez déclarer des « objets » JSON profondément imbriqués avec des noms d'attributs, des types et des validations spécifiques. Tout cela, de manière arbitrairement imbriquée. ### Définir un sous-modèle { #define-a-submodel } Par exemple, nous pouvons définir un modèle `Image` : {* ../../docs_src/body_nested_models/tutorial004_py310.py hl[7:9] *} ### Utiliser le sous-modèle comme type { #use-the-submodel-as-a-type }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/cors.md
* `expose_headers` - Indica quaisquer cabeçalhos de resposta que devem ser disponibilizados ao navegador. O padrão é `[]`. * `max_age` - Define um tempo máximo em segundos para os navegadores armazenarem em cache as respostas CORS. O padrão é `600`. O middleware responde a dois tipos específicos de solicitação HTTP...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.7K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
* .sslSocketFactory(sslSocketFactory, trustManager) * .build(); * ``` * * ## TrustManagers on Android are Weird! * * Trust managers targeting Android must also define a method that has this signature: * * ```java * @SuppressWarnings("unused") * public List<X509Certificate> checkServerTrusted(
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 51.5K bytes - Click Count (0) -
docs/es/docs/tutorial/body-nested-models.md
Así que, puedes declarar "objetos" JSON anidados profundamente con nombres de atributos específicos, tipos y validaciones. Todo eso, de manera arbitraria. ### Definir un submodelo { #define-a-submodel } Por ejemplo, podemos definir un modelo `Image`: {* ../../docs_src/body_nested_models/tutorial004_py310.py hl[7:9] *} ### Usar el submodelo como tipo { #use-the-submodel-as-a-type }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 7.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java
*/ protected abstract int getEvaluationDescriptionMaxChars(); /** * Gets the maximum characters for conversation history in LLM requests. * Each LlmClient implementation should override to define defaults appropriate * for its target model. The default returns 4000 for backward compatibility. * * @return the maximum history characters */ protected int getHistoryMaxChars() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 72K bytes - Click Count (0) -
RELEASE.md
compatibility with GPU delegate. * Extension Types * Add experimental API to define new Python classes that can be handled by TensorFlow APIs. To create an extension type, simply define a Python class with `tf.experimental.ExtensionType` as its base, and use type annotations to specify the type for each field. E.g.: `python classCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
docs/ru/docs/tutorial/request-files.md
/// ## Импорт `File` { #import-file } Импортируйте `File` и `UploadFile` из модуля `fastapi`: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[3] *} ## Определите параметры `File` { #define-file-parameters } Создайте параметры `File` так же, как вы это делаете для `Body` или `Form`: {* ../../docs_src/request_files/tutorial001_an_py310.py hl[9] *} /// info | Дополнительная информацияCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 11.4K bytes - Click Count (0)