- Sort Score
- Num 10 results
- Language All
Results 391 - 400 of 572 for colour (0.5 seconds)
-
CHANGELOG/CHANGELOG-1.7.md
#### Cloud Provider Support * [alpha] Improved support for out-of-tree and out-of-process cloud providers, a.k.a pluggable cloud providers. See [Build and Run cloud-controller-manager](https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller) documentation. ### **Cluster Federation** #### Placement Policy
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 308.7K bytes - Click Count (1) -
docs/fr/docs/tutorial/sql-databases.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 17.4K bytes - Click Count (0) -
docs/zh/docs/index.md
</div> 就这样!现在你可以通过该 URL 访问你的应用了。✨ #### 关于 FastAPI Cloud { #about-fastapi-cloud } **[FastAPI Cloud](https://fastapicloud.com)** 由 **FastAPI** 的同一位作者和团队打造。 它让你以最小的工作量就能**构建**、**部署**并**访问**一个 API。 它把用 FastAPI 构建应用时的**开发者体验**带到了部署到云上的过程。🎉 FastAPI Cloud 是「FastAPI and friends」开源项目的主要赞助方和资金提供者。✨ #### 部署到其他云厂商 { #deploy-to-other-cloud-providers } FastAPI 是开源且基于标准的。你可以部署 FastAPI 应用到你选择的任意云厂商。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 20.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.6.md
* vSphere cloud provider: Remove the dependency of login information on worker nodes for vsphere cloud provider. ([#43545](https://github.com/kubernetes/kubernetes/pull/43545), [@luomiao](https://github.com/luomiao))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 304K bytes - Click Count (0) -
docs/ru/docs/advanced/settings.md
<div class="termy"> ```console $ ADMIN_EMAIL="******@****.***" APP_NAME="ChimichangApp" fastapi run main.py <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> /// tip | Совет
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 16.5K bytes - Click Count (0) -
docs/en/docs/deployment/docker.md
/// Alternatively, HTTPS could be handled by a cloud provider as one of their services (while still running the application in a container). ## Running on Startup and Restarts { #running-on-startup-and-restarts } There is normally another tool in charge of **starting and running** your container. It could be **Docker** directly, **Docker Compose**, **Kubernetes**, a **cloud service**, etc.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 28.3K bytes - Click Count (1) -
logger/logger.go
import ( "context" "errors" "fmt" "io" "log" "os" "time" "gorm.io/gorm/utils" ) // ErrRecordNotFound record not found error var ErrRecordNotFound = errors.New("record not found") // Colors const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Magenta = "\033[35m" Cyan = "\033[36m"
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:35:55 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/tr/docs/deployment/docker.md
/// Alternatif olarak HTTPS, bir cloud provider'ın sunduğu servislerden biri tarafından da yönetilebilir (uygulama yine container içinde çalışırken). ## Startup'ta Çalıştırma ve Restart'lar { #running-on-startup-and-restarts } Container'ınızı **başlatıp çalıştırmaktan** sorumlu genellikle başka bir araç olur. Bu; doğrudan **Docker**, **Docker Compose**, **Kubernetes**, bir **cloud service** vb. olabilir.
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) -
api/go1.txt
pkg image/color, type Gray16 struct pkg image/color, type Gray16 struct, Y uint16 pkg image/color, type Model interface { Convert } pkg image/color, type Model interface, Convert(Color) Color pkg image/color, type NRGBA struct pkg image/color, type NRGBA struct, A uint8 pkg image/color, type NRGBA struct, B uint8 pkg image/color, type NRGBA struct, G uint8 pkg image/color, type NRGBA struct, R uint8Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
docs/pt/docs/tutorial/body-updates.md
### Recapitulando as atualizações parciais { #partial-updates-recap } Resumindo, para aplicar atualizações parciais você deveria: * (Opcionalmente) usar `PATCH` em vez de `PUT`. * Recuperar os dados armazenados. * Colocar esses dados em um modelo do Pydantic. * Gerar um `dict` sem valores padrão a partir do modelo de entrada (usando `exclude_unset`).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 4.3K bytes - Click Count (0)