Home
last modified time | relevance | path

Searched refs:progress_str (Results 1 – 21 of 21) sorted by relevance

/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dprogressdialog.h67 const gchar *progress_str,
74 const gchar *progress_str,
88 const gchar *progress_str);
H A Dprogressdialog.c202 const gchar *progress_str, gpointer data) in progress_dialog_append() argument
213 PROG_COL_PROGRESS, progress_str, in progress_dialog_append()
220 const gchar *status, const gchar *progress_str, in progress_dialog_set_row() argument
232 PROG_COL_PROGRESS, progress_str, in progress_dialog_set_row()
275 const gchar *progress_str) in progress_dialog_set_row_progress() argument
283 progress_str, -1); in progress_dialog_set_row_progress()
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqprogressbar.h91 virtual bool setIndicator( QString & progress_str, int progress,
99 QString progress_str; variable
126 return progress_str; in progressString()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3progressbar.h100 virtual bool setIndicator(QString &progress_str, int progress, int totalSteps);
109 QString progress_str; local
129 return progress_str; in progressString()
H A Dq3progressbar.cpp208 setIndicator(progress_str, progress_val, total_steps); in reset()
230 (setIndicator(progress_str, progress_val, total_steps) || !total_steps)) in setTotalSteps()
251 if (setIndicator(progress_str, progress_val, total_steps) in setProgress()
356 setIndicator(progress_str, progress_val, total_steps); in setVisible()
/dports/sysutils/tracker/tracker-2.3.4/src/tracker/
H A Dtracker-daemon.c307 gchar *progress_str = NULL; in miner_print_state() local
311 progress_str = g_strdup_printf ("%3u%%", (guint)(progress * 100)); in miner_print_state()
335 progress_str ? progress_str : "✓ ", in miner_print_state()
348 g_free (progress_str); in miner_print_state()
383 gchar *progress_str; in store_print_state() local
401 progress_str = g_strdup_printf ("%3u%%", (guint)(progress * 100)); in store_print_state()
403 progress_str = g_strdup_printf ("✓ "); in store_print_state()
408 progress_str ? progress_str : " ", in store_print_state()
419 g_free (progress_str); in store_print_state()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dui.hpp340 char progress_str[32] = { 0 }; in drawProgressBar() local
341 …snprintf(progress_str, sizeof(progress_str), "%d / %d", statisticUpdateCurrent, statisticUpdateMax… in drawProgressBar()
342 …ttfPrintTextColor(ttf12, progressbar.x + progressbar.w / 2 - (strlen(progress_str) * TTF12_WIDTH) … in drawProgressBar()
343 progressbar.y + 4, uint32ColorWhite(*mainsurface), true, progress_str); in drawProgressBar()
/dports/multimedia/tcmplex-panteltje/tcmplex-panteltje-0.4.7/
H A Dbbencode.h30 char *progress_str; member
/dports/sysutils/rw/rw-portable-1.0/
H A Drw.c379 const char* progress_str = NULL; in main() local
396 case 'p': progress_str = optarg; verbose = true; break; in main()
513 if ( progress_str ) in main()
514 interval = parse_time_t(progress_str); in main()
/dports/biology/ugene/ugene-40.1/src/plugins/CoreTests/src/
H A DTaskTests.cpp338 QString progress_str = el.attribute(STATEINFO_PROGRESS_ATTR); in init() local
339 if (!progress_str.isEmpty()) { in init()
341 taskStateInfo.progress = progress_str.toInt(&ok); in init()
/dports/editors/ghex/ghex-3.41.1/src/
H A Dhex-document.c755 gchar *progress_str; in hex_document_export_html() local
814 progress_str = g_strdup_printf("%d/%d", page, pages); in hex_document_export_html()
816 progress_str); in hex_document_export_html()
817 g_free(progress_str); in hex_document_export_html()
/dports/devel/ispc/ispc-1.16.1/
H A Drun_tests.py153 progress_str = " Done %d / %d [%s]" % (counter.value, total_tests_arg, fn)
157 progress_str += ' '
158 progress_str += '\r'
159 sys.stdout.write(progress_str)
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/sh-manpage-completions/fish-tools/
H A Dcreate_manpage_completions.py826progress_str = ' {0} / {1} : {2}'.format((str(index).rjust(padding_len)), total_count, man_file_n…
828 padded_progress_str = progress_str.ljust(last_progress_string_length)
829 last_progress_string_length = len(progress_str)
/dports/shells/fish/fish-3.3.1/share/tools/
H A Dcreate_manpage_completions.py938 progress_str = " {0} / {1} : {2}".format(
942 padded_progress_str = progress_str.ljust(last_progress_string_length)
943 last_progress_string_length = len(progress_str)
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dparse_args.cc202 string progress_str = vm["progress"].as<string>(); in parse_diagnostics() local
203 all.progress_arg = (float)::atof(progress_str.c_str()); in parse_diagnostics()
206 if (progress_str.find_first_of(".") == string::npos) { in parse_diagnostics()
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweatherwidget.c1909 gchar * progress_str = g_strdup_printf(_("Searching for '%s'..."), priv->location_data.location); in gtk_weather_show_location_progress_bar() local
1911 GtkWidget * dialog = gtk_dialog_new_with_buttons(progress_str, in gtk_weather_show_location_progress_bar()
1928 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress_bar), progress_str); in gtk_weather_show_location_progress_bar()
1971 g_free(progress_str); in gtk_weather_show_location_progress_bar()
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/canvas/items/
H A Dnodeitem.py1758 progress_str = "{0:.0f}%".format(self.progress())
1759 status_text.append(msg.format(progress=progress_str))
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dtimeint.cpp3169 char progress_str[64]; in StepPrintAndDraw() local
3177 sprintf(progress_str, "%2.1f%c", progress, pc); in StepPrintAndDraw()
3178 uo.pUI->StatusText(progress_str); in StepPrintAndDraw()
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dmain_window.py2323 progress_str = "??%"
2325 progress_str = f"{progress_percent}%"
2332 self.lightning_button.setText(progress_str)
/dports/games/barony/Barony-3.3.7/src/
H A Dmenu.cpp5345 char progress_str[32] = { 0 }; in handleMainMenu() local
5346 snprintf(progress_str, sizeof(progress_str), "%d / %d", currentValue, maxValue); in handleMainMenu()
5347 …ttfPrintTextColor(ttf12, progressbar.x + progressbar.w / 2 - (strlen(progress_str) * TTF12_WIDTH) … in handleMainMenu()
5348 suby1 + 92 + (index - first_ach) * 80, uint32ColorWhite(*mainsurface), true, progress_str); in handleMainMenu()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc11302 string progress_str; in executeCommand() local
11305 progress_str = _("Factorizing…"); in executeCommand()
11309 progress_str = _("Expanding partial fractions…"); in executeCommand()
11313 progress_str = _("Expanding…"); in executeCommand()
11318 progress_str = _("Calculating…"); in executeCommand()
11322 progress_str = _("Converting…"); in executeCommand()
11326 if(update_window_title(progress_str.c_str())) title_set = true; in executeCommand()