MCPcopy Create free account

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

Functions441 in github.com/8051Enthusiast/biodiff

↓ 1 callersMethodtext
(&self)
src/search.rs:63
↓ 1 callersFunctiontitle
(kind: AlgorithmKind)
src/dialog/algorithm_presets.rs:11
↓ 1 callersFunctionunaligned_cross
This setups the event processing thread for the crossterm backend and reads crossterm's events
src/control.rs:385
↓ 1 callersFunctionunaligned_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 callersMethodupdate_count
(&mut self, new_count: u16)
src/dialog/set_offset.rs:112
↓ 1 callersMethodupdate_count
(&mut self, diff: usize)
src/dialog/search.rs:133
↓ 1 callersFunctionuse_color
(color_override: bool)
src/print.rs:16
Methodadd_search_results
Adds a batch of search results to the current ones if they are of the same query.
src/view/unaligned.rs:528
Methodalign
( &self, algo: &AlignAlgorithm, mode: InternalMode, x: &[u8],
src/align/wfa2.rs:100
Methodalign
( &self, algo: &AlignAlgorithm, mode: InternalMode, x: &[u8], y: &[u8]
src/align/rustbio.rs:50
Functionapply_style
(siv: &mut Cursive)
src/dialog/style_settings.rs:5
Functionautocorrelation
(data: &[u8])
src/util.rs:133
Functionbindgen_test_layout__wavefront_aligner_t
()
biodiff-wfa2-sys/src/lib.rs:3258
Functionbindgen_test_layout_affine2p_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:577
Functionbindgen_test_layout_affine_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:512
Functionbindgen_test_layout_alignment_form_t
()
biodiff-wfa2-sys/src/lib.rs:1453
Functionbindgen_test_layout_alignment_system_t
()
biodiff-wfa2-sys/src/lib.rs:1544
Functionbindgen_test_layout_bt_block_t
()
biodiff-wfa2-sys/src/lib.rs:2129
Functionbindgen_test_layout_cigar_t
()
biodiff-wfa2-sys/src/lib.rs:672
Functionbindgen_test_layout_heatmap_t
()
biodiff-wfa2-sys/src/lib.rs:29
Functionbindgen_test_layout_linear_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:459
Functionbindgen_test_layout_mm_allocator_t
()
biodiff-wfa2-sys/src/lib.rs:367
Functionbindgen_test_layout_profiler_counter_t
()
biodiff-wfa2-sys/src/lib.rs:146
Functionbindgen_test_layout_profiler_timer_t
()
biodiff-wfa2-sys/src/lib.rs:248
Functionbindgen_test_layout_vector_t
()
biodiff-wfa2-sys/src/lib.rs:301
Functionbindgen_test_layout_wavefront_align_status_t
()
biodiff-wfa2-sys/src/lib.rs:3143
Functionbindgen_test_layout_wavefront_aligner_attr_t
()
biodiff-wfa2-sys/src/lib.rs:1699
Functionbindgen_test_layout_wavefront_bialigner_t
()
biodiff-wfa2-sys/src/lib.rs:2977
Functionbindgen_test_layout_wavefront_components_t
()
biodiff-wfa2-sys/src/lib.rs:2759
Functionbindgen_test_layout_wavefront_heuristic_t
()
biodiff-wfa2-sys/src/lib.rs:1230
Functionbindgen_test_layout_wavefront_penalties_t
()
biodiff-wfa2-sys/src/lib.rs:809
Functionbindgen_test_layout_wavefront_plot_attr_t
()
biodiff-wfa2-sys/src/lib.rs:970
Functionbindgen_test_layout_wavefront_plot_t
()
biodiff-wfa2-sys/src/lib.rs:1032
Functionbindgen_test_layout_wavefront_pos_t
()
biodiff-wfa2-sys/src/lib.rs:2301
Functionbindgen_test_layout_wavefront_sequences_t
()
biodiff-wfa2-sys/src/lib.rs:1861
Functionbindgen_test_layout_wavefront_slab_t
()
biodiff-wfa2-sys/src/lib.rs:2609
Functionbindgen_test_layout_wavefront_t
()
biodiff-wfa2-sys/src/lib.rs:2370
Functionbindgen_test_layout_wf_backtrace_buffer_t
()
biodiff-wfa2-sys/src/lib.rs:2178
Methodbitand
(self, rhs: Self)
hexagex/src/lib.rs:567
Methodbitor
(self, rhs: Self)
hexagex/src/lib.rs:559
Methodbitxor
(self, rhs: Self)
hexagex/src/lib.rs:575
Functionbsearch
()
src/datastruct.rs:309
Methodcan_scroll
(&self)
src/backend.rs:301
Methodcheck_params
( &self, _: &AlignAlgorithm, _: InternalMode, x_size: usize, y_size: u
src/align/rustbio.rs:72
Methodclear
(&mut self, cursor_act: CursorActive)
src/selection.rs:47
Methodclear
(&mut self)
src/backend.rs:321
Methodclear_search
Clears the search results of both cursors
src/view/aligned.rs:447
Methodclear_search
Clears the search results of the currently active cursors
src/view/unaligned.rs:548
Functioncli_tests
()
tests/cli_tests.rs:2
Functioncommon_sequence_iter
()
src/datastruct.rs:353
Methodcurrent_search_query
(&self, cursor_act: CursorActive)
src/search.rs:221
Methodcurrent_search_query
Returns the active search query for one of the currently cursors
src/view/unaligned.rs:565
Methoddefault
()
src/config.rs:81
Methoddefault
()
src/align.rs:110
Methoddefault
()
src/style.rs:485
Methoddefault
()
src/preset.rs:26
Methoddefault_semiglobal
()
src/align.rs:269
Methoddestruct
Turns the view into most of its parts
src/view/unaligned.rs:569
Functiondisp_ascii
(h: Option<u8>)
src/style.rs:124
Functiondisp_column_blocks
(h: Option<u8>)
src/style.rs:133
Functiondoublevec
()
src/datastruct.rs:273
Methoddraw
(&self, printer: &cursive::Printer)
src/view/aligned.rs:615
Methoddraw
(&self, printer: &cursive::Printer)
src/view/unaligned.rs:593
Methoddrop
(&mut self)
src/align/wfa2.rs:86
Functionent
()
src/util.rs:161
Methodeq
(&self, other: &Self)
src/search.rs:30
Functionerrors_on_misalign
()
hexagex/src/lib.rs:1092
Methodfiles
(&self)
src/view/aligned.rs:77
Methodfiles
(&self)
src/view/unaligned.rs:44
Methodfilter_file_not_found
( r: Result<T, std::io::Error>, )
src/config.rs:212
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
hexagex/src/lib.rs:784
Methodfrom
(s: AlignModeV0)
src/config.rs:56
Methodfrom
(value: AlignMode)
src/align.rs:52
Methodfrom
(action: Action)
src/view/aligned.rs:28
Methodfrom
(pc: &ast::ClassPerl)
hexagex/src/lib.rs:160
Methodfrom_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
Methodfrom_config
(path: Option<&Path>)
src/config.rs:211
Methodfrom_file
(path: &Path)
src/file.rs:14
Methodfrom_printer
(printer: &'c Printer<'a, 'b>)
src/backend.rs:552
Methodfrom_range
convert a range of values with given bit lengths into a PartialElement
hexagex/src/lib.rs:593
Methodfrom_str
(s: &str)
src/style.rs:284
Methodfull
wildcard of given length
hexagex/src/lib.rs:736
Functiongoto
A dialog to go to a given position in the hexview
src/dialog/goto.rs:12
Methodgoto
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
Methodinit
init the crossterm backend, places the screen into raw mode and the alternative buffer and hides the cursor etc.
src/backend.rs:350
Methodinit_textmode
()
src/backend.rs:368
Methodinto_current_version
(self)
src/config.rs:280
Methodinverted
()
src/backend.rs:248
Methodlayout
(&mut self, size: Vec2)
src/view/aligned.rs:619
Methodlayout
(&mut self, size: Vec2)
src/view/unaligned.rs:597
Functionmain
()
src/main.rs:58
Functionmain
()
src/bin/git-biodiff.rs:5
Functionmain
()
hexagex/src/bin.rs:2
Functionmain
()
biodiff-wfa2-sys/build.rs:24
Methodmake_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
Functionmatch_bits
()
hexagex/src/lib.rs:1052
Functionmatch_byte_range
()
hexagex/src/lib.rs:1068
Functionmatch_choice
()
hexagex/src/lib.rs:1060
Functionmatch_class
()
hexagex/src/lib.rs:1044
Functionmatch_classes
()
hexagex/src/lib.rs:1076
← previousnext →301–400 of 441, ranked by callers