- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 1,918 for serve (0.02 seconds)
-
guava/src/com/google/common/base/Strings.java
* java.util.IllegalFormatException}. * * <p>In certain cases, such as outputting debugging information or constructing a message to be * used for another unchecked exception, an exception during string formatting would serve little * purpose except to supplant the real information you were trying to provide. These are the cases * this method is made for; it instead generates a best-effort string with all supplied argument
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 12.5K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Strings.java
* java.util.IllegalFormatException}. * * <p>In certain cases, such as outputting debugging information or constructing a message to be * used for another unchecked exception, an exception during string formatting would serve little * purpose except to supplant the real information you were trying to provide. These are the cases * this method is made for; it instead generates a best-effort string with all supplied argument
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 29 22:14:05 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/en/docs/deployment/docker.md
1. Copy the `main.py` file to the `/code` directory directly (without any `./app` directory). 2. Use `fastapi run` to serve your application in the single file `main.py`. When you pass the file to `fastapi run` it will detect automatically that it is a single file and not part of a package and will know how to import it and serve your FastAPI app. ๐ ## Deployment Concepts { #deployment-concepts }
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) -
docs/en/docs/deployment/https.md
* For this to work, a **single** component (program) running on the server, listening on the **public IP address**, must have **all the HTTPS certificates** in the server. * **After** obtaining a secure connection, the communication protocol is **still HTTP**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 14K bytes - Click Count (0) -
docs/ja/docs/how-to/custom-docs-ui-assets.md
ใใฎๅพใใใกใคใซๆงๆใฏๆฌกใฎใใใซใชใใพใ: ``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โโโ static โโโ redoc.standalone.js โโโ swagger-ui-bundle.js โโโ swagger-ui.css ``` ### ้็ใใกใคใซใฎ้ ไฟก { #serve-the-static-files } - `StaticFiles` ใใคใณใใผใใใพใใ - ็นๅฎใฎใในใซ `StaticFiles()` ใคใณในใฟใณในใใใใฆใณใใใใพใใ {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[7,11] *} ### ้็ใใกใคใซใฎใในใ { #test-the-static-files }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 9.5K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt
this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Jun 04 06:45:16 GMT 2024 - 13.9K bytes - Click Count (0) -
docs/zh/docs/how-to/custom-docs-ui-assets.md
ไนๅ๏ผไฝ ็ๆไปถ็ปๆๅฏ่ฝๅฆไธ๏ผ ``` . โโโ app โย ย โโโ __init__.py โย ย โโโ main.py โโโ static โโโ redoc.standalone.js โโโ swagger-ui-bundle.js โโโ swagger-ui.css ``` ### ๆไพ้ๆๆไปถ { #serve-the-static-files } - ๅฏผๅ ฅ `StaticFiles`ใ - ๅจ็นๅฎ่ทฏๅพไธโๆ่ฝฝโไธไธช `StaticFiles()` ๅฎไพใ {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[7,11] *} ### ๆต่ฏ้ๆๆไปถ { #test-the-static-files }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 7.1K bytes - Click Count (0) -
helm-releases/minio-2.0.1.tgz
runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 resources: requests: memory: 128Mi ## Use this field to add environment variables relevant to MinIO server. These fields will be passed on to MinIO container(s) ## when Chart is deployed environment: ## Please refer for comprehensive list https://docs.min.io/minio/baremetal/reference/minio-server/minio-server.html ## MINIO_SUBNET_LICENSE: "License key obtained from https://subnet.min.io" ## MINIO_BROWSER: "off" networkPolicy: enabled: false allowExternal:...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 31 09:09:09 GMT 2021 - 13.6K bytes - Click Count (0) -
cmd/erasure-server-pool.go
poolObjInfos[i] = pinfo }(i, pool, poolOpts[i]) } wg.Wait() // Sort the objInfos such that we always serve latest // this is a defensive change to handle any duplicate // content that may have been created, we always serve // the latest object. sort.Slice(poolObjInfos, func(i, j int) bool { mtime1 := poolObjInfos[i].ObjInfo.ModTime mtime2 := poolObjInfos[j].ObjInfo.ModTime
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 89.2K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Multimap.java
* to {@code this.get(k)} only when {@code k} is a key contained in the multimap; otherwise it * returns {@code null} as opposed to an empty collection. * * <p>Changes to the returned map or the collections that serve as its values will update the * underlying multimap, and vice versa. The map does not support {@code put} or {@code putAll}, * nor do its entries support {@link Entry#setValue setValue}. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 17 20:26:29 GMT 2025 - 15K bytes - Click Count (0)