Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaKO8Ki/gobang
/ functions
Functions
395 in github.com/TaKO8Ki/gobang
⨍
Functions
395
◇
Types & classes
86
↓ 1 callers
Method
extend_or_shorten_widget_width
(&mut self, key: Key)
src/app.rs:325
↓ 1 callers
Function
extend_selection_by_one_cell
(key: &KeyConfig)
src/components/command.rs:86
↓ 1 callers
Method
filter_focused
(&self)
src/components/record_table.rs:52
↓ 1 callers
Function
gen_command
(path: impl AsRef<OsStr>, xclip_syntax: bool)
src/clipboard.rs:31
↓ 1 callers
Function
get_app_config_path
()
src/config.rs:292
↓ 1 callers
Method
get_columns
( &self, database: &Database, table: &Table, )
src/database/mysql.rs:268
↓ 1 callers
Method
get_constraints
( &self, database: &Database, table: &Table, )
src/database/mysql.rs:291
↓ 1 callers
Method
get_databases
(&self)
src/database/mysql.rs:192
↓ 1 callers
Method
get_foreign_keys
( &self, database: &Database, table: &Table, )
src/database/mysql.rs:323
↓ 1 callers
Method
get_indexes
( &self, database: &Database, table: &Table, )
src/database/mysql.rs:361
↓ 1 callers
Method
get_json_records
( &self, database: &Database, table: &Table, page: u16, filter: Option
src/database/postgres.rs:476
↓ 1 callers
Function
get_line_offset
(line_width: u16, text_area_width: u16, alignment: Alignment)
src/ui/stateful_paragraph.rs:16
↓ 1 callers
Method
get_tables
(&self, database: String)
src/database/mysql.rs:209
↓ 1 callers
Method
get_tables
(&self, database: String)
src/database/postgres.rs:208
↓ 1 callers
Method
get_tables
(&self, _database: String)
src/database/sqlite.rs:211
↓ 1 callers
Method
get_text
(&self, width: usize)
src/components/help.rs:138
↓ 1 callers
Method
headers
(&self, left: usize, right: usize)
src/components/table.rs:261
↓ 1 callers
Method
hide
(&mut self)
src/components/mod.rs:113
↓ 1 callers
Method
hide
(&mut self)
src/components/error.rs:75
↓ 1 callers
Method
input_str
(&self)
src/components/database_filter.rs:33
↓ 1 callers
Method
is_match
(&self, filter_text: &str)
database-tree/src/item.rs:215
↓ 1 callers
Method
is_mysql
(&self)
src/config.rs:283
↓ 1 callers
Method
is_number_column
(&self, row_index: usize, column_index: usize)
src/components/table.rs:254
↓ 1 callers
Method
is_postgres
(&self)
src/config.rs:287
↓ 1 callers
Method
is_selected_cell
( &self, row_index: usize, column_index: usize, selected_column_index: usize,
src/components/table.rs:229
↓ 1 callers
Method
is_table
(&self)
database-tree/src/item.rs:54
↓ 1 callers
Method
is_visible
(&self)
src/components/mod.rs:109
↓ 1 callers
Method
is_writable
(&self, level: &Self)
src/log.rs:17
↓ 1 callers
Method
move_focus
(&mut self, key: Key)
src/app.rs:347
↓ 1 callers
Method
move_selection
(&mut self, dir: MoveSelection)
database-tree/src/databasetree.rs:105
↓ 1 callers
Method
names
(&self)
src/components/tab.rs:46
↓ 1 callers
Method
next
(&mut self)
src/components/completion.rs:49
↓ 1 callers
Method
next_column
(&mut self)
src/components/table.rs:143
↓ 1 callers
Function
parse
()
src/cli.rs:12
↓ 1 callers
Method
previous
(&mut self)
src/components/completion.rs:63
↓ 1 callers
Method
previous_column
(&mut self)
src/components/table.rs:154
↓ 1 callers
Method
reset
(&mut self)
src/components/table.rs:76
↓ 1 callers
Method
result_str
(&self)
src/components/sql_editor.rs:26
↓ 1 callers
Method
rows
(&self, left: usize, right: usize)
src/components/table.rs:267
↓ 1 callers
Method
scroll
(self)
src/ui/stateful_paragraph.rs:69
↓ 1 callers
Method
scroll_to_bottom
(&mut self)
src/components/connections.rs:69
↓ 1 callers
Method
scroll_to_bottom
(&mut self)
src/components/table.rs:134
↓ 1 callers
Method
scroll_to_top
(&mut self)
src/components/connections.rs:62
↓ 1 callers
Method
scroll_to_top
(&mut self)
src/components/table.rs:126
↓ 1 callers
Method
select_parent
(&mut self, current_index: usize)
database-tree/src/databasetree.rs:284
↓ 1 callers
Method
selected_connection
(&self)
src/components/connections.rs:76
↓ 1 callers
Method
selection_end
(&self, current_index: usize)
database-tree/src/databasetree.rs:172
↓ 1 callers
Method
selection_left
(&mut self, current_index: usize)
database-tree/src/databasetree.rs:304
↓ 1 callers
Method
selection_right
(&mut self, current_selection: usize)
database-tree/src/databasetree.rs:336
↓ 1 callers
Method
set_collapsed
(&mut self, collapsed: bool)
database-tree/src/item.rs:142
↓ 1 callers
Method
set_horizontal_offset
(&mut self, horizontal_offset: u16)
src/ui/reflow.rs:143
↓ 1 callers
Function
setup_terminal
()
src/main.rs:66
↓ 1 callers
Method
show
(&mut self)
src/components/help.rs:101
↓ 1 callers
Method
show
(&mut self)
src/components/mod.rs:115
↓ 1 callers
Method
show
(&mut self)
src/components/error.rs:79
↓ 1 callers
Method
show
(&mut self)
database-tree/src/item.rs:207
↓ 1 callers
Function
shutdown_terminal
()
src/main.rs:72
↓ 1 callers
Method
tab_names
(&self)
src/components/properties.rs:124
↓ 1 callers
Function
toggle_property_tabs
(key_config: &KeyConfig)
src/components/command.rs:156
↓ 1 callers
Function
tree_nav
(tree: &mut DatabaseTree, key: Key, key_config: &KeyConfig)
src/components/databases.rs:267
↓ 1 callers
Function
trim_offset
This function will return a str slice which start at specified offset. As src is a unicode str, start offset has to be calculated with each character.
src/ui/reflow.rs:214
↓ 1 callers
Method
update
(&mut self, connection: &Connection, pool: &Box<dyn Pool>)
src/components/databases.rs:57
↓ 1 callers
Method
update_commands
(&mut self)
src/app.rs:110
↓ 1 callers
Method
update_databases
(&mut self)
src/app.rs:138
↓ 1 callers
Method
update_record_table
(&mut self)
src/app.rs:166
↓ 1 callers
Method
visual_index_to_absolute
(&self, visual_index: usize)
database-tree/src/databasetree.rs:130
Method
async_event
( &mut self, _key: crate::event::Key, _pool: &Box<dyn Pool>, )
src/components/mod.rs:95
Method
close
(&self)
src/database/postgres.rs:470
Method
close
(&self)
src/database/sqlite.rs:381
Method
cmp
(&self, other: &Self)
database-tree/src/item.rs:249
Method
collapse_but_root
(&mut self)
database-tree/src/databasetree.rs:58
Method
collapse_recursive
(&mut self)
database-tree/src/databasetree.rs:93
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/connections.rs:115
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/help.rs:75
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/table_filter.rs:194
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/debug.rs:53
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/database_filter.rs:75
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/table_status.rs:74
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/completion.rs:137
Method
commands
(&self, out: &mut Vec<CommandInfo>)
src/components/databases.rs:221
Method
commands
(&self, out: &mut Vec<CommandInfo>)
src/components/properties.rs:176
Method
commands
(&self, out: &mut Vec<CommandInfo>)
src/components/record_table.rs:74
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/sql_editor.rs:205
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/tab.rs:73
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/error.rs:61
Method
commands
(&self, out: &mut Vec<CommandInfo>)
src/components/table.rs:521
Method
commands
(&self, _out: &mut Vec<CommandInfo>)
src/components/table_value.rs:38
Method
convert
(&self)
src/ui/syntax_text.rs:47
Method
create_items
( list: &[Database], collapsed: &BTreeSet<&String>, )
database-tree/src/databasetreeitems.rs:45
Method
database_url_with_name
(&self)
src/config.rs:270
Method
default
()
src/config.rs:50
Method
default
()
src/log.rs:11
Method
default
()
src/components/table_status.rs:22
Method
default
()
src/event/events.rs:12
Method
draw
(&mut self, f: &mut Frame<B>, _area: Rect, _focused: bool)
src/components/connections.rs:85
Method
draw
(&self, f: &mut Frame<B>, _area: Rect, _focused: bool)
src/components/help.rs:26
Method
draw
(&mut self, f: &mut Frame<B>, area: Rect, focused: bool)
src/components/table_filter.rs:133
Method
draw
(&self, f: &mut Frame<B>, _area: Rect, _focused: bool)
src/components/debug.rs:31
Method
draw
(&self, f: &mut Frame<B>, area: Rect, focused: bool)
src/components/database_filter.rs:46
Method
draw
(&self, f: &mut Frame<B>, area: Rect, focused: bool)
src/components/table_status.rs:46
← previous
next →
101–200 of 395, ranked by callers