MCPcopy Create free account

hub / github.com/Kaiden42/PWDuck / functions

Functions645 in github.com/Kaiden42/PWDuck

↓ 2 callersMethodupdate
( &mut self, message: Self::Message, _application_settings: &mut pwduck_core::Applicat
gui/src/vault/container/mod.rs:539
↓ 2 callersMethodupdate_advanced
Update the advanced state with the given message.
gui/src/vault/container/modify_group.rs:161
↓ 2 callersMethodupdate_auto_type_sequence
Update the auto type sequence of the entry to the given sequence.
gui/src/vault/container/modify_entry.rs:312
↓ 2 callersMethodupdate_email
Update the email and replace it with the given value.
gui/src/vault/container/modify_entry.rs:237
↓ 2 callersMethodupdate_length
Update the length of the password to the given value.
gui/src/pw_modal/password_generator/password_tab.rs:73
↓ 2 callersMethodupdate_passphrase_tab
Update the passphrase tab with the given message.
gui/src/pw_modal/password_generator/mod.rs:238
↓ 2 callersMethodupdate_password
Update the password and replace it with the given value.
gui/src/vault/container/modify_entry.rs:215
↓ 2 callersMethodupdate_password
Update the password and replace it with the given value.
gui/src/pw_modal/password_generator/mod.rs:184
↓ 2 callersMethodupdate_password_tab
Update the password tab with the given message.
gui/src/pw_modal/password_generator/mod.rs:224
↓ 2 callersMethodupdate_search
Update the search and replace it with the given value. The [`ListView`](ListView) will be resized.
gui/src/vault/container/mod.rs:213
↓ 2 callersMethodupdate_theme
( &mut self, application_settings: &mut ApplicationSettings, theme: pwduck_core::theme
gui/src/vault/settings.rs:24
↓ 2 callersMethodupdate_title
Update the title and replace it with the given value.
gui/src/vault/container/modify_entry.rs:195
↓ 2 callersMethodupdate_title
Update the title and replace it with the given value.
gui/src/vault/container/modify_group.rs:125
↓ 2 callersMethodupdate_username
Update the username and replace it with the given value.
gui/src/vault/container/modify_entry.rs:202
↓ 2 callersMethodupdate_vault_tab
Update the tab of a vault identified by the given message.
gui/src/lib.rs:282
↓ 2 callersMethodupdate_web_address
Update the web address and replace it with the given value.
gui/src/vault/container/modify_entry.rs:222
↓ 1 callersFunctionadvanced_area
( button_state: &'a mut button::State, show_advanced: bool, advanced_state: &'a mut AdvancedState,
gui/src/vault/container/modify_group.rs:326
↓ 1 callersMethodbutton
(&self)
gui/src/theme.rs:307
↓ 1 callersFunctionbutton_row
Create the view of the submit and cancel button. It expects: - The state of the create [`Button`](iced::Button) - The state of the submit [`Button`](
gui/src/vault/loader.rs:463
↓ 1 callersFunctionbutton_row
( cancel_state: &'a mut button::State, submit_state: &'a mut button::State, can_submit: bool,
gui/src/vault/creator.rs:631
↓ 1 callersMethodbutton_warning
(&self)
gui/src/theme.rs:343
↓ 1 callersFunctioncancel
()
gui/src/pw_modal/password_generator/mod.rs:499
↓ 1 callersMethodcard
(&self)
gui/src/theme.rs:395
↓ 1 callersMethodcatch_iced_event
( &mut self, event: iced_native::Event, )
gui/src/lib.rs:224
↓ 1 callersMethodcontainer_accent
(&self)
gui/src/theme.rs:290
↓ 1 callersMethodcontains_unsaved_changes
(&self)
gui/src/vault/tab.rs:37
↓ 1 callersFunctioncontrol_button_row
( cancel_button_state: &'a mut button::State, submit_button_state: &'a mut button::State, can_subm
gui/src/vault/container/modify_entry.rs:663
↓ 1 callersMethodcopy_password
( &self, uuid: &Uuid, mem_key: &MutexGuard<MemKey>, clipboard: &mut iced::Clip
gui/src/vault/container/mod.rs:170
↓ 1 callersMethodcopy_password
Copy the password to the clipboard.
gui/src/vault/container/modify_entry.rs:250
↓ 1 callersMethodcopy_password
(&self, clipboard: &mut iced::Clipboard)
gui/src/pw_modal/password_generator/mod.rs:197
↓ 1 callersMethodcopy_username
( &self, uuid: &Uuid, mem_key: &MutexGuard<MemKey>, clipboard: &mut iced::Clip
gui/src/vault/container/mod.rs:146
↓ 1 callersMethodcopy_username
Copy the username to clipboard.
gui/src/vault/container/modify_entry.rs:209
↓ 1 callersFunctioncreate_strength_bar
(password_strength: PasswordStrength)
gui/src/password_score.rs:59
↓ 1 callersFunctiondefault_mev_with_parent
(parent: Uuid)
gui/src/vault/container/modify_entry.rs:951
↓ 1 callersFunctiondelete_entry
()
core/src/model/vault.rs:850
↓ 1 callersFunctiondelete_group
()
core/src/model/vault.rs:770
↓ 1 callersMethodderef
(&self)
gui/src/vault/tab.rs:138
↓ 1 callersFunctionemail_text_input
( text_input_state: &'a mut text_input::State, email: &'a str, theme: &dyn Theme, )
gui/src/vault/container/modify_entry.rs:646
↓ 1 callersMethodestimate_password_strength
Estimate the strength of the password.
gui/src/vault/container/modify_entry.rs:262
↓ 1 callersFunctiongenerate_uuid
Generate a random UUID for the given path.
core/src/io/mod.rs:48
↓ 1 callersMethodget_name
(&self)
core/src/model/vault.rs:290
↓ 1 callersFunctionget_system_config_dir
()
core/src/io/settings.rs:53
↓ 1 callersFunctiongroup_view
( vault: &'a Vault, selected_group_uuid: &Uuid, search: &str, back_state: &'a mut button::Stat
gui/src/vault/container/list.rs:245
↓ 1 callersMethodicon_element
(&self)
gui/src/utils.rs:32
↓ 1 callersMethodlist_item_entry
(&self)
gui/src/theme.rs:524
↓ 1 callersMethodlist_item_group
(&self)
gui/src/theme.rs:506
↓ 1 callersFunctionload_all_groups
()
core/src/model/group.rs:249
↓ 1 callersFunctionload_all_groups
Load all [`Group`](Group)s of a vault. It expects: - The [`Path`](Path) as the location of the [`Vault`](Vault)
core/src/io/group.rs:51
↓ 1 callersFunctionload_key_file
()
core/src/model/key_file.rs:63
↓ 1 callersMethodmodal
(&self)
gui/src/theme.rs:361
↓ 1 callersMethodmodal_warning
(&self)
gui/src/theme.rs:378
↓ 1 callersMethodnumber_input
(&self)
gui/src/theme.rs:665
↓ 1 callersFunctionpassword_confirm_row
( password_confirm_state: &'a mut text_input::State, password_confirm: &str, password_confirm_show
gui/src/vault/creator.rs:519
↓ 1 callersFunctionpassword_entropy
(password: &str)
core/src/passwords.rs:77
↓ 1 callersMethodpassword_missmatch
(&self)
gui/src/theme.rs:188
↓ 1 callersFunctionpassword_row
( password_state: &'a mut text_input::State, password: &'a str, show_password: bool, show_pass
gui/src/vault/loader.rs:359
↓ 1 callersFunctionpassword_row
( password_state: &'a mut text_input::State, password: &'a str, password_show: bool, password_
gui/src/vault/creator.rs:476
↓ 1 callersFunctionpassword_row
( text_input_state: &'a mut text_input::State, password: &'a str, show_password: bool, toggle_
gui/src/vault/container/modify_entry.rs:538
↓ 1 callersMethodsample
(&self, rng: &mut R)
core/src/passwords.rs:52
↓ 1 callersMethodsave_application_settings
( &mut self, application_settings: &ApplicationSettings, )
gui/src/vault/settings.rs:36
↓ 1 callersMethodset_title
Set the title of this entry.
core/src/model/entry.rs:162
↓ 1 callersFunctionshow
()
gui/src/pw_modal/password_generator/mod.rs:474
↓ 1 callersMethodslider
(&self)
gui/src/theme.rs:679
↓ 1 callersMethodsplit
(&self)
gui/src/theme.rs:472
↓ 1 callersMethodsubmit
( &mut self, selected_tab: usize, )
gui/src/pw_modal/password_generator/mod.rs:151
↓ 1 callersFunctiontitle_text_input
( state: &'a mut text_input::State, title: &'a str, theme: &dyn Theme, )
gui/src/vault/container/modify_entry.rs:484
↓ 1 callersMethodtree_expand_button
(&self)
gui/src/theme.rs:638
↓ 1 callersMethodtree_node
(&self)
gui/src/theme.rs:613
↓ 1 callersFunctiontree_view
( vault: &'a Vault, scroll_state: &'a mut scrollable::State, group_tree: &'a mut GroupTree, th
gui/src/vault/container/list.rs:220
↓ 1 callersFunctiontry_to_prevent_core_dump
()
core/src/mem_protection.rs:240
↓ 1 callersFunctionusername_row
( text_input_state: &'a mut text_input::State, username: &'a str, button_state: &'a mut button::St
gui/src/vault/container/modify_entry.rs:501
↓ 1 callersMethodview
( &mut self, _selected_group_uuid: &Uuid, theme: &dyn Theme, )
gui/src/vault/container/modify_entry.rs:412
↓ 1 callersMethodview
( &mut self, vault: &Vault, selected_group_uuid: &Uuid, theme: &dyn Theme,
gui/src/vault/container/modify_group.rs:242
↓ 1 callersFunctionwith
()
gui/src/vault/container/modify_group.rs:582
Functionadvanced_area
( button_state: &'a mut button::State, show_advanced: bool, advanced_state: &'a mut AdvancedState,
gui/src/vault/container/modify_entry.rs:704
Functionappend_symbols
()
core/src/passwords.rs:92
Methodauto_fill
Autotype the credentials of the entry identified by it's UUID.
gui/src/vault/container/mod.rs:305
Methodauto_type
(sequence: Sequence)
src/main.rs:125
Methodauto_type
(_sequence: Sequence)
gui/src/lib.rs:645
Functionauto_type_sequence
()
core/src/model/entry.rs:701
Functionbase64hash
()
core/src/model/uuid.rs:94
Methodcancel
Close the password modal.
gui/src/pw_modal/password_generator/mod.rs:142
Functionchange_to_create_state
()
gui/src/vault/tab.rs:348
Functionchange_to_empty_state
()
gui/src/vault/tab.rs:363
Functionchange_to_open_state
()
gui/src/vault/tab.rs:394
Functionchange_to_settings_state
()
gui/src/vault/tab.rs:415
Functionchange_to_unlock_state
()
gui/src/vault/tab.rs:379
Functioncheck_password_equality
()
gui/src/vault/creator.rs:827
Functionclose_error_dialog
()
gui/src/lib.rs:784
Functionclose_modal
()
gui/src/vault/container/modify_entry.rs:1286
Functionclose_modal
()
gui/src/vault/container/modify_group.rs:767
Functionclose_tab
()
gui/src/lib.rs:837
Functioncontains_sub_slice
(vec: &Vec<T>, slice: &[T])
core/src/passwords.rs:110
Functioncontains_unsaved_changes
()
core/src/model/vault.rs:987
Functioncontains_unsaved_changes
()
gui/src/vault/tab.rs:316
Functioncontains_unsaved_changes
()
gui/src/vault/container/mod.rs:705
Functioncontains_unsaved_changes
()
gui/src/vault/container/modify_entry.rs:1026
Functioncontains_unsaved_changes
()
gui/src/vault/container/modify_group.rs:605
Methodcontains_unsaved_changes
(&self)
core/src/model/vault.rs:421
Methodcontains_unsaved_changes
(&self)
gui/src/vault/container/modify_entry.rs:190
← previousnext →201–300 of 645, ranked by callers