Home
last modified time | relevance | path

Searched refs:FormatProgress (Results 1 – 9 of 9) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/streamformatter/
H A Dstreamformatter.go73 func (sf *StreamFormatter) FormatProgress(id, action string, progress *jsonmessage.JSONProgress, au… func
129 formatted = out.sf.FormatProgress(prog.ID, prog.Action, &jsonProgress, prog.Aux)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewTransfers.h93 wxInt32 FormatProgress( double fBuffer, wxString& strBuffer ) const;
H A DViewWork.h107 wxInt32 FormatProgress( double fBuffer, wxString& strBuffer ) const;
H A DViewTransfers.cpp611 FormatProgress(x, transfer->m_strProgress); in SynchronizeCacheItem()
717 wxInt32 CViewTransfers::FormatProgress(double fBuffer, wxString& strBuffer) const { in FormatProgress() function in CViewTransfers
H A DViewWork.cpp1018 FormatProgress(x, work->m_strProgress); in SynchronizeCacheItem()
1171 wxInt32 CViewWork::FormatProgress(double fBuffer, wxString& strBuffer) const { in FormatProgress() function in CViewWork
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/
H A Dserver.go97 …if err := c.Inject(utils.ProgressReader(file.Body, int(file.ContentLength), out, sf.FormatProgress
329 …me.graph.Register(utils.ProgressReader(layer, contentLength, out, sf.FormatProgress("Downloading",…
590 …ata.ID, utils.ProgressReader(layerData, int(layerData.Size), out, sf.FormatProgress("Pushing", "%v…
643 …archive = utils.ProgressReader(resp.Body, int(resp.ContentLength), out, sf.FormatProgress("Importi…
H A Dgraph.go179 …return NewTempArchive(utils.ProgressReader(ioutil.NopCloser(archive), 0, output, sf.FormatProgress
H A Dcommands.go186 …io.Copy(wField, utils.ProgressReader(ioutil.NopCloser(context), -1, os.Stdout, sf.FormatProgress("…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/utils/
H A Dutils.go108 tpl = string(sf.FormatProgress("", "%v/%v (%v)"))
623 func (sf *StreamFormatter) FormatProgress(action, str string) []byte { func