Home
last modified time | relevance | path

Searched refs:noStream (Results 1 – 10 of 10) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/command/container/
H A Dstats.go23 noStream bool member
44 …flags.BoolVar(&opts.noStream, "no-stream", false, "Disable streaming stats and only pull the first…
111 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
128 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
137 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
163 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
202 if !opts.noStream {
223 if opts.noStream {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/container/
H A Dstats.go23 noStream bool member
45 …flags.BoolVar(&opts.noStream, "no-stream", false, "Disable streaming stats and only pull the first…
114 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
131 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
140 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
169 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
205 if !opts.noStream {
228 if opts.noStream {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/container/
H A Dstats.go23 noStream bool member
45 …flags.BoolVar(&opts.noStream, "no-stream", false, "Disable streaming stats and only pull the first…
114 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
131 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
140 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
166 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
204 if !opts.noStream {
225 if opts.noStream {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/container/
H A Dstats.go23 noStream bool member
45 …flags.BoolVar(&opts.noStream, "no-stream", false, "Disable streaming stats and only pull the first…
114 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
131 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
140 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
169 go collect(ctx, s, dockerCli.Client(), !opts.noStream, waitFirst)
205 if !opts.noStream {
228 if opts.noStream {
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/chrome-trace-event/
H A DREADME.md18 noStream: true
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/chrome-trace-event/
H A DREADME.md18 noStream: true
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/chrome-trace-event/
H A DREADME.md18 noStream: true
/dports/sysutils/siegfried/siegfried-1.9.1/vendor/github.com/richardlehane/mscfb/
H A Dfile.go165 if file.leftSibID != noStream {
170 if file.childID != noStream {
177 if file.rightSibID != noStream {
H A Dmscfb.go62 noStream uint32 = 0xFFFFFFFF // empty pointer const
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dattachment_httpsrv.go400 noStream := "true" == req.URL.Query().Get("nostream")
401 if noStream {