Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/8051Enthusiast/biodiff
/ functions
Functions
441 in github.com/8051Enthusiast/biodiff
⨍
Functions
441
◇
Types & classes
99
↓ 1 callers
Method
text
(&self)
src/search.rs:63
↓ 1 callers
Function
title
(kind: AlgorithmKind)
src/dialog/algorithm_presets.rs:11
↓ 1 callers
Function
unaligned_cross
This setups the event processing thread for the crossterm backend and reads crossterm's events
src/control.rs:385
↓ 1 callers
Function
unaligned_cross_recv
This function is the one that processes actions sent by the event reader loop setup in `unaligned_cross`. Note that the event reader loop has to stay
src/control.rs:366
↓ 1 callers
Method
update_count
(&mut self, new_count: u16)
src/dialog/set_offset.rs:112
↓ 1 callers
Method
update_count
(&mut self, diff: usize)
src/dialog/search.rs:133
↓ 1 callers
Function
use_color
(color_override: bool)
src/print.rs:16
Method
add_search_results
Adds a batch of search results to the current ones if they are of the same query.
src/view/unaligned.rs:528
Method
align
( &self, algo: &AlignAlgorithm, mode: InternalMode, x: &[u8],
src/align/wfa2.rs:100
Method
align
( &self, algo: &AlignAlgorithm, mode: InternalMode, x: &[u8], y: &[u8]
src/align/rustbio.rs:50
Function
apply_style
(siv: &mut Cursive)
src/dialog/style_settings.rs:5
Function
autocorrelation
(data: &[u8])
src/util.rs:133
Function
bindgen_test_layout__wavefront_aligner_t
()
biodiff-wfa2-sys/src/lib.rs:3258
Function
bindgen_test_layout_affine2p_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:577
Function
bindgen_test_layout_affine_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:512
Function
bindgen_test_layout_alignment_form_t
()
biodiff-wfa2-sys/src/lib.rs:1453
Function
bindgen_test_layout_alignment_system_t
()
biodiff-wfa2-sys/src/lib.rs:1544
Function
bindgen_test_layout_bt_block_t
()
biodiff-wfa2-sys/src/lib.rs:2129
Function
bindgen_test_layout_cigar_t
()
biodiff-wfa2-sys/src/lib.rs:672
Function
bindgen_test_layout_heatmap_t
()
biodiff-wfa2-sys/src/lib.rs:29
Function
bindgen_test_layout_linear_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:459
Function
bindgen_test_layout_mm_allocator_t
()
biodiff-wfa2-sys/src/lib.rs:367
Function
bindgen_test_layout_profiler_counter_t
()
biodiff-wfa2-sys/src/lib.rs:146
Function
bindgen_test_layout_profiler_timer_t
()
biodiff-wfa2-sys/src/lib.rs:248
Function
bindgen_test_layout_vector_t
()
biodiff-wfa2-sys/src/lib.rs:301
Function
bindgen_test_layout_wavefront_align_status_t
()
biodiff-wfa2-sys/src/lib.rs:3143
Function
bindgen_test_layout_wavefront_aligner_attr_t
()
biodiff-wfa2-sys/src/lib.rs:1699
Function
bindgen_test_layout_wavefront_bialigner_t
()
biodiff-wfa2-sys/src/lib.rs:2977
Function
bindgen_test_layout_wavefront_components_t
()
biodiff-wfa2-sys/src/lib.rs:2759
Function
bindgen_test_layout_wavefront_heuristic_t
()
biodiff-wfa2-sys/src/lib.rs:1230
Function
bindgen_test_layout_wavefront_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:809
Function
bindgen_test_layout_wavefront_plot_attr_t
()
biodiff-wfa2-sys/src/lib.rs:970
Function
bindgen_test_layout_wavefront_plot_t
()
biodiff-wfa2-sys/src/lib.rs:1032
Function
bindgen_test_layout_wavefront_pos_t
()
biodiff-wfa2-sys/src/lib.rs:2301
Function
bindgen_test_layout_wavefront_sequences_t
()
biodiff-wfa2-sys/src/lib.rs:1861
Function
bindgen_test_layout_wavefront_slab_t
()
biodiff-wfa2-sys/src/lib.rs:2609
Function
bindgen_test_layout_wavefront_t
()
biodiff-wfa2-sys/src/lib.rs:2370
Function
bindgen_test_layout_wf_backtrace_buffer_t
()
biodiff-wfa2-sys/src/lib.rs:2178
Method
bitand
(self, rhs: Self)
hexagex/src/lib.rs:567
Method
bitor
(self, rhs: Self)
hexagex/src/lib.rs:559
Method
bitxor
(self, rhs: Self)
hexagex/src/lib.rs:575
Function
bsearch
()
src/datastruct.rs:309
Method
can_scroll
(&self)
src/backend.rs:301
Method
check_params
( &self, _: &AlignAlgorithm, _: InternalMode, x_size: usize, y_size: u
src/align/rustbio.rs:72
Method
clear
(&mut self, cursor_act: CursorActive)
src/selection.rs:47
Method
clear
(&mut self)
src/backend.rs:321
Method
clear_search
Clears the search results of both cursors
src/view/aligned.rs:447
Method
clear_search
Clears the search results of the currently active cursors
src/view/unaligned.rs:548
Function
cli_tests
()
tests/cli_tests.rs:2
Function
common_sequence_iter
()
src/datastruct.rs:353
Method
current_search_query
(&self, cursor_act: CursorActive)
src/search.rs:221
Method
current_search_query
Returns the active search query for one of the currently cursors
src/view/unaligned.rs:565
Method
default
()
src/config.rs:81
Method
default
()
src/align.rs:110
Method
default
()
src/style.rs:485
Method
default
()
src/preset.rs:26
Method
default_semiglobal
()
src/align.rs:269
Method
destruct
Turns the view into most of its parts
src/view/unaligned.rs:569
Function
disp_ascii
(h: Option<u8>)
src/style.rs:124
Function
disp_column_blocks
(h: Option<u8>)
src/style.rs:133
Function
doublevec
()
src/datastruct.rs:273
Method
draw
(&self, printer: &cursive::Printer)
src/view/aligned.rs:615
Method
draw
(&self, printer: &cursive::Printer)
src/view/unaligned.rs:593
Method
drop
(&mut self)
src/align/wfa2.rs:86
Function
ent
()
src/util.rs:161
Method
eq
(&self, other: &Self)
src/search.rs:30
Function
errors_on_misalign
()
hexagex/src/lib.rs:1092
Method
files
(&self)
src/view/aligned.rs:77
Method
files
(&self)
src/view/unaligned.rs:44
Method
filter_file_not_found
( r: Result<T, std::io::Error>, )
src/config.rs:212
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
hexagex/src/lib.rs:784
Method
from
(s: AlignModeV0)
src/config.rs:56
Method
from
(value: AlignMode)
src/align.rs:52
Method
from
(action: Action)
src/view/aligned.rs:28
Method
from
(pc: &ast::ClassPerl)
hexagex/src/lib.rs:160
Method
from_array
Creates a vector out of `AlignElement`s from the operations outputted by rust-bio. Also outputs the addresses at the end of the array.
src/align.rs:487
Method
from_config
(path: Option<&Path>)
src/config.rs:211
Method
from_file
(path: &Path)
src/file.rs:14
Method
from_printer
(printer: &'c Printer<'a, 'b>)
src/backend.rs:552
Method
from_range
convert a range of values with given bit lengths into a PartialElement
hexagex/src/lib.rs:593
Method
from_str
(s: &str)
src/style.rs:284
Method
full
wildcard of given length
hexagex/src/lib.rs:736
Function
goto
A dialog to go to a given position in the hexview
src/dialog/goto.rs:12
Method
goto
Go to the address in `pos`, right is true if on the second view, else the first view is used. Returns true if the address exists.
src/view/unaligned.rs:377
Method
init
init the crossterm backend, places the screen into raw mode and the alternative buffer and hides the cursor etc.
src/backend.rs:350
Method
init_textmode
()
src/backend.rs:368
Method
into_current_version
(self)
src/config.rs:280
Method
inverted
()
src/backend.rs:248
Method
layout
(&mut self, size: Vec2)
src/view/aligned.rs:619
Method
layout
(&mut self, size: Vec2)
src/view/unaligned.rs:597
Function
main
()
src/main.rs:58
Function
main
()
src/bin/git-biodiff.rs:5
Function
main
()
hexagex/src/bin.rs:2
Function
main
()
biodiff-wfa2-sys/build.rs:24
Method
make_new
opens a new flat alignment progress dialog and starts the alignment process which calls back with the results later
src/dialog/set_offset.rs:65
Function
match_bits
()
hexagex/src/lib.rs:1052
Function
match_byte_range
()
hexagex/src/lib.rs:1068
Function
match_choice
()
hexagex/src/lib.rs:1060
Function
match_class
()
hexagex/src/lib.rs:1044
Function
match_classes
()
hexagex/src/lib.rs:1076
← previous
next →
301–400 of 441, ranked by callers