MCPcopy Create free account

hub / github.com/JustRoccat/rs-pug / functions

Functions271 in github.com/JustRoccat/rs-pug

↓ 1 callersFunctionbuild_song_list
( songs: &[Song], selected: usize, focused: bool, pal: &Palette, anim: Color, )
src/tui.rs:866
↓ 1 callersMethodcollect_tabs
(&self, state: &PluginUiState)
src/plugins.rs:605
↓ 1 callersMethodcollect_ui_inject
(&self, state: &PluginUiState)
src/plugins.rs:727
↓ 1 callersFunctioncontext_menu_len
(app: &App)
src/input.rs:854
↓ 1 callersMethodcreate_app_settings_schema
(&self)
src/db.rs:124
↓ 1 callersFunctioncreate_empty_playlist
(app: &mut App, name: &str)
src/playlist.rs:5
↓ 1 callersMethodcreate_schema
(&self)
src/db.rs:76
↓ 1 callersMethodcurrent_layout_state
(&self)
src/model.rs:620
↓ 1 callersFunctioncycle_tag_field
(app: &mut App)
src/input.rs:920
↓ 1 callersFunctiondefault_limit
()
src/config.rs:301
↓ 1 callersFunctiondefault_music_directories
()
src/config.rs:345
↓ 1 callersFunctiondefault_mute_key
()
src/config.rs:317
↓ 1 callersFunctiondefault_next_key
()
src/config.rs:309
↓ 1 callersFunctiondefault_plugins_dir
()
src/config.rs:337
↓ 1 callersFunctiondefault_prev_key
()
src/config.rs:313
↓ 1 callersFunctiondefault_repeat_key
()
src/config.rs:321
↓ 1 callersFunctiondefault_seek_back_key
()
src/config.rs:329
↓ 1 callersFunctiondefault_seek_forward_key
()
src/config.rs:333
↓ 1 callersFunctiondefault_shuffle_key
()
src/config.rs:325
↓ 1 callersFunctiondefault_socket
()
src/config.rs:305
↓ 1 callersFunctiondescribe_key_event_labels
(code: &KeyCode, modifiers: KeyModifiers)
src/ui_helpers.rs:156
↓ 1 callersFunctiondescribe_key_event_with_modifiers
(code: &KeyCode, modifiers: KeyModifiers)
src/ui_helpers.rs:131
↓ 1 callersMethoddispatch_event
(&self, event: &PluginEvent, state: &PluginUiState)
src/plugins.rs:585
↓ 1 callersFunctiondispatch_key_with_aliases
( plugins: &PluginManager, labels: &[String], state: &PluginUiState, )
src/main.rs:476
↓ 1 callersFunctiondraw
(frame: &mut Frame, app: &App)
src/tui.rs:81
↓ 1 callersFunctiondraw_content
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, area: Rect)
src/tui.rs:460
↓ 1 callersFunctiondraw_eq_panel
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, area: Rect)
src/tui.rs:1680
↓ 1 callersFunctiondraw_help
(frame: &mut Frame, app: &App, pal: &Palette, area: Rect)
src/tui.rs:1508
↓ 1 callersFunctiondraw_now_playing
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, area: Rect)
src/tui.rs:1364
↓ 1 callersFunctiondraw_overlays
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, size: Rect)
src/tui.rs:1932
↓ 1 callersFunctiondraw_plugin_panels
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, size: Rect)
src/tui.rs:1866
↓ 1 callersFunctiondraw_progress
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, area: Rect)
src/tui.rs:1447
↓ 1 callersFunctiondraw_search
(frame: &mut Frame, app: &App, pal: &Palette, area: Rect)
src/tui.rs:313
↓ 1 callersFunctiondraw_tabs
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, _anim2: Color, area: Rect)
src/tui.rs:210
↓ 1 callersFunctiondraw_tabs_vertical
(frame: &mut Frame, app: &App, pal: &Palette, anim: Color, area: Rect)
src/tui.rs:260
↓ 1 callersFunctionensure_default_dirs
()
src/config.rs:242
↓ 1 callersFunctioneq_preset_bands
(app: &App, index: usize)
src/model.rs:268
↓ 1 callersFunctionexecute_context_action
(app: &mut App, index: usize, cmd_tx: &mpsc::UnboundedSender<CoreCmd>)
src/playlist.rs:75
↓ 1 callersMethodexport_playlist_to_default
( &self, playlist: &crate::model::Playlist, )
src/storage.rs:196
↓ 1 callersFunctionextract_metadata
(path: &std::path::Path)
src/core.rs:701
↓ 1 callersMethodget_local_songs_count
Returns the total number of local songs in the database.
src/db.rs:230
↓ 1 callersFunctionhandle_key_event_pre_plugin
( app: &mut App, key: KeyEvent, cmd_tx: &mpsc::UnboundedSender<CoreCmd>, )
src/input.rs:42
↓ 1 callersFunctionhandle_mouse_event
(app: &mut App, mouse: MouseEvent)
src/input.rs:23
↓ 1 callersFunctionhandle_native_key_event
( app: &mut App, key: KeyEvent, cmd_tx: &mpsc::UnboundedSender<CoreCmd>, )
src/input.rs:195
↓ 1 callersMethodimport_playlist_from_default
(&self)
src/storage.rs:182
↓ 1 callersMethodinit_db
(&mut self)
src/db.rs:22
↓ 1 callersMethodlayout_config_from_value
( &self, plugin: &LuaPlugin, hook: &str, output: Value, )
src/plugins.rs:828
↓ 1 callersFunctionlayout_patch_has_effect
(layout: &plugins::PluginUiLayoutPatch)
src/main.rs:506
↓ 1 callersMethodload_local_library
(&self)
src/storage.rs:92
↓ 1 callersMethodload_local_songs
(&self)
src/db.rs:208
↓ 1 callersFunctionload_palette
(theme: &Theme)
src/config.rs:399
↓ 1 callersMethodload_playlists
(&self)
src/db.rs:311
↓ 1 callersMethodload_recently_played
(&self)
src/db.rs:416
↓ 1 callersFunctionlocal_nav_back
(app: &mut App)
src/input.rs:809
↓ 1 callersFunctionlocal_visible_songs
(app: &App)
src/ui_helpers.rs:7
↓ 1 callersFunctionmap_plugin_action
(action: PluginCoreAction)
src/events.rs:167
↓ 1 callersFunctionmerge_ui_config
(target: &mut PluginUiConfig, source: PluginUiConfig)
src/plugins.rs:1343
↓ 1 callersFunctionmerge_ui_layout_patch
(target: &mut PluginUiLayoutPatch, source: PluginUiLayoutPatch)
src/plugins.rs:1387
↓ 1 callersMethodmpris_candidates
(&self)
src/core.rs:408
↓ 1 callersMethodnext
(&self, tx: &mpsc::UnboundedSender<CoreEvent>)
src/core.rs:297
↓ 1 callersFunctionnext_theme
(theme: config::Theme)
src/ui_helpers.rs:315
↓ 1 callersFunctionopen_tag_editor
(app: &mut App)
src/input.rs:907
↓ 1 callersFunctionpalette
(theme: Theme)
src/tui.rs:15
↓ 1 callersFunctionparse_focus_name
(raw: &str)
src/events.rs:300
↓ 1 callersFunctionparse_tab_name
(raw: &str)
src/events.rs:289
↓ 1 callersFunctionplayer_state_label
(state: PlayerState)
src/ui_helpers.rs:122
↓ 1 callersFunctionplugin_dispatch_has_effect
(dispatch: &PluginDispatch)
src/main.rs:490
↓ 1 callersFunctionplugin_event_from_core_event
(event: &CoreEvent)
src/events.rs:254
↓ 1 callersFunctionprev_repeat_mode
(mode: RepeatMode)
src/ui_helpers.rs:337
↓ 1 callersFunctionprev_theme
(theme: config::Theme)
src/ui_helpers.rs:326
↓ 1 callersFunctionpseudo_shuffle
(items: &mut [T])
src/ui_helpers.rs:345
↓ 1 callersMethodread_mpv_bool_property
(&self, property: &str)
src/core.rs:453
↓ 1 callersMethodrefresh_all
(&mut self)
src/main.rs:552
↓ 1 callersFunctionrefresh_library
(config: &Config, storage: &crate::storage::Storage)
src/core.rs:767
↓ 1 callersMethodreload
(&mut self, enabled: bool, configured_dir: &str, allow_lua_ui_changes: bool)
src/plugins.rs:503
↓ 1 callersFunctionrestore_terminal
(mut terminal: Terminal<CrosstermBackend<Stdout>>)
src/terminal.rs:19
↓ 1 callersMethodrun
( mut self, mut rx: mpsc::UnboundedReceiver<CoreCmd>, tx: mpsc::UnboundedSender<CoreEv
src/core.rs:112
↓ 1 callersFunctionsave_eq_preset
(preset: &EqPreset)
src/config.rs:20
↓ 1 callersMethodsave_last_scanned_dirs
(&mut self, dirs: &[String])
src/db.rs:464
↓ 1 callersMethodsave_last_scanned_dirs
(&self, dirs: &[String])
src/storage.rs:178
↓ 1 callersMethodsave_local_library
(&self, songs: &[LocalSong])
src/storage.rs:128
↓ 1 callersMethodsave_recently_played
(&mut self, songs: &[crate::model::Song])
src/db.rs:474
↓ 1 callersFunctionsave_tag_field_or_close
(app: &mut App)
src/input.rs:935
↓ 1 callersFunctionsearch_songs
( limit: u8, query: String, source: crate::config::SearchSource, )
src/core.rs:543
↓ 1 callersFunctionselected_local_filter_value
(app: &App, kind: char)
src/input.rs:972
↓ 1 callersFunctionsetup_terminal
()
src/terminal.rs:10
↓ 1 callersMethodshown_message
(&self)
src/model.rs:515
↓ 1 callersFunctionshuffle_queue_keep_current
(app: &mut App)
src/ui_helpers.rs:360
↓ 1 callersFunctionspawn_event_dispatch_task
( plugin_manager: &Arc<Mutex<PluginManager>>, plugin_tx: &mpsc::UnboundedSender<PluginTaskResult>,
src/main.rs:432
↓ 1 callersFunctionspawn_hot_reload_task
( config: config::Config, result_tx: mpsc::UnboundedSender<HotReloadResult>, mut paths_rx: mpsc::U
src/main.rs:568
↓ 1 callersFunctionspawn_ui_config_task
( plugin_manager: &Arc<Mutex<PluginManager>>, plugin_tx: &mpsc::UnboundedSender<PluginTaskResult>,
src/main.rs:360
↓ 1 callersFunctionspawn_ui_surface_task
( plugin_manager: &Arc<Mutex<PluginManager>>, plugin_tx: &mpsc::UnboundedSender<PluginTaskResult>,
src/main.rs:392
↓ 1 callersFunctionspawn_ui_update_task
( plugin_manager: &Arc<Mutex<PluginManager>>, plugin_tx: &mpsc::UnboundedSender<PluginTaskResult>,
src/main.rs:376
↓ 1 callersFunctionspectrum_spans
(app: &App, width: usize)
src/tui.rs:43
↓ 1 callersMethodstop_mpris
(&mut self)
src/core.rs:311
↓ 1 callersMethodsubtitle
(&self)
src/model.rs:136
↓ 1 callersFunctiontab_defs_for_input
(app: &App)
src/input.rs:794
↓ 1 callersFunctiontab_index_from_mouse
(app: &App, mouse: MouseEvent)
src/input.rs:723
↓ 1 callersFunctiontoggled_ascii_char_label
(code: &KeyCode, primary: &str)
src/ui_helpers.rs:168
↓ 1 callersMethodtransform_song_start
(&self, song: Song)
src/core.rs:270
← previousnext →101–200 of 271, ranked by callers