MCPcopy Create free account

hub / github.com/8051Enthusiast/biodiff / functions

Functions441 in github.com/8051Enthusiast/biodiff

Functionmatch_end
()
hexagex/src/lib.rs:1036
Functionmatch_newline
()
hexagex/src/lib.rs:1018
Functionmatch_start
()
hexagex/src/lib.rs:1027
Functionmatch_text_escape
()
hexagex/src/lib.rs:1084
Functionmemory_warning
(siv: &mut Cursive, event: WrappedEvent)
src/dialog.rs:137
Methodnearest_next_result
from a list of search results, find the next result from any of them the T is supposed to be data to disambiguate between the multiple usize addresses
src/search.rs:147
Methodnearest_prev_result
from a list of search results, find the previous result from any of them the T is supposed to be data to disambiguate between the multiple usize addre
src/search.rs:183
Methodnew
()
src/selection.rs:32
Methodnew
( is_running: Arc<AtomicBool>, vecs: [FileContent; 2], update_progress: Box<dyn FnMut(
src/align.rs:577
Methodnew
(byte: Option<u8>, is_search_result: bool, is_selected: SelectionStatus)
src/style.rs:23
Methodnew
Creates a new DoubleHexContext with default style
src/doublehex.rs:115
Methodnew
()
src/datastruct.rs:53
Methodnew
()
src/backend.rs:283
Methodnew
Creates a new unaligned view from two files with given indexes and cursor size 16x16.
src/control.rs:83
Methodnew
(query_type: QueryType, text: &str)
src/search.rs:40
Methodnew
(size: (usize, usize))
src/cursor.rs:15
Methodnew
Creates a new aligned view, starting a new thread that sends new aligned data of `algo` over the sender. Note that receiving events and sending them t
src/view/aligned.rs:49
Methodnew
Creates a new view, with the indexes in the files at the cursor
src/view/unaligned.rs:30
Methodnew
(settings: &mut wavefront_aligner_attr_t, x: &[u8], y: &[u8])
src/align/wfa2.rs:62
Methodnew
(err: InternalError, regex: &str)
hexagex/src/lib.rs:830
Methodnew_uninit
Private API for creating a new object and not yet initializing the terminal
src/backend.rs:338
Methodnone
()
src/backend.rs:242
Methodnot
(self)
hexagex/src/lib.rs:542
Methodprocess_action
Process a single action/event
src/view/unaligned.rs:348
Methodprocess_escape
Executes an action corresponding to an escape and returns true if anything was done
src/view/unaligned.rs:344
Functionquit_quiet_broken_pipe
(e: std::io::Error)
src/backend.rs:398
Methodrefresh
(&mut self)
src/backend.rs:307
Methodreload
(&mut self, printer: &mut B)
src/view/unaligned.rs:72
Methodresize
Updates the screen size, changing the cursor position if neccessary. Returns the difference of the base address of the cursor view.
src/cursor.rs:24
Functionsave_settings
(siv: &mut Cursive)
src/dialog/settings.rs:4
Functionsearch
A dialog for searching bytes in the hexview
src/dialog/search.rs:7
Functionset_offset
"set offset" dialog, which can set the offset of an unaligned view in various ways
src/dialog/set_offset.rs:4
Functionsettings
A settings dialog to choose between algorithm and style settings
src/dialog/settings.rs:24
Methodsetup_search
Initializes the empty search results for the search query on the currently active cursors
src/search.rs:235
Methodsetup_search
Initializes the empty search results for the search query on the currently active cursors
src/view/unaligned.rs:553
Functionsimple_string
()
hexagex/src/lib.rs:1009
Methodsub
(self, rhs: Self)
hexagex/src/lib.rs:586
Methodtry_from
(value: Event)
src/backend.rs:61
Methodtry_from
(value: &ast::Concat)
hexagex/src/lib.rs:128
Methodvertical
Returns Vertical if true, otherwise Horizontal. For converting the old boolean flag to this enum.
src/style.rs:305
Methodzerolen
value of zero-lenghts with a single value of 0
hexagex/src/lib.rs:702
← previous401–441 of 441, ranked by callers