Home
last modified time | relevance | path

Searched defs:ProgressData (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/src/
H A Dtool_cb_prg.h29 struct ProgressData { struct
41 void progressbarinit(struct ProgressData *bar, argument
/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_gui/src/
H A Dconnect_progress_window.rs13mut futures_receiver_duplicate_files: futures::channel::mpsc::UnboundedReceiver<duplicate::Progres… in connect_progress_window()
14mut futures_receiver_empty_files: futures::channel::mpsc::UnboundedReceiver<empty_files::ProgressD… in connect_progress_window()
15mut futures_receiver_empty_folder: futures::channel::mpsc::UnboundedReceiver<empty_folder::Progres… in connect_progress_window()
16mut futures_receiver_big_files: futures::channel::mpsc::UnboundedReceiver<big_file::ProgressData>, in connect_progress_window()
17mut futures_receiver_same_music: futures::channel::mpsc::UnboundedReceiver<same_music::ProgressDat… in connect_progress_window()
18mut futures_receiver_similar_images: futures::channel::mpsc::UnboundedReceiver<similar_images::Pro… in connect_progress_window()
19mut futures_receiver_temporary: futures::channel::mpsc::UnboundedReceiver<temporary::ProgressData>, in connect_progress_window()
20 mut futures_receiver_zeroed: futures::channel::mpsc::UnboundedReceiver<zeroed::ProgressData>, in connect_progress_window()
21mut futures_receiver_invalid_symlinks: futures::channel::mpsc::UnboundedReceiver<invalid_symlinks:… in connect_progress_window()
22mut futures_receiver_broken_files: futures::channel::mpsc::UnboundedReceiver<broken_files::Progres… in connect_progress_window()
H A Dconnect_button_search.rs30futures_sender_duplicate_files: futures::channel::mpsc::UnboundedSender<duplicate::ProgressData>, in connect_button_search()
31 futures_sender_empty_files: futures::channel::mpsc::UnboundedSender<empty_files::ProgressData>, in connect_button_search()
32futures_sender_empty_folder: futures::channel::mpsc::UnboundedSender<empty_folder::ProgressData>, in connect_button_search()
33 futures_sender_big_file: futures::channel::mpsc::UnboundedSender<big_file::ProgressData>, in connect_button_search()
34 futures_sender_same_music: futures::channel::mpsc::UnboundedSender<same_music::ProgressData>, in connect_button_search()
35futures_sender_similar_images: futures::channel::mpsc::UnboundedSender<similar_images::ProgressDat… in connect_button_search()
36 futures_sender_temporary: futures::channel::mpsc::UnboundedSender<temporary::ProgressData>, in connect_button_search()
37 futures_sender_zeroed: futures::channel::mpsc::UnboundedSender<zeroed::ProgressData>, in connect_button_search()
38futures_sender_invalid_symlinks: futures::channel::mpsc::UnboundedSender<invalid_symlinks::Progres… in connect_button_search()
39futures_sender_broken_files: futures::channel::mpsc::UnboundedSender<broken_files::ProgressData>, in connect_button_search()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core/logger/
H A DLogger.cpp36 struct ProgressData struct
49 bool operator==( const ProgressData &other ) in operator ==() argument
/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_core/src/
H A Dtemporary.rs19 pub struct ProgressData { struct
20 pub current_stage: u8,
21 pub max_stage: u8,
22 pub files_checked: usize,
77 …top_receiver: Option<&Receiver<()>>, progress_sender: Option<&futures::channel::mpsc::UnboundedSen… in find_temporary_files()
H A Dempty_files.rs20 pub struct ProgressData { struct
21 pub current_stage: u8,
22 pub max_stage: u8,
23 pub files_checked: usize,
80 …top_receiver: Option<&Receiver<()>>, progress_sender: Option<&futures::channel::mpsc::UnboundedSen… in find_empty_files()
H A Dempty_folder.rs18 pub struct ProgressData { struct
19 pub current_stage: u8,
20 pub max_stage: u8,
21 pub folders_checked: usize,
100 …top_receiver: Option<&Receiver<()>>, progress_sender: Option<&futures::channel::mpsc::UnboundedSen… in find_empty_folders()
H A Dzeroed.rs21 pub struct ProgressData { struct
22 pub current_stage: u8,
23 pub max_stage: u8,
24 pub files_checked: usize,
25 pub files_to_check: usize,
88 …top_receiver: Option<&Receiver<()>>, progress_sender: Option<&futures::channel::mpsc::UnboundedSen… in find_zeroed_files()
H A Dinvalid_symlinks.rs20 pub struct ProgressData { struct
21 pub current_stage: u8,
22 pub max_stage: u8,
23 pub files_checked: usize,
89 …top_receiver: Option<&Receiver<()>>, progress_sender: Option<&futures::channel::mpsc::UnboundedSen… in find_invalid_links()
H A Dbroken_files.rs25 pub struct ProgressData { struct
26 pub current_stage: u8,
27 pub max_stage: u8,
28 pub files_checked: usize,
29 pub files_to_check: usize,
101 …top_receiver: Option<&Receiver<()>>, progress_sender: Option<&futures::channel::mpsc::UnboundedSen… in find_broken_files()
H A Dsame_music.rs22 pub struct ProgressData { struct
23 pub current_stage: u8,
24 pub max_stage: u8,
25 pub music_checked: usize,
26 pub music_to_check: usize,
117 …top_receiver: Option<&Receiver<()>>, progress_sender: Option<&futures::channel::mpsc::UnboundedSen… in find_same_music()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/
H A DProgress.hs48 data ProgressData = ProgressData type
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/common/
H A Dprogressindicator.h27 typedef struct _ProgressData ProgressData; typedef
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Dprogressindicator.h27 typedef struct _ProgressData ProgressData; typedef
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/common/
H A Dprogressindicator.h27 typedef struct _ProgressData ProgressData; typedef
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/common/
H A Dprogressindicator.h27 typedef struct _ProgressData ProgressData; typedef
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/common/
H A Dprogressindicator.h27 typedef struct _ProgressData ProgressData; typedef
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/common/
H A Dprogressindicator.h27 typedef struct _ProgressData ProgressData; typedef

1234