Home
last modified time | relevance | path

Searched refs:updateProgress (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_queues_progress_updater_test.cpp32 updater.updateProgress(200, "test task"); in testSlowProgress()
33 updater.updateProgress(100, "test task"); in testSlowProgress()
52 updater.updateProgress(0, "test task"); in testSlowProgress()
74 updater.updateProgress(200, "test task"); in testFastProgress()
75 updater.updateProgress(0, "test task"); in testFastProgress()
87 updater.updateProgress(100, "test task"); in testFastProgress()
88 updater.updateProgress(0, "test task"); in testFastProgress()
100 updater.updateProgress(0, "test task"); in testFastProgress()
101 updater.updateProgress(0, "test task"); in testFastProgress()
/dports/multimedia/webcamoid/webcamoid-8.8.0/StandAlone/share/qml/
H A DPhotoWidget.qml70 updateProgress.stop()
80 text: updateProgress.running? qsTr("Cancel"): qsTr("Shot!")
92 if (updateProgress.running) {
93 updateProgress.stop()
101 updateProgress.start()
119 id: updateProgress
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/sub-attaq/
H A Dprogressitem.cpp65 updateProgress(); in setLevel()
71 updateProgress(); in setScore()
74 void ProgressItem::updateProgress() in updateProgress() function in ProgressItem
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/Common/
H A DExportCSVAsync.php30 private function updateProgress($text, $status = 'inprogress') function in phpList\\plugin\\Common\\ExportCSVAsync
101 $this->updateProgress(s('Generating the export data'));
109 $this->updateProgress(s('Exported %d of %d %d%%', $i, $total, $percent));
114 $this->updateProgress('Finished', 'complete');
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/sub-attaq/
H A Dprogressitem.cpp55 updateProgress(); in setLevel()
61 updateProgress(); in setScore()
64 void ProgressItem::updateProgress() in updateProgress() function in ProgressItem
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/
H A Dgame_init.cpp43 static void updateProgress(int progress) in updateProgress() function
60 updateProgress(200); in beginGameChangeBusyWorker()
281 updateProgress(50); in loadGameStartupResourcesBusyWorker()
321 updateProgress((packageIdx + 1) * (200 - 50) / numPackages - 1); in loadGameStartupResourcesBusyWorker()
328 updateProgress(200); in loadGameStartupResourcesBusyWorker()
417 updateProgress(50); in loadAddonResourcesBusyWorker()
452 updateProgress(180); in loadAddonResourcesBusyWorker()
463 updateProgress(200); in loadAddonResourcesBusyWorker()
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dtaskmonitor.cpp81 updateProgress(); in registerTask()
89 updateProgress(); in unregisterTask()
117 updateProgress(); in reportTaskProgress()
143 updateProgress(); in abortAllTasks()
146 void TaskMonitor::updateProgress() { in updateProgress() function in mixxx::TaskMonitor
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Ddockmanagernotificationbackend.cpp74 selectOverload<int>(&DockManagerNotificationBackend::updateProgress)); in DockManagerNotificationBackend()
103 void DockManagerNotificationBackend::updateProgress(int progress) in updateProgress() function in DockManagerNotificationBackend
120 void DockManagerNotificationBackend::updateProgress(int done, int total) in updateProgress() function in DockManagerNotificationBackend
141 &ClientBacklogManager::updateProgress, in synchronized()
143 selectOverload<int, int>(&DockManagerNotificationBackend::updateProgress)); in synchronized()
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Ddockmanagernotificationbackend.cpp74 selectOverload<int>(&DockManagerNotificationBackend::updateProgress)); in DockManagerNotificationBackend()
103 void DockManagerNotificationBackend::updateProgress(int progress) in updateProgress() function in DockManagerNotificationBackend
120 void DockManagerNotificationBackend::updateProgress(int done, int total) in updateProgress() function in DockManagerNotificationBackend
141 &ClientBacklogManager::updateProgress, in synchronized()
143 selectOverload<int, int>(&DockManagerNotificationBackend::updateProgress)); in synchronized()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperfprofilertracefile.cpp318 if (!updateProgress(progress)) in readFromDevice()
323 bool PerfProfilerTraceFile::updateProgress(int progress) in updateProgress() function in PerfProfiler::Internal::PerfProfilerTraceFile
428 if (!updateProgress(progress += progressPerPreprocess)) in writeToDevice()
441 if (!updateProgress(progress += progressPerPreprocess)) in writeToDevice()
454 if (!updateProgress(progress += progressPerPreprocess)) in writeToDevice()
469 if (!updateProgress(progress += progressPerPreprocess)) in writeToDevice()
482 if (!updateProgress(progress += progressPerPreprocess)) in writeToDevice()
495 if (!updateProgress(progress += progressPerPreprocess)) in writeToDevice()
509 if (updateProgress(progress + (remainingProgress * i / traceManager->numEvents()))) in writeToDevice()
515 if (updateProgress(progress += remainingProgress)) in writeToDevice()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DProgressJob.h49 …ressBarHandle* progressBar, CGUIDialogProgress* progressDialog, bool updateProgress = true, bool u…
100 void SetUpdateProgress(bool updateProgress) { m_updateProgress = updateProgress; } in SetUpdateProgress() argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/updater/
H A Dupdatedownloaddialog.cpp74 updateProgress(); in DENG_GUI_PIMPL()
85 updateProgress(); in DENG_GUI_PIMPL()
110 void updateProgress() in DENG_GUI_PIMPL()
180 d->updateProgress(); in finished()
258 d->updateProgress(); in finished()
293 d->updateProgress(); in progress()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dtaskprogresswidget.cpp56 void TaskProgressWidget::updateProgress(int progress, unsigned icon_id) in updateProgress() function in TaskProgressWidget
58 updateProgress(progress, "", icon_id); in updateProgress()
61 void TaskProgressWidget::updateProgress(int progress, QString text, unsigned icon_id) in updateProgress() function in TaskProgressWidget
/dports/irc/quassel/quassel-0.14-rc2/src/client/
H A Dcoreconnection.cpp99 void CoreConnection::updateProgress(int value, int max) in updateProgress() function in CoreConnection
368 …connect(_authHandler, &ClientAuthHandler::transferProgress, this, &CoreConnection::updateProgress); in connectToCurrentAccount()
404 updateProgress(0, 0); in onLoginSuccessful()
419 updateProgress(100, 100); in onHandshakeComplete()
437 updateProgress(100, 100); in internalSessionStateReceived()
445 updateProgress(0, 100); in syncToCore()
462 updateProgress(0, _numNetsToSync); in syncToCore()
485 updateProgress(_numNetsToSync - _netsToSync.count(), _numNetsToSync); in networkInitDone()
/dports/irc/quassel-core/quassel-0.14-rc2/src/client/
H A Dcoreconnection.cpp99 void CoreConnection::updateProgress(int value, int max) in updateProgress() function in CoreConnection
368 …connect(_authHandler, &ClientAuthHandler::transferProgress, this, &CoreConnection::updateProgress); in connectToCurrentAccount()
404 updateProgress(0, 0); in onLoginSuccessful()
419 updateProgress(100, 100); in onHandshakeComplete()
437 updateProgress(100, 100); in internalSessionStateReceived()
445 updateProgress(0, 100); in syncToCore()
462 updateProgress(0, _numNetsToSync); in syncToCore()
485 updateProgress(_numNetsToSync - _netsToSync.count(), _numNetsToSync); in networkInitDone()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/pkg/progress/
H A Dprogressreader.go45 p.updateProgress(err != nil && read == 0)
57 p.updateProgress(false)
62 func (p *Reader) updateProgress(last bool) { func

12345678910>>...31