- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 306 for irides (0.09 sec)
-
docs/en/docs/help-fastapi.md
## Subscribe to the newsletter You can subscribe to the (infrequent) [**FastAPI and friends** newsletter](newsletter.md){.internal-link target=_blank} to stay updated about: * News about FastAPI and friends đ * Guides đ * Features ⨠* Breaking changes đ¨ * Tips and tricks â ## Follow FastAPI on Twitter
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Thu Aug 15 23:30:12 UTC 2024 - 13.7K bytes - Viewed (0) -
istioctl/pkg/dashboard/dashboard.go
} return portForward(name, namespace, "SkyWalking", "http://%s", bindAddress, skywalkingPort, client, cmd.OutOrStdout(), browser) }, } return cmd } // portForward first tries to forward localhost:remotePort to podName:remotePort, falls back to dynamic local port func portForward(podName, namespace, flavor, urlFormat, localAddress string, remotePort int, client kube.CLIClient, writer io.Writer, browser bool,
Registered: Wed Oct 30 22:53:10 UTC 2024 - Last Modified: Mon Apr 15 01:29:35 UTC 2024 - 20.5K bytes - Viewed (0) -
cmd/object-api-utils.go
size = diskAssumeUnknownSize } var available uint64 var total uint64 var nDisks int for _, disk := range di { if disk == nil || disk.Total == 0 { // Disk offline, no inodes or something else is wrong. continue } nDisks++ total += disk.Total available += disk.Total - disk.Used } if nDisks < len(di)/2 || nDisks <= 0 { var errs []error
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Aug 08 15:29:58 UTC 2024 - 37.1K bytes - Viewed (0) -
internal/s3select/message.go
// Wait until the `start` go-routine is done. <-writer.doneCh return nil } } // newMessageWriter creates a message writer that writes to the HTTP // response writer func newMessageWriter(w http.ResponseWriter, getProgressFunc func() (bytesScanned, bytesProcessed int64)) *messageWriter { writer := &messageWriter{ writer: w,
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Tue Aug 30 15:26:43 UTC 2022 - 15.2K bytes - Viewed (0) -
src/cmd/cgo/doc.go
_cgo_export.c and *.cgo2.c, into a dynamic executable and then lets cgo examine the executable. Cgo records the list of shared library references and resolved names and writes them into a new file _cgo_import.go, which looks like: //go:cgo_dynamic_linker "/lib64/ld-linux-x86-64.so.2" //go:cgo_import_dynamic puts puts#GLIBC_2.2.5 "libc.so.6"
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
cmd/erasure-server-pool-rebalance.go
func (set *erasureObjects) listObjectsToRebalance(ctx context.Context, bucketName string, fn func(entry metaCacheEntry)) error { disks, _ := set.getOnlineDisksWithHealing(false) if len(disks) == 0 { return fmt.Errorf("no online drives found for set with endpoints %s", set.getEndpoints()) } // However many we ask, versions must exist on ~50% listingQuorum := (set.setDriveCount + 1) / 2 // How to resolve partial results.
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Fri Sep 06 13:20:19 UTC 2024 - 28.4K bytes - Viewed (0) -
docs/bigdata/README.md
- [Installing Spark](https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/installing-spark/content/installing_spark.html) - Install MinIO Distributed Server using one of the guides below. - [Deployment based on Kubernetes](https://min.io/docs/minio/kubernetes/upstream/index.html#quickstart-for-kubernetes) - [Deployment based on MinIO Helm Chart](https://github.com/helm/charts/tree/master/stable/minio)
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Sep 29 04:28:45 UTC 2022 - 14.7K bytes - Viewed (0) -
src/bufio/scan_test.go
type slowReader struct { max int buf io.Reader } func (sr *slowReader) Read(p []byte) (n int, err error) { if len(p) > sr.max { p = p[0:sr.max] } return sr.buf.Read(p) } // genLine writes to buf a predictable but non-trivial line of text of length // n, including the terminal newline and an occasional carriage return. // If addNewline is false, the \r and \n are not emitted.
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Fri Sep 22 16:22:42 UTC 2023 - 14.3K bytes - Viewed (0) -
docs/bn/docs/python-types.md
``` //// //// tab | Python 3.8+ ```Python hl_lines="1 4" {!> ../../docs_src/python_types/tutorial008.py!} ``` //// āĻāĻ° āĻŽāĻžāĻ¨ā§ āĻšāĻ˛: * āĻā§āĻ°āĻŋāĻ¯āĻŧā§āĻŦāĻ˛ `prices` āĻšāĻ˛ āĻāĻāĻāĻŋ `dict`: * āĻāĻ `dict`-āĻāĻ° āĻā§āĻā§āĻ˛āĻŋ āĻšāĻ˛ `str` āĻāĻžāĻāĻĒā§āĻ° (āĻ§āĻ°āĻž āĻ¯āĻžāĻ, āĻĒā§āĻ°āĻ¤āĻŋāĻāĻŋ āĻāĻāĻā§āĻŽā§āĻ° āĻ¨āĻžāĻŽ)āĨ¤ * āĻāĻ `dict`-āĻāĻ° āĻŽāĻžāĻ¨āĻā§āĻ˛āĻŋ āĻšāĻ˛ `float` āĻāĻžāĻāĻĒā§āĻ° (āĻ§āĻ°āĻž āĻ¯āĻžāĻ, āĻĒā§āĻ°āĻ¤āĻŋāĻāĻŋ āĻāĻāĻā§āĻŽā§āĻ° āĻĻāĻžāĻŽ)āĨ¤ #### āĻāĻāĻ¨āĻŋāĻ¯āĻŧāĻ¨
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 35.8K bytes - Viewed (0) -
cmd/sts-handlers.go
} // Since issFromToken can have `/` characters (it is typically the // provider URL), we hash and encode it to base64 here. This is needed // because there will be a policy mapping stored on drives whose // filename is this parentUser: therefore, it needs to have only valid // filename characters and needs to have bounded length. { h := sha256.New()
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Aug 15 01:29:20 UTC 2024 - 33.9K bytes - Viewed (0)