- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for tb (0.01 sec)
-
cmd/erasure_test.go
// Returns an initialized setup for erasure tests. func newErasureTestSetup(tb testing.TB, dataBlocks int, parityBlocks int, blockSize int64) (*erasureTestSetup, error) { diskPaths := make([]string, dataBlocks+parityBlocks) disks := make([]StorageAPI, len(diskPaths)) var err error for i := range diskPaths { disks[i], diskPaths[i], err = newXLStorageTestSetup(tb) if err != nil { return nil, err }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 4.8K bytes - Viewed (0) -
cmd/site-replication-utils_gen.go
return } err = za0002.DecodeMsg(dc) if err != nil { err = msgp.WrapError(err, "BucketStatuses", za0001) return } z.BucketStatuses[za0001] = za0002 } case "tb": z.TotBuckets, err = dc.ReadInt() if err != nil { err = msgp.WrapError(err, "TotBuckets") return } case "cst": err = z.TargetReplicationResyncStatus.DecodeMsg(dc) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Nov 14 15:16:40 UTC 2022 - 7.2K bytes - Viewed (0) -
src/cmd/api/testdata/src/pkg/p3/p3.go
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p3 type ThirdBase struct{} func (tb *ThirdBase) GoodPlayer() (i, j, k int)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Nov 09 14:05:53 UTC 2022 - 310 bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/index.md
/// tip ๐ ๐ ๐ โซ๏ธโ ๐ "๐", โ๏ธ โช๏ธโก๏ธ ๐ข, ๐ช โ๏ธ ๐ โญ ๐. /// ๐โ ๐ ๐จ ๐ฌ, **FastAPI** ๐ โ ๐ : * ๐ค ๐ ๐ ("โ") ๐ข โฎ๏ธ โ ๐ข. * ๐ค ๐ โช๏ธโก๏ธ ๐ ๐ข. * ๐ ๏ธ ๐ ๐ ๐ข ๐ *โก ๐ ๏ธ ๐ข*. ```mermaid graph TB common_parameters(["common_parameters"]) read_items["/items/"] read_users["/users/"] common_parameters --> read_items common_parameters --> read_users ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.1K bytes - Viewed (0) -
ci/official/requirements_updater/requirements.in
# Note that we must use nightly here as these are used in nightly jobs # For release jobs, we will pin these on the release branch keras-nightly ~= 3.10.0.dev tb-nightly ~= 2.20.0.a # For new protobuf, if V.x.y is gencode version, then runtime version U must be # V <= U <= V+1 # More info at https://protobuf.dev/support/cross-version-runtime-guarantee/ protobuf >= 5.28.0, < 7.0
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Sep 03 23:57:17 UTC 2025 - 1.2K bytes - Viewed (0) -
ci/official/requirements_updater/numpy1_requirements/requirements.in
# Note that we must use nightly here as these are used in nightly jobs # For release jobs, we will pin these on the release branch keras-nightly ~= 3.10.0.dev tb-nightly ~= 2.20.0.a # For new protobuf, if V.x.y is gencode version, then runtime version U must be # V <= U <= V+1 # More info at https://protobuf.dev/support/cross-version-runtime-guarantee/ protobuf >= 5.28.0, < 7.0
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Sep 03 23:57:17 UTC 2025 - 1.2K bytes - Viewed (0) -
api/go1.25.txt
pkg testing, method (*F) Output() io.Writer #59928 pkg testing, method (*T) Attr(string, string) #43936 pkg testing, method (*T) Output() io.Writer #59928 pkg testing, type TB interface, Attr(string, string) #43936 pkg testing, type TB interface, Output() io.Writer #59928 pkg testing/fstest, method (MapFS) Lstat(string) (fs.FileInfo, error) #49580 pkg testing/fstest, method (MapFS) ReadLink(string) (string, error) #49580
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 16:09:57 UTC 2025 - 6.8K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/sub-dependencies.md
But **FastAPI** will know that it has to solve `query_extractor` first, to pass the results of that to `query_or_cookie_extractor` while calling it. /// ```mermaid graph TB query_extractor(["query_extractor"]) query_or_cookie_extractor(["query_or_cookie_extractor"]) read_query["/items/"] query_extractor --> query_or_cookie_extractor --> read_query ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.7K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/sub-dependencies.md
/// info ๐ ๐ ๐ฅ ๐ด ๐ฃ 1๏ธโฃ ๐ *โก ๐ ๏ธ ๐ข*, `query_or_cookie_extractor`. โ๏ธ **FastAPI** ๐ ๐ญ ๐ โซ๏ธ โ๏ธ โ `query_extractor` ๐ฅ, ๐ถโโ๏ธ ๐ ๐ `query_or_cookie_extractor` โช ๐ค โซ๏ธ. /// ```mermaid graph TB query_extractor(["query_extractor"]) query_or_cookie_extractor(["query_or_cookie_extractor"]) read_query["/items/"] query_extractor --> query_or_cookie_extractor --> read_query ``` ## โ๏ธ ๐ ๐ ๐ ๐ฐ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/ja/docs/tutorial/dependencies/index.md
ๆฌกใฎ็ซ ใงใฏใ้ขๆฐไปฅๅคใฎใใใฎใใไพๅญ้ขไฟใจใใฆไฝฟ็จใงใใใใฎใ่ฆใฆใใใพใใ /// ๆฐใใใชใฏใจในใใๅฐ็ใใใใณใซใ**FastAPI** ใไปฅไธใฎใใใชๅฆ็ใ่กใใพใ: * ไพๅญ้ขไฟ๏ผ"dependable"๏ผ้ขๆฐใๆญฃใใใใฉใกใผใฟใงๅผใณๅบใใพใใ * ้ขๆฐใฎ็ตๆใๅๅพใใพใใ * *path operation้ขๆฐ*ใฎใใฉใกใผใฟใซใใฎ็ตๆใไปฃๅ ฅใใฆใใ ใใใ ```mermaid graph TB common_parameters(["common_parameters"]) read_items["/items/"] read_users["/users/"] common_parameters --> read_items common_parameters --> read_users ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.6K bytes - Viewed (0)