- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 506 for umount (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/en/docs/advanced/sub-applications.md
{* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 14:16] *} ### Mount the sub-application { #mount-the-sub-application } In your top-level application, `app`, mount the sub-application, `subapi`. In this case, it will be mounted at the path `/subapi`: {* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 19] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 2.9K 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/advanced/sub-applications.md
Bu alt uygulama da standart bir FastAPI uygulamasıdır; ancak "mount" edilecek olan budur: {* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 14:16] *} ### Alt uygulamayı mount edin { #mount-the-sub-application } Üst seviye uygulamanızda (`app`), alt uygulama `subapi`’yi mount edin. Bu örnekte `/subapi` path’ine mount edilecektir: {* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 19] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.2K bytes - Click Count (0) -
internal/disk/stat_windows.go
// GetDiskFreeSpaceEx - https://msdn.microsoft.com/en-us/library/windows/desktop/aa364937(v=vs.85).aspx // Retrieves information about the amount of space that is available on a disk volume, // which is the total amount of space, the total amount of free space, and the total // amount of free space available to the user that is associated with the calling thread. GetDiskFreeSpaceEx = kernel32.NewProc("GetDiskFreeSpaceExW")
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 4.1K bytes - Click Count (0) -
internal/mountinfo/mountinfo_windows.go
case windows.DRIVE_FIXED, windows.DRIVE_REMOVABLE, windows.DRIVE_REMOTE, windows.DRIVE_RAMDISK: // Recognize "fixed", "removable", "remote" and "ramdisk" drives as proper drives // which can be treated as an actual mount-point, rest can be ignored. // https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-getdrivetypew mountPointCache.Store(path, true) return true } mountPointCache.Store(path, false) return false
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 2.1K bytes - Click Count (0) -
docs/distributed/DESIGN.md
Refer to the sizing guide with details on the default parity count chosen for different erasure stripe sizes [here](https://github.com/minio/minio/blob/master/docs/distributed/SIZING.md)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Feb 26 09:25:50 GMT 2025 - 8K bytes - Click Count (2) -
cmd/os_unix.go
defer direntNamePool.Put(nameTmp) tmp := *nameTmp boff := 0 // starting read position in buf nbuf := 0 // end valid data in buf count := opts.count for count != 0 { if boff >= nbuf { boff = 0 stop := globalOSMetrics.time(osMetricReadDirent) nbuf, err = syscall.ReadDirent(fd, buf) stop() if err != nil { if isSysErrNotDir(err) { return nil, errFileNotFound
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 9.3K bytes - Click Count (0) -
docs/es/llm-prompt.md
* terminals: terminales (plural femenine, as in "las terminales") * lifespan: lifespan (do not translate to "vida útil" or "tiempo de vida") * unload: quitar de memoria (do not translate to "descargar") * mount (noun): mount (do not translate to "montura") * mount (verb): montar * statement (as in code statement): statement (do not translate to "declaración" or "sentencia")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 5.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.8.md
#### Storage * [stable] Mount options * The ability to specify mount options for volumes is moved from beta to stable. * A new `MountOptions` field in the `PersistentVolume` spec is available to specify mount options. This field replaces an annotation. * A new `MountOptions` field in the `StorageClass` spec allows configuration of mount options for dynamically provisioned volumes.
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Feb 20 15:45:02 GMT 2024 - 312.2K bytes - Click Count (0) -
docs/uk/docs/advanced/sub-applications.md
Цей підзастосунок - просто ще один стандартний застосунок FastAPI, але саме його буде «змонтовано»: {* ../../docs_src/sub_applications/tutorial001_py310.py hl[11, 14:16] *} ### Змонтуйте підзастосунок { #mount-the-sub-application } У вашому застосунку верхнього рівня, `app`, змонтуйте підзастосунок `subapi`. У цьому випадку його буде змонтовано за шляхом `/subapi`:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 4.5K bytes - Click Count (0)