- Sort Score
- Num 10 results
- Language All
Results 1411 - 1420 of 1,757 for check (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/tr/docs/tutorial/metadata.md
/// info | Bilgi Tag'ler hakkında daha fazlası için: [Path Operation Configuration](path-operation-configuration.md#tags). /// ### Dokümanları kontrol edin { #check-the-docs } Artık dokümanlara baktığınızda, eklediğiniz tüm metadata gösterilir: <img src="/img/tutorial/metadata/image02.png"> ### Tag sırası { #order-of-tags }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.2K bytes - Click Count (0) -
docs/zh-hant/docs/deployment/docker.md
/// ### 啟動 Docker 容器 { #start-the-docker-container } * 以你的映像為基礎執行一個容器: <div class="termy"> ```console $ docker run -d --name mycontainer -p 80:80 myimage ``` </div> ## 檢查 { #check-it } 你應該可以透過 Docker 容器的網址檢查,例如:[http://192.168.99.100/items/5?q=somequery](http://192.168.99.100/items/5?q=somequery) 或 [http://127.0.0.1/items/5?q=somequery](http://127.0.0.1/items/5?q=somequery)(或等效的、使用你的 Docker 主機)。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 24.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/get-current-user.md
/// tip | Astuce Vous vous souvenez peut-être que les corps de requête sont également déclarés avec des modèles Pydantic. Ici, **FastAPI** ne s'y trompera pas car vous utilisez `Depends`. /// /// check | Vérifications La manière dont ce système de dépendances est conçu nous permet d'avoir différentes dépendances (différents « dependables ») qui retournent toutes un modèle `User`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 4.8K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CertificatePinnerKotlinTest.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 8.2K bytes - Click Count (0) -
docs/ko/docs/tutorial/path-operation-configuration.md
{* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *} /// info | 정보 `response_description`은 구체적으로 응답을 지칭하며, `description`은 일반적인 *경로 처리*를 지칭합니다. /// /// check | 확인 OpenAPI는 각 *경로 처리*가 응답에 관한 설명을 요구할 것을 명시합니다. 따라서, 응답에 관한 설명을 제공하지 않으면, **FastAPI**가 "Successful response" 중 하나를 자동으로 생성합니다. /// <img src="/img/tutorial/path-operation-configuration/image03.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 4.6K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/query-params.md
* `limit=10`:因為那是預設值 ## 選用參數 { #optional-parameters } 同樣地,你可以將預設值設為 `None` 來宣告選用的查詢參數: {* ../../docs_src/query_params/tutorial002_py310.py hl[7] *} 在這種情況下,函式參數 `q` 為選用,且預設為 `None`。 /// check | 注意 另外請注意,FastAPI 能辨識出路徑參數 `item_id` 是路徑參數,而 `q` 不是,因此 `q` 會被當作查詢參數。 /// ## 查詢參數型別轉換 { #query-parameter-type-conversion } 你也可以宣告 `bool` 型別,值會被自動轉換:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 4.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/query-params.md
{* ../../docs_src/query_params/tutorial002_py310.py hl[7] *} Dans ce cas, le paramètre de fonction `q` sera optionnel et vaudra `None` par défaut. /// check | Vérifications Notez également que **FastAPI** est suffisamment intelligent pour remarquer que le paramètre de chemin `item_id` est un paramètre de chemin et que `q` ne l'est pas, c'est donc un paramètre de requête. ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.3K bytes - Click Count (0) -
docs/pt/docs/advanced/security/http-basic-auth.md
Quando você tentar abrir a URL pela primeira vez (ou clicar no botão "Executar" na documentação) o navegador vai pedir pelo seu usuário e senha: <img src="/img/tutorial/security/image12.png"> ## Verifique o usuário { #check-the-username } Aqui está um exemplo mais completo. Utilize uma dependência para verificar se o usuário e a senha estão corretos.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.2K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
} } @Test fun rebuildJournalOnRepeatedEdits() { while (taskFaker.isIdle()) { set("a", "a", "a") set("b", "b", "b") } taskFaker.runNextTask() // Check that a rebuilt journal behaves normally. assertValue("a", "a", "a") assertValue("b", "b", "b") } /** @see [Issue 28](https://github.com/JakeWharton/DiskLruCache/issues/28) */ @Test
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 59.4K bytes - Click Count (0) -
cmd/data-usage-cache_gen.go
if (zb0001Mask & 0x1) == 0 { z.AllTierStats = nil } return } // EncodeMsg implements msgp.Encodable func (z *dataUsageEntry) EncodeMsg(en *msgp.Writer) (err error) { // check for omitted fields zb0001Len := uint32(9) var zb0001Mask uint16 /* 9 bits */ _ = zb0001Mask if z.AllTierStats == nil { zb0001Len-- zb0001Mask |= 0x80 }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 85.5K bytes - Click Count (0)