- Sort Score
- Num 10 results
- Language All
Results 771 - 780 of 845 for standart (0.16 seconds)
-
docs/tr/docs/deployment/docker.md
Versiyon aralıklarını belirlemek için elbette [FastAPI sürümleri hakkında](versions.md) bölümünde okuduğunuz fikirleri kullanırsınız. Örneğin `requirements.txt` şöyle görünebilir: ``` fastapi[standard]>=0.113.0,<0.114.0 pydantic>=2.7.0,<3.0.0 ``` Ve bu bağımlılıkları normalde `pip` ile yüklersiniz, örneğin: <div class="termy"> ```console $ pip install -r requirements.txt ---> 100%
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 29.6K bytes - Click Count (0) -
requirements_lock_3_13.txt
--hash=sha256:f8212564d49c50eb4565e502814f694e240c55551a5f1bc841d4fcaabb0a9b8a \ --hash=sha256:ffa565331890b90056c01db69c0fe634a776f8019c143a5ae265f9c6bc4bd6d4 # via -r ci/official/requirements_updater/requirements.in zstandard==0.25.0 \ --hash=sha256:011d388c76b11a0c165374ce660ce2c8efa8e5d87f34996aa80f9c0816698b64 \ --hash=sha256:01582723b3ccd6939ab7b3a78622c573799d5d8737b534b86d0e06ac18dbde4a \Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Apr 07 11:39:48 GMT 2026 - 67.8K bytes - Click Count (0) -
docs/es/docs/deployment/docker.md
Por supuesto, usarías las mismas ideas que leíste en [Acerca de las versiones de FastAPI](versions.md) para establecer los rangos de versiones. Por ejemplo, tu `requirements.txt` podría verse así: ``` fastapi[standard]>=0.113.0,<0.114.0 pydantic>=2.7.0,<3.0.0 ``` Y normalmente instalarías esas dependencias de los paquetes con `pip`, por ejemplo: <div class="termy"> ```console $ pip install -r requirements.txt
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 30.8K bytes - Click Count (0) -
docs/de/docs/deployment/docker.md
Ihre `requirements.txt` könnte beispielsweise so aussehen: ``` fastapi[standard]>=0.113.0,<0.114.0 pydantic>=2.7.0,<3.0.0 ``` Und normalerweise würden Sie diese Paketabhängigkeiten mit `pip` installieren, zum Beispiel: <div class="termy"> ```console
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 32.4K bytes - Click Count (0) -
pom.xml
</exclusion> </exclusions> </dependency> <dependency> <groupId>org.glassfish.web</groupId> <artifactId>jakarta.servlet.jsp.jstl</artifactId> <!-- contains taglibs.standard --> <version>${jakarta.jstl.version}</version> </dependency> <dependency> <groupId>jakarta.transaction</groupId> <artifactId>jakarta.transaction-api</artifactId>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 49.9K bytes - Click Count (0) -
docs/zh/docs/deployment/docker.md
通常你会把应用的**包依赖**放在某个文件里。 这主要取决于你用来**安装**这些依赖的工具。 最常见的方式是使用 `requirements.txt` 文件,每行一个包名及其版本范围。 当然,你也可以参考你在[关于 FastAPI 版本](versions.md)中读到的思路来设置版本范围。 例如,你的 `requirements.txt` 可能是: ``` fastapi[standard]>=0.113.0,<0.114.0 pydantic>=2.7.0,<3.0.0 ``` 通常你会用 `pip` 安装这些依赖,例如: <div class="termy"> ```console $ pip install -r requirements.txt ---> 100% Successfully installed fastapi pydantic
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 24.8K bytes - Click Count (0) -
docs/uk/docs/deployment/docker.md
Звісно, ви застосуєте ті самі ідеї з [Про версії FastAPI](versions.md), щоб задати діапазони версій. Наприклад, ваш `requirements.txt` може виглядати так: ``` fastapi[standard]>=0.113.0,<0.114.0 pydantic>=2.7.0,<3.0.0 ``` І зазвичай ви встановлюватимете ці залежності пакетів через `pip`, наприклад: <div class="termy"> ```console $ pip install -r requirements.txt
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 44.2K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
* {@code <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>}. * <p> * Shortcut for {@code getService(ArtifactFactory.class).create(...)}. * * @param coordsString the string having "standard" coordinates. * @return coordinates used to point to the artifact * * @see ArtifactCoordinatesFactory#create(Session, String) */ @NonnullCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 36.5K bytes - Click Count (0) -
cmd/sts-handlers.go
// with the common name "foo" will be associated with the policy "foo". // Other mapping functions - e.g. public-key hash based mapping - are // possible but not implemented. // // Group mapping is not possible with standard X.509 certificates. if certificate.Subject.CommonName == "" { writeSTSErrorResponse(ctx, w, ErrSTSMissingParameter, errors.New("certificate subject CN cannot be empty")) return }
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) -
requirements_lock_3_14.txt
--hash=sha256:f8212564d49c50eb4565e502814f694e240c55551a5f1bc841d4fcaabb0a9b8a \ --hash=sha256:ffa565331890b90056c01db69c0fe634a776f8019c143a5ae265f9c6bc4bd6d4 # via -r ci/official/requirements_updater/requirements.in zstandard==0.25.0 \ --hash=sha256:011d388c76b11a0c165374ce660ce2c8efa8e5d87f34996aa80f9c0816698b64 \ --hash=sha256:01582723b3ccd6939ab7b3a78622c573799d5d8737b534b86d0e06ac18dbde4a \Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Apr 07 11:39:48 GMT 2026 - 73.6K bytes - Click Count (0)