MCPcopy Index your code

hub / github.com/SimonTeixidor/davis / functions

Functions63 in github.com/SimonTeixidor/davis

↓ 12 callersMethodget
(&'a self, tag: &'a str)
src/tags.rs:24
↓ 10 callersFunctiontable_row
Table row with bold key and normal value
src/status.rs:58
↓ 9 callersFunctionnext_arg
(name: &str, parser: &mut lexopt::Parser)
src/cli.rs:32
↓ 8 callersMethodcontext
(self, context: &'static str)
src/error.rs:35
↓ 6 callersMethodstyle
(self, style: Style)
src/ansi.rs:20
↓ 4 callersFunctionbool_on_off
(b: bool)
src/status.rs:65
↓ 4 callersMethodjoined
(&self, keys: &[&str], sep: &str)
src/tags.rs:43
↓ 3 callersMethodget_option_joined
(&'a self, tag: &'a str)
src/tags.rs:34
↓ 3 callersFunctiontrim_path
(path: &str)
src/main.rs:157
↓ 2 callersFunctionis_dumb_terminal
()
src/ansi.rs:54
↓ 2 callersFunctionlookup_mpd_host
(host: &str, conf: &config::Config)
src/main.rs:143
↓ 2 callersFunctionprint_help
()
src/cli.rs:287
↓ 2 callersFunctionprint_table
(rows: &[QueueRow])
src/queue.rs:41
↓ 2 callersFunctiontag_filter
(vals: &'a [(String, String)], tag: &'a str)
src/tags.rs:51
↓ 2 callersMethodto_mpd_query
(&self)
src/cli.rs:256
↓ 1 callersFunctionclassical_work_description
(tags: &Tags)
src/now_playing.rs:54
↓ 1 callersFunctioncomplete
(client: &mut mpdrs::Client, search_path: &str)
src/tab.rs:4
↓ 1 callersMethoddefault_mpd_host
(&self)
src/config.rs:25
↓ 1 callersFunctionfetch
(client: &mut Client, song_path: Option<&str>, output: &str)
src/albumart.rs:7
↓ 1 callersFunctionfind_subcommand
(name: &ffi::OsStr)
src/subcommands.rs:8
↓ 1 callersFunctionget
()
src/config.rs:67
↓ 1 callersFunctionheader
(song: &Song)
src/queue.rs:12
↓ 1 callersMethodinit
(self)
src/logger.rs:23
↓ 1 callersFunctionis_executable
(file: &fs::DirEntry)
src/subcommands.rs:37
↓ 1 callersFunctionlexopt_parse_args
()
src/cli.rs:43
↓ 1 callersFunctionmpd_host
(opts: &cli::Opts, conf: &config::Config)
src/main.rs:131
↓ 1 callersFunctionmpd_host_env_var
()
src/config.rs:135
↓ 1 callersFunctionnow_playing
(client: &mut mpdrs::Client, conf: &Config)
src/now_playing.rs:8
↓ 1 callersFunctionparse_args
()
src/cli.rs:10
↓ 1 callersFunctionparse_config
(map: &HashMap<String, HashMap<String, Option<String>>>)
src/config.rs:98
↓ 1 callersFunctionparse_subcommand
( cmd: OsString, parser: &mut lexopt::Parser, )
src/cli.rs:84
↓ 1 callersFunctionpopular_music_title
(song: &Song)
src/now_playing.rs:67
↓ 1 callersFunctionprint
(queue: Vec<Song>, current: &Option<Song>)
src/queue.rs:49
↓ 1 callersFunctionseek
(client: &mut mpdrs::Client, seek_arg: Arg)
src/seek.rs:5
↓ 1 callersFunctionstatus
(c: &mut mpdrs::Client)
src/status.rs:6
↓ 1 callersFunctiontry_main
()
src/main.rs:45
Functionbasic_functionality
()
src/table.rs:56
Functionbasic_functionality_with_formatting
()
src/table.rs:70
Functionbold
(s: S)
src/queue.rs:6
Methoddefault
()
src/config.rs:53
Functionduration_format
(d: &Duration)
src/status.rs:73
Methodenabled
(&self, _metadata: &Metadata)
src/logger.rs:7
Methodflush
(&self)
src/logger.rs:15
Methodfmt
(&self, formatter: &mut fmt::Formatter)
src/ansi.rs:36
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/error.rs:41
Methodfmt
(&self, formatter: &mut fmt::Formatter)
src/table.rs:20
Methodfrom
(e: mpdrs::error::Error)
src/error.rs:19
Methodfrom_song
(song: &mpdrs::Song)
src/tags.rs:7
Methodfrom_song_and_raw_comments
( song: &mpdrs::Song, raw_comments: Vec<(String, String)>, )
src/tags.rs:14
Methodfrom_str
(s: &str)
src/seek.rs:50
Methodfrom_strings
(mut strings: Vec<String>)
src/cli.rs:272
Functionheader
(song: &Song, tags: &Tags)
src/now_playing.rs:48
Methodlog
(&self, record: &Record)
src/logger.rs:11
Functionmain
()
src/main.rs:26
Methodnew
(string: &'a str)
src/ansi.rs:27
Methodnew
(fields: Vec<FormattedString<'a>>)
src/table.rs:10
Functionparse_hosts
(map: &HashMap<String, Option<String>>)
src/config.rs:109
Functionparse_tags
(map: &HashMap<String, Option<String>>)
src/config.rs:122
Functiontest_hms
()
src/seek.rs:83
Functiontest_leading_zeroes
()
src/seek.rs:124
Functiontest_ms
()
src/seek.rs:102
Functiontest_s
()
src/seek.rs:113
Methodto_table_row
(&self)
src/queue.rs:25