Home
last modified time | relevance | path

Searched refs:progressSub (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyProgressManager.java29 String progressSub = null; field in SurveyProgressManager.SurveyProgressTask
63 progressSub = what; in update()
75 progressSub = what; in update()
130 if (progressSub != null) { in toString()
131 buf.append("<br/>" + progressSub); in toString()
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/
H A Doperationrunner.cpp64 connect(op, &Operation::progress, this, &OperationRunner::progressSub); in run()
69 disconnect(op, &Operation::progress, this, &OperationRunner::progressSub); in run()
H A Doperationrunner.h56 void progressSub(int);