- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 500 for standar (0.03 sec)
-
docs/em/docs/deployment/manually.md
* <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>, 🌩-⏩ 🔫 💽, 🏗 🔛 uvloop & httptool. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> /// tip ❎ `standard`, Uvicorn 🔜 ❎ & ⚙️ 👍 ➕ 🔗. 👈 ✅ `uvloop`, ↕-🎭 💧-♻ `asyncio`, 👈 🚚 🦏 🛠️ 🎭 📈. /// //// //// tab | Hypercorn
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.2K bytes - Viewed (0) -
docs/es/docs/python-types.md
Por ahora, solo necesitas saber que `Annotated` existe, y que es Python estándar. 😎 Luego verás lo **poderoso** que puede ser. /// tip | Consejo
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 17.6K bytes - Viewed (1) -
docs/em/docs/tutorial/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/index.md
Para o tutorial, você deve querer instalá-lo com todas as dependências e recursos opicionais. <div class="termy"> ```console $ pip install "fastapi[standard]" ---> 100% ``` </div> /// note | Nota Quando você instala com pip install "fastapi[standard]", ele vem com algumas dependências opcionais padrão. Se você não quiser ter essas dependências opcionais, pode instalar pip install fastapi em vez disso. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 09 20:41:07 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/tr/docs/tutorial/path-params.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 10.5K bytes - Viewed (0) -
docs/en/docs/tutorial/body-nested-models.md
### Import typing's `List` { #import-typings-list } In Python 3.9 and above you can use the standard `list` to declare these type annotations as we'll see below. 💡 But in Python versions before 3.9 (3.6 and above), you first need to import `List` from standard Python's `typing` module: {* ../../docs_src/body_nested_models/tutorial002.py hl[1] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.3K bytes - Viewed (0) -
docs/pt/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessStandardTransformer.java
import org.codelibs.fess.util.ComponentUtil; import jakarta.annotation.PostConstruct; /** * Standard transformer implementation for the Fess search engine. * This transformer handles document transformation and content extraction using * the standard Fess file transformation process with support for various content types. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.8K bytes - Viewed (0) -
.golangci.yml
version: "2" linters: default: standard enable: - cyclop - gocritic - gosec - ineffassign - misspell - prealloc - unconvert - unparam - whitespace formatters: enable: - gofumpt
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Apr 17 03:55:13 UTC 2025 - 241 bytes - Viewed (0) -
cmd/object-api-utils_test.go
// should be cleared of x-amz-storage-class, if it is set to STANDARD func TestRemoveStandardStorageClass(t *testing.T) { tests := []struct { name string metadata map[string]string want map[string]string }{ { name: "1", metadata: map[string]string{"content-type": "application/octet-stream", "etag": "de75a98baf2c6aef435b57dd0fc33c86", "x-amz-storage-class": "STANDARD"},
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 24.1K bytes - Viewed (0)