- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 2,032 for data (0.03 sec)
-
fess-crawler-opensearch/src/main/resources/mapping/data.json
"accessResultData": { "properties": { "transformerName": { "type": "keyword" }, "encoding": { "type": "keyword" }, "data": { "type": "binary" } } }, "contentLength": { "type": "long" }, "lastModified": { "type": "long" }, "ruleId": {
Registered: 2024-11-10 03:50 - Last Modified: 2024-11-07 04:44 - 963 bytes - Viewed (0) -
cmd/data-scanner.go
) // initDataScanner will start the scanner in the background. func initDataScanner(ctx context.Context, objAPI ObjectLayer) { go func() { r := rand.New(rand.NewSource(time.Now().UnixNano())) // Run the data scanner in a loop for { runDataScanner(ctx, objAPI) duration := time.Duration(r.Float64() * float64(scannerCycle.Load())) if duration < time.Second {
Registered: 2024-11-03 19:28 - Last Modified: 2024-10-22 21:10 - 48.4K bytes - Viewed (0) -
cmd/data-scanner_test.go
Krishnan Parthasarathi <******@****.***> 1714735138 -0700
Registered: 2024-11-03 19:28 - Last Modified: 2024-05-03 11:18 - 6.9K bytes - Viewed (0) -
cmd/data-usage_test.go
Poorna <******@****.***> 1728080613 -0700
Registered: 2024-11-03 19:28 - Last Modified: 2024-10-04 22:23 - 14.7K bytes - Viewed (0) -
cmd/data-usage-cache.go
hashPathCutSet = dataUsageRoot + string(filepath.Separator) } } // hashPath calculates a hash of the provided string. func hashPath(data string) dataUsageHash { if data != dataUsageRoot { data = strings.Trim(data, hashPathCutSet) } return dataUsageHash(path.Clean(data)) } //msgp:ignore dataUsageHashMap type dataUsageHashMap map[string]struct{} // DecodeMsg implements msgp.Decodable
Registered: 2024-11-03 19:28 - Last Modified: 2024-10-22 15:30 - 34.7K bytes - Viewed (0) -
docs/de/docs/tutorial/extra-data-types.md
* `datetime.datetime`: * Ein Python-`datetime.datetime`. * Wird in Requests und Responses als `str` im ISO 8601-Format dargestellt, etwa: `2008-09-15T15:53:00+05:00`. * `datetime.date`: * Python-`datetime.date`. * Wird in Requests und Responses als `str` im ISO 8601-Format dargestellt, etwa: `2008-09-15`. * `datetime.time`: * Ein Python-`datetime.time`.
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-06 20:36 - 4.3K bytes - Viewed (0) -
cmd/data-usage.go
Harshavardhana <******@****.***> 1715215894 -0700
Registered: 2024-11-03 19:28 - Last Modified: 2024-05-09 00:51 - 5.6K bytes - Viewed (0) -
docs/en/docs/tutorial/extra-data-types.md
# Extra Data Types Up to now, you have been using common data types, like: * `int` * `float` * `str` * `bool` But you can also use more complex data types. And you will still have the same features as seen up to now: * Great editor support. * Data conversion from incoming requests. * Data conversion for response data. * Data validation. * Automatic annotation and documentation. ## Other data types
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-06 20:36 - 4K bytes - Viewed (0) -
docs/zh/docs/tutorial/extra-data-types.md
* 一种标准的 "通用唯一标识符" ,在许多数据库和系统中用作ID。 * 在请求和响应中将以 `str` 表示。 * `datetime.datetime`: * 一个 Python `datetime.datetime`. * 在请求和响应中将表示为 ISO 8601 格式的 `str` ,比如: `2008-09-15T15:53:00+05:00`. * `datetime.date`: * Python `datetime.date`. * 在请求和响应中将表示为 ISO 8601 格式的 `str` ,比如: `2008-09-15`. * `datetime.time`: * 一个 Python `datetime.time`. * 在请求和响应中将表示为 ISO 8601 格式的 `str` ,比如: `14:23:55.003`. * `datetime.timedelta`:
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-06 20:36 - 3.9K bytes - Viewed (0) -
cmd/dummy-data-generator_test.go
Klaus Post <******@****.***> 1719933185 -0700
Registered: 2024-11-03 19:28 - Last Modified: 2024-07-02 15:13 - 4.7K bytes - Viewed (0)