Home
last modified time | relevance | path

Searched refs:show_progress_bar (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dshow_progress_bar_action.cc27 if (proto_.show_progress_bar().has_message()) { in InternalProcessAction()
30 delegate_->SetStatusMessage(proto_.show_progress_bar().message()); in InternalProcessAction()
33 if (proto_.show_progress_bar().has_hide()) { in InternalProcessAction()
34 delegate_->SetProgressVisible(!proto_.show_progress_bar().hide()); in InternalProcessAction()
36 if (proto_.show_progress_bar().has_step_progress_bar_configuration()) { in InternalProcessAction()
38 proto_.show_progress_bar().step_progress_bar_configuration(); in InternalProcessAction()
47 switch (proto_.show_progress_bar().progress_indicator_case()) { in InternalProcessAction()
54 proto_.show_progress_bar().active_step()); in InternalProcessAction()
58 proto_.show_progress_bar().active_step_identifier())) { in InternalProcessAction()
72 if (proto_.show_progress_bar().has_error_state()) { in InternalProcessAction()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/actions/
H A Dshow_progress_bar_action.cc27 if (proto_.show_progress_bar().has_message()) { in InternalProcessAction()
30 delegate_->SetStatusMessage(proto_.show_progress_bar().message()); in InternalProcessAction()
33 base::ClampToRange(proto_.show_progress_bar().progress(), 0, 100); in InternalProcessAction()
35 if (proto_.show_progress_bar().has_hide()) { in InternalProcessAction()
36 delegate_->SetProgressVisible(!proto_.show_progress_bar().hide()); in InternalProcessAction()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/storage/
H A Dstorage_parallel.py238 show_progress_bar=False): argument
251 if show_progress_bar:
260 show_progress_bar=False): argument
273 if show_progress_bar:
/dports/www/castget/castget-2.0.1/src/
H A Dcastget.c67 static gboolean show_progress_bar = FALSE; variable
100 {"progress-bar", 'p', 0, G_OPTION_ARG_NONE, &show_progress_bar, "print progress bar"}, in main()
119 if ((verbose && quiet) || (show_progress_bar && quiet)) { in main()
418 first_only, resume, filter, debug, show_progress_bar); in _process_channel()
423 first_only, 0, filter, debug, show_progress_bar); in _process_channel()
428 0, filter, debug, show_progress_bar); in _process_channel()
H A Dchannel.c185 int debug, int show_progress_bar) in _do_download() argument
239 if (show_progress_bar) in _do_download()
279 int show_progress_bar) in channel_update() argument
302 …ailed = _do_download(c, &(f->channel_info), item, user_data, cb, resume, debug, show_progress_bar); in channel_update()
/dports/sysutils/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.2/panel-plugin/
H A Dfsguard.c79 gboolean show_progress_bar; member
106 && !fsguard->show_size && !fsguard->show_progress_bar) { in fsguard_refresh_button()
316 if (fsguard->show_progress_bar) { in fsguard_check_fs()
360 fsguard->show_progress_bar = TRUE; in fsguard_read_config()
379 fsguard->show_progress_bar = xfce_rc_read_bool_entry (rc, "progress_bar_visible", TRUE); in fsguard_read_config()
406 xfce_rc_write_bool_entry (rc, "progress_bar_visible", fsguard->show_progress_bar); in fsguard_write_config()
503 if (fsguard->show_progress_bar != TRUE) in fsguard_new()
636 fsguard->show_progress_bar = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(widget)); in fsguard_check3_changed()
637 if (fsguard->show_progress_bar) in fsguard_check3_changed()
773 fsguard->show_progress_bar); in fsguard_create_options()
/dports/math/py-optuna/optuna-2.10.0/optuna/multi_objective/
H A Dstudy.py284 show_progress_bar: bool = False,
341 show_progress_bar=show_progress_bar,
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/dialogs/
H A DProgress.cpp37 addonInterface->toKodi->kodi_gui->dialogProgress->show_progress_bar = show_progress_bar; in Init()
242 void Interface_GUIDialogProgress::show_progress_bar(KODI_HANDLE kodiBase, in show_progress_bar() function in ADDON::Interface_GUIDialogProgress
H A DProgress.h57 static void show_progress_bar(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool bOnOff);
/dports/math/py-optuna/optuna-2.10.0/optuna/integration/_lightgbm_tuner/
H A Doptimize.py371 show_progress_bar: bool = True,
397 show_progress_bar=show_progress_bar,
827 show_progress_bar: bool = True,
848 show_progress_bar=show_progress_bar,
1005 show_progress_bar: bool = True,
1028 show_progress_bar=show_progress_bar,
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Dprogress-bar.R24 bar$timer <- async_timer$new(1/10, function() show_progress_bar(bar))
58 show_progress_bar <- function(bar) { function
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dprogressbar.h39 void show_progress_bar(SDL_Surface * screen);
H A Dprogressbar.c43 void show_progress_bar(SDL_Surface * screen) in show_progress_bar() function
H A Ddirwalk.c86 show_progress_bar(screen); in loadfont_callback()
408 show_progress_bar(screen); in tp_ftw()
/dports/math/py-optuna/optuna-2.10.0/optuna/study/
H A D_optimize.py49 show_progress_bar: bool = False,
60 progress_bar = pbar_module._ProgressBar(show_progress_bar and n_jobs == 1, n_trials, timeout)
79 if show_progress_bar:
H A Dstudy.py309 show_progress_bar: bool = False,
409 show_progress_bar=show_progress_bar,
/dports/textproc/py-Morfessor/Morfessor-2.0.6/morfessor/
H A Dutils.py40 show_progress_bar = True variable
58 if not show_progress_bar:
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/tests/stubs/
H A Ddialog.cpp3 …ge(const std::string &text, std::function<void()> &&on_cancel, bool show_progress_bar) : Gtk::Wind… in Message() argument
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dprogress.h47 void open_progress_dialog(size_t message_id, bool show_progress_bar = false);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/python/fec/polar/
H A Dchannel_construction_awgn.py152 show_progress_bar(0, block_size)
156 show_progress_bar(u + t, block_size)
169 show_progress_bar(block_size, block_size)
H A Dhelper_functions.py136 def show_progress_bar(ndone, ntotal): function
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DStatusOrb.h30 void show_progress_bar(gboolean show);
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Ddialog.cpp5 …ge(const std::string &text, std::function<void()> &&on_cancel, bool show_progress_bar) : Gtk::Wind… in Message() argument
40 if(show_progress_bar) in Message()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/gui/dialogs/
H A Dprogress.h33 void (*show_progress_bar)(KODI_HANDLE kodiBase, KODI_GUI_HANDLE handle, bool pnOff); member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/gui/dialogs/
H A DProgress.h189 CAddonBase::m_interface->toKodi->kodi_gui->dialogProgress->show_progress_bar( in ShowProgressBar()

12