- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 225 for uuid1 (0.12 sec)
-
cmd/object-api-multipart_test.go
} err = obj.AbortMultipartUpload(context.Background(), bucket, "\\", res.UploadID, opts) if err != nil { switch err.(type) { case InvalidUploadID: t.Fatalf("%s: New Multipart upload failed to create uuid file.", instanceType) default: t.Fatal(err.Error()) } } } // Wrapper for calling AbortMultipartUpload tests for both Erasure multiple disks and single node setup.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 09:42:21 UTC 2024 - 88.8K bytes - Viewed (0) -
docs/nl/docs/index.md
* Converteer Python types (`str`, `int`, `float`, `bool`, `list`, etc). * `datetime` objecten. * `UUID` objecten. * Database modellen. * ...en nog veel meer. * Automatische interactieve API-documentatie, inclusief 2 alternatieve gebruikersinterfaces: * Swagger UI. * ReDoc. ---
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.2K bytes - Viewed (0) -
docs/yo/docs/index.md
* Yí irúfẹ́ àmì ìtọ́kasí padà (`str`, `int`, `float`, `bool`, `list`, abbl i.e. àti bèbè ló). * Àwọn ohun èlò `datetime`. * Àwọn ohun èlò `UUID`. * Àwọn awoṣẹ́ ibi ìpamọ́ àkójọf'áyẹ̀wò. * ...àti ọ̀pọ̀lọpọ̀ díẹ̀ síi. * Ìbáṣepọ̀ àkọsílẹ̀ API aládàáṣiṣẹ́, pẹ̀lú ìdàkejì àgbékalẹ̀-àwọn-olùmúlò (i.e user interfaces) méjì: * Àgbékalẹ̀-olùmúlò Swagger.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 24.1K bytes - Viewed (0) -
docs/fa/docs/index.md
* تبدیل انواع داده پایتونی (`str`, `int`, `float`, `bool`, `list` و غیره). * اشیاء `datetime`. * اشیاء `UUID`. * qمدلهای پایگاهداده. * و موارد بیشمار دیگر. * دو مدل مستند API تعاملی خودکار : * Swagger UI. * ReDoc. ---
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 25.9K bytes - Viewed (0) -
docs/fr/docs/index.md
* les types Python (`str`, `int`, `float`, `bool`, `list`, etc). * les objets `datetime`. * les objets `UUID`. * les modèles de base de données. * ... et beaucoup plus. * La documentation API interactive automatique, avec 2 interfaces utilisateur au choix : * Swagger UI. * ReDoc. ---
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 22K bytes - Viewed (0) -
docs/zh-hant/docs/index.md
- Cookies - 請求標頭 - 表單 - 文件 - <abbr title="也被稱為: 序列化或解析">轉換</abbr>輸出的資料: 轉換 Python 資料型別到網路傳輸的 JSON: - 轉換 Python 型別 (`str`、 `int`、 `float`、 `bool`、 `list` 等) - `datetime` 物件 - `UUID` 物件 - 數據模型 - ...還有其他更多 - 自動生成的 API 文件,包含 2 種不同的使用介面: - Swagger UI - ReDoc --- 回到前面的的程式碼範例,**FastAPI** 還會: - 驗證 `GET` 和 `PUT` 請求路徑中是否包含 `item_id`。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 18.8K bytes - Viewed (0) -
cmd/xl-storage_test.go
package cmd import ( "bytes" "context" "crypto/rand" "io" "net/url" "os" slashpath "path" "runtime" "strings" "syscall" "testing" "github.com/google/uuid" ) func TestCheckPathLength(t *testing.T) { // Check path length restrictions are not same on windows/darwin if runtime.GOOS == "windows" || runtime.GOOS == "darwin" { t.Skip() } testCases := []struct {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 66.7K bytes - Viewed (0) -
cmd/xl-storage-disk-id-check.go
if p.health.status.Load() != diskHealthOK { return ctx, done, errFaultyDisk } // Verify if the disk is not stale // - missing format.json (unformatted drive) // - format.json is valid but invalid 'uuid' if err = p.checkDiskStale(); err != nil { return ctx, done, err } // Disallow recursive tracking to avoid deadlocks. if ctx.Value(healthDiskCtxKey{}) != nil { done = p.updateStorageMetrics(s, paths...)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:56:26 UTC 2024 - 34.5K bytes - Viewed (0) -
cmd/utils.go
return fi.Mode().IsRegular() } return false } // UTCNow - returns current UTC time. func UTCNow() time.Time { return time.Now().UTC() } // GenETag - generate UUID based ETag func GenETag() string { return ToS3ETag(getMD5Hash([]byte(mustGetUUID()))) } // ToS3ETag - return checksum to ETag func ToS3ETag(etag string) string { etag = canonicalizeETag(etag)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 13 22:22:04 UTC 2024 - 31.9K bytes - Viewed (0) -
README.md
* Convert Python types (`str`, `int`, `float`, `bool`, `list`, etc). * `datetime` objects. * `UUID` objects. * Database models. * ...and many more. * Automatic interactive API documentation, including 2 alternative user interfaces: * Swagger UI. * ReDoc. ---
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 09:13:26 UTC 2024 - 23.6K bytes - Viewed (0)