Home
last modified time | relevance | path

Searched refs:FmtTableRow (Results 1 – 6 of 6) sorted by relevance

/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/
H A Dtbl.rs16 pub struct FmtTableRow<'s> { struct
52 impl<'s> FmtTableRow<'s> { impl
53 pub fn from(table_row: TableRow<'s>, skin: &MadSkin) -> FmtTableRow<'s> { in from()
55 FmtTableRow { in from()
180 if let FmtLine::TableRow(FmtTableRow { cells }) = line { in fix_columns()
214 if let FmtLine::TableRow(FmtTableRow { cells }) = line { in fix_columns()
247 let new_line = FmtLine::TableRow(FmtTableRow { cells: new_cells }); in fix_columns()
259 FmtLine::TableRow(FmtTableRow { cells }) => { in fix_columns()
305 FmtLine::TableRow(FmtTableRow { cells }) => match current.as_mut() { in find_tables()
H A Dline.rs5 use crate::tbl::{FmtTableRow, FmtTableRule, RelativePosition};
11 TableRow(FmtTableRow<'s>),
23 Line::TableRow(table_row) => FmtLine::TableRow(FmtTableRow::from(table_row, skin)), in from()
H A Dskin.rs414 FmtLine::TableRow(FmtTableRow { cells }) => { in write_fmt_line()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/
H A Dtbl.rs17 pub struct FmtTableRow<'s> { struct
55 impl<'s> FmtTableRow<'s> { impl
56 pub fn from(table_row: TableRow<'s>, skin: &MadSkin) -> FmtTableRow<'s> { in from()
58 FmtTableRow { in from()
187 if let FmtLine::TableRow(FmtTableRow { cells }) = line { in fix_columns()
223 if let FmtLine::TableRow(FmtTableRow { cells }) = line { in fix_columns()
255 let new_line = FmtLine::TableRow(FmtTableRow { cells: new_cells }); in fix_columns()
267 FmtLine::TableRow(FmtTableRow { cells }) => { in fix_columns()
314 FmtLine::TableRow(FmtTableRow { cells }) => match current.as_mut() { in find_tables()
H A Dline.rs5 use crate::tbl::{FmtTableRow, FmtTableRule, RelativePosition};
12 TableRow(FmtTableRow<'s>),
24 Line::TableRow(table_row) => FmtLine::TableRow(FmtTableRow::from(table_row, skin)), in from()
H A Dskin.rs531 FmtLine::TableRow(FmtTableRow { cells }) => { in write_fmt_line()