- Sort Score
- Num 10 results
- Language All
Results 301 - 310 of 572 for colour (0.05 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/Init.java
import org.jline.consoleui.prompt.PromptResultItemIF; import org.jline.consoleui.prompt.builder.ListPromptBuilder; import org.jline.consoleui.prompt.builder.PromptBuilder; import org.jline.utils.Colors; import org.jline.utils.OSUtils; import static org.apache.maven.cling.invoker.mvnenc.EncryptInvoker.BAD_OPERATION; import static org.apache.maven.cling.invoker.mvnenc.EncryptInvoker.CANCELED;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jun 11 13:14:09 GMT 2025 - 12K bytes - Click Count (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
clerkstage.app cleverapps.cc cleverapps.io cleverapps.tech click clickrising.net client.scrypted.io clinic clinique clothing cloud cloud-ip.biz cloud.fedoraproject.org cloud.goog cloud.interhostsolutions.be cloud.nospamproxy.com cloud66.ws cloud66.zone cloudaccess.host cloudaccess.net cloudapp.net cloudapps.digital cloudflare-ipfs.com cloudflare.net
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Dec 31 14:50:53 GMT 2024 - 129.6K bytes - Click Count (2) -
docs/zh/docs/advanced/behind-a-proxy.md
如果设置为 `--forwarded-allow-ips="*"`,就会信任所有来源 IP。 如果你的**服务器**位于受信任的**代理**之后,并且只有代理会与它通信,这将使其接受该**代理**的任何 IP。 <div class="termy"> ```console $ fastapi run --forwarded-allow-ips="*" <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> ### 使用 HTTPS 的重定向 { #redirects-with-https } 例如,假设你定义了一个*路径操作* `/items/`:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 15.1K bytes - Click Count (0) -
docs/ja/docs/tutorial/testing.md
rootdir: /home/user/code/superawesome-cli/app plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1 collected 6 items ---> 100% test_main.py <span style="color: green; white-space: pre;">...... [100%]</span> <span style="color: green;">================= 1 passed in 0.03s =================</span> ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 7.1K bytes - Click Count (0) -
docs/en/data/sponsors.yml
keystone: - url: https://fastapicloud.com title: FastAPI Cloud. By the same team behind FastAPI. You code. We Cloud. img: https://fastapi.tiangolo.com/img/sponsors/fastapicloud.png gold: - url: https://blockbee.io?ref=fastapi title: BlockBee Cryptocurrency Payment Gateway img: https://fastapi.tiangolo.com/img/sponsors/blockbee.png - url: https://github.com/scalar/scalar/?utm_source=fastapi&utm_medium=website&utm_campaign=main-badgeCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Jan 19 20:55:32 GMT 2026 - 4.4K bytes - Click Count (0) -
docs/fr/docs/advanced/sub-applications.md
### Vérifier la documentation API automatique { #check-the-automatic-api-docs } Exécutez maintenant la commande `fastapi` : <div class="termy"> ```console $ fastapi dev <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> Et ouvrez la documentation à [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.2K bytes - Click Count (0) -
docs/tr/docs/tutorial/bigger-applications.md
/// ## Otomatik API Dokümanını Kontrol Edin { #check-the-automatic-api-docs } Şimdi uygulamanızı çalıştırın: <div class="termy"> ```console $ fastapi devCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 20.3K bytes - Click Count (0) -
docs/zh-hant/docs/advanced/sub-applications.md
{* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 19] *} ### 檢查自動 API 文件 { #check-the-automatic-api-docs } 現在,執行 `fastapi` 指令: <div class="termy"> ```console $ fastapi dev <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> 然後開啟位於 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) 的文件。 你會看到主應用的自動 API 文件,只包含它自己的*路徑操作*:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 2.8K bytes - Click Count (0) -
docs/ko/docs/advanced/sub-applications.md
### 자동 API 문서 확인 { #check-the-automatic-api-docs } 이제 `fastapi` 명령어를 실행하세요: <div class="termy"> ```console $ fastapi dev <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> 그리고 [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)에서 문서를 여세요.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 3.4K bytes - Click Count (0) -
android/guava/src/com/google/common/net/HostAndPort.java
if (colonPos >= 0 && hostPortString.indexOf(':', colonPos + 1) == -1) { // Exactly 1 colon. Split into host:port. host = hostPortString.substring(0, colonPos); portString = hostPortString.substring(colonPos + 1); } else { // 0 or 2+ colons. Bare hostname or IPv6 literal. host = hostPortString; hasBracketlessColons = colonPos >= 0; } }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 11.1K bytes - Click Count (0)