- Sort Score
- Num 10 results
- Language All
Results 911 - 920 of 1,021 for Count (0.03 seconds)
-
api/go1.16.txt
pkg syscall (darwin-arm64), type Msghdr struct, Pad_cgo_1 [4]uint8 pkg syscall (darwin-arm64), type Radvisory_t struct pkg syscall (darwin-arm64), type Radvisory_t struct, Count int32 pkg syscall (darwin-arm64), type Radvisory_t struct, Offset int64 pkg syscall (darwin-arm64), type Radvisory_t struct, Pad_cgo_0 [4]uint8 pkg syscall (darwin-arm64), type RawSockaddr struct, Data [14]int8
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
docs/ja/docs/advanced/sub-applications.md
次に、サブアプリケーションとその path operation を作成します。 このサブアプリケーションは通常の FastAPI アプリケーションですが、これを「マウント」します: {* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 14:16] *} ### サブアプリケーションをマウント { #mount-the-sub-application } トップレベルのアプリケーション `app` に、サブアプリケーション `subapi` をマウントします。 この例では、パス `/subapi` にマウントされます: {* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 19] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 3.5K bytes - Click Count (0) -
docs/tr/docs/tutorial/bigger-applications.md
**Not**: Bu oldukça teknik bir detay; büyük ihtimalle **direkt geçebilirsiniz**. --- `APIRouter`’lar "mount" edilmez; uygulamanın geri kalanından izole değildir. Çünkü *path operation*’larını OpenAPI şemasına ve kullanıcı arayüzlerine dahil etmek istiyoruz. Onları tamamen izole edip bağımsız şekilde "mount" edemediğimiz için, *path operation*’lar doğrudan eklenmek yerine "klonlanır" (yeniden oluşturulur). ///
Created: 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/docker/README.md
quay.io/minio/minio server /data ``` `MINIO_ROOT_USER_FILE` and `MINIO_ROOT_PASSWORD_FILE` also support custom absolute paths, in case Docker secrets are mounted to custom locations or other tools are used to mount secrets into the container. For example, HashiCorp Vault injects secrets to `/vault/secrets`. With the custom names above, set the environment variables to ``` MINIO_ROOT_USER_FILE=/vault/secrets/my_access_key
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 8.2K bytes - Click Count (0) -
docs/tr/docs/how-to/custom-docs-ui-assets.md
├── swagger-ui-bundle.js └── swagger-ui.css ``` ### Statik dosyaları servis edin { #serve-the-static-files } * `StaticFiles` içe aktarın. * Belirli bir path'te bir `StaticFiles()` instance'ını "mount" edin. {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[7,11] *} ### Statik dosyaları test edin { #test-the-static-files }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 8.6K bytes - Click Count (0) -
docs/en/docs/how-to/custom-docs-ui-assets.md
│ ├── main.py └── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ``` ### Serve the static files { #serve-the-static-files } * Import `StaticFiles`. * "Mount" a `StaticFiles()` instance in a specific path. {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[7,11] *} ### Test the static files { #test-the-static-files }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 7.5K bytes - Click Count (0) -
docs/ko/docs/tutorial/bigger-applications.md
/// info | 매우 기술적인 세부사항 **참고**: 이는 매우 기술적인 세부사항이라 아마 **그냥 건너뛰어도 됩니다**. --- `APIRouter`는 "mount"되는 것이 아니며, 애플리케이션의 나머지 부분과 격리되어 있지 않습니다. 이는 OpenAPI 스키마와 사용자 인터페이스에 그들의 *path operations*를 포함시키고 싶기 때문입니다. 나머지와 독립적으로 격리해 "mount"할 수 없으므로, *path operations*는 직접 포함되는 것이 아니라 "clone"(재생성)됩니다. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0) -
ci/devinfra/docker/windows2022/Dockerfile
# Symlink a directory, to have it pretend be the T:\ drive. # This drive letter is used by internal CI, # and part of it is mounted to the container during the container's creation. # # While the mount argument (`-v host_path:container_path`) still requires # `container_path` to be a legitimate C:\ path, in this case, 'C:\drive_t', # this symlink does allow for the convenience of passing unedited paths
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Mar 04 19:50:57 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/ko/docs/how-to/custom-docs-ui-assets.md
└── static ├── redoc.standalone.js ├── swagger-ui-bundle.js └── swagger-ui.css ``` ### 정적 파일 제공하기 { #serve-the-static-files } * `StaticFiles`를 import합니다. * 특정 경로에 `StaticFiles()` 인스턴스를 "마운트(mount)"합니다. {* ../../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:06:26 GMT 2026 - 8.9K bytes - Click Count (0) -
helm/minio/values.yaml
## If the PV uses a different storage class, specify that here. storageClass: "" volumeName: "" accessMode: ReadWriteOnce size: 500Gi ## If subPath is set mount a sub folder of a volume instead of the root of the volume. ## This is especially handy for volume plugins that don't natively support sub mounting (like glusterfs). ## subPath: ""
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 19.7K bytes - Click Count (1)