- Sort Score
- Num 10 results
- Language All
Results 281 - 290 of 307 for Requirement (0.51 seconds)
-
docs/tr/docs/index.md
**Typer**, FastAPI'ın küçük kardeşi. Ve hedefi CLI'ların **FastAPI'ı** olmak. ⌨️ 🚀 ## Gereksinimler { #requirements } FastAPI iki devin omuzları üstünde duruyor: * Web kısımları için [Starlette](https://www.starlette.dev/). * Data kısımları için [Pydantic](https://docs.pydantic.dev/). ## Kurulum { #installation }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.2K bytes - Click Count (0) -
README.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 24.3K bytes - Click Count (0) -
docs/zh-hant/docs/index.md
如果你不是在做 Web API,而是要建立一個在終端機中使用的 <abbr title="Command Line Interface - 命令列介面">CLI</abbr> 應用程式,可以看看 [**Typer**](https://typer.tiangolo.com/)。 **Typer** 是 FastAPI 的小老弟。他立志成為命令列世界的 **FastAPI**。⌨️ 🚀 ## 需求 { #requirements } FastAPI 是站在以下巨人的肩膀上: * [Starlette](https://www.starlette.dev/) 負責 Web 部分。 * [Pydantic](https://docs.pydantic.dev/) 負責資料部分。 ## 安裝 { #installation }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20.8K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
// Best effort cleanup - don't fail the whole operation } } /** * Holds plugin upgrade information for Maven 4 compatibility. * This class contains the minimum version requirements for plugins * that need to be upgraded to work properly with Maven 4. */ public static class PluginUpgradeInfo { /** The Maven groupId of the plugin */ final String groupId;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 37K bytes - Click Count (0) -
docs/ja/docs/_llm-test.md
* 型アノテーション * 型ヒント * サーバーワーカー * Uvicorn ワーカー * Gunicorn ワーカー * ワーカープロセス * ワーカークラス * ワークロード * デプロイ * デプロイする * SDK * ソフトウェア開発キット * `APIRouter` * `requirements.txt` * Bearer Token * 破壊的変更 * バグ * ボタン * 呼び出し可能 * コード * コミット * コンテキストマネージャ * コルーチン * データベースセッション * ディスク * ドメイン * エンジン * フェイクの X * HTTP GET メソッド * アイテム
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 13.5K bytes - Click Count (0) -
docs/ja/docs/index.md
**Typer** は FastAPI の弟分です。そして、**CLI 版 FastAPI** を意図しています。 ⌨️ 🚀 ## 必要条件 { #requirements } FastAPI は巨人の肩の上に立っています。 * [Starlette](https://www.starlette.dev/)(Web 部分) * [Pydantic](https://docs.pydantic.dev/)(データ部分) ## インストール { #installation }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 25.6K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
subclasses. We've restored that support! ## Version 3.13.0 _2019-02-04_ * **This release bumps our minimum requirements to Java 8+ or Android 5+.** Cutting off old devices is a serious change and we don't do it lightly! [This post][require_android_5] explains why we're doing this and how to upgrade.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
docs/ko/docs/index.md
**Typer**는 FastAPI의 동생입니다. 그리고 **CLI를 위한 FastAPI**가 되기 위해 생겼습니다. ⌨️ 🚀 ## 요구사항 { #requirements } FastAPI는 거인들의 어깨 위에 서 있습니다: * [Starlette](https://www.starlette.dev/) — 웹 부분을 담당합니다. * [Pydantic](https://docs.pydantic.dev/) — 데이터 부분을 담당합니다. ## 설치 { #installation }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 23.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
this.systemCpuCheckInterval = systemCpuCheckInterval; } /** * Validates a password against configured password policy requirements. * * @param password The password to validate. * @return An empty string if the password is valid, or an error key for the validation failure. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
cmd/sts-handlers.go
// claim is only considered stable when subject and iss are used together // this is to ensure that ParentUser doesn't change and we get to use // parentUser as per the requirements for service accounts for OpenID // based logins. var subFromToken string if v, ok := claims[subClaim]; ok { subFromToken, _ = v.(string) } if subFromToken == "" {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 36.6K bytes - Click Count (0)