Home
last modified time | relevance | path

Searched refs:TableRule (Results 1 – 24 of 24) sorted by relevance

/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/
H A Dline.rs1 use minimad::{Line, TableRule};
13 TableRule(FmtTableRule), enumerator
25 Line::TableRule(TableRule { cells }) => FmtLine::TableRule(FmtTableRule { in from()
38 FmtLine::TableRule(rule) => 1 + rule.widths.iter().fold(0, |s, w| s + w + 1), in visible_length()
H A Dtbl.rs195 } else if let FmtLine::TableRule(rule) = line { in fix_columns()
275 FmtLine::TableRule(rule) => { in fix_columns()
301 FmtLine::TableRule(FmtTableRule { aligns, .. }) => match current.as_mut() { in find_tables()
H A Dskin.rs550 FmtLine::TableRule(rule) => { in write_fmt_line()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/
H A Dline.rs1 use minimad::{Line, TableRule};
12 TableRule(FmtTableRule), enumerator
24 Line::TableRule(TableRule { cells }) => FmtLine::TableRule(FmtTableRule { in from()
37 FmtLine::TableRule(rule) => 1 + rule.widths.iter().fold(0, |s, w| s + w + 1), in visible_length()
H A Dtbl.rs188 } else if let FmtLine::TableRule(rule) = line { in fix_columns()
267 FmtLine::TableRule(rule) => { in fix_columns()
292 FmtLine::TableRule(FmtTableRule { aligns, .. }) => match current.as_mut() { in find_tables()
H A Dskin.rs433 FmtLine::TableRule(rule) => { in write_fmt_line()
/dports/misc/broot/broot-1.7.0/cargo-crates/minimad-0.7.1/src/
H A Dline.rs4 use crate::tbl::{TableRow, TableRule};
13 TableRule(TableRule), // a separator/border in a table, optionally defining alignments enumerator
76 Line::TableRule(TableRule { cells }) in new_table_alignments()
H A Dtbl.rs10 pub struct TableRule { struct
24 pub fn as_table_alignments(&self) -> Option<TableRule> { in as_table_alignments() argument
25 let mut formats = TableRule { cells: Vec::new() }; in as_table_alignments()
H A Dlib.rs55 tbl::{TableRow, TableRule},
H A Dline_parser.rs216 Some(aligns) => Line::TableRule(aligns), in line()
/dports/misc/broot/broot-1.7.0/cargo-crates/minimad-0.9.0/src/markdown/
H A Dtbl.rs9 pub struct TableRule { struct
23 pub fn as_table_alignments(&self) -> Option<TableRule> { in as_table_alignments() argument
24 let mut formats = TableRule { cells: Vec::new() }; in as_table_alignments()
H A Dline.rs10 TableRule(TableRule), // a separator/border in a table, optionally defining alignments enumerator
73 Line::TableRule(TableRule { cells }) in new_table_alignments()
H A Dmod.rs15 tbl::{TableRow, TableRule},
/dports/chinese/libime/libime-1.0.9/src/libime/table/
H A Dtablerule.h63 class TableRule {
65 TableRule(const std::string &ruleString, unsigned int maxLength) { in TableRule() function
145 TableRule(TableRuleFlag _flag = TableRuleFlag::LengthEqual,
150 explicit TableRule(std::istream &in) { in TableRule() function
161 FCITX_INLINE_DEFINE_DEFAULT_DTOR_COPY_AND_MOVE(TableRule)
163 friend std::ostream &operator<<(std::ostream &out, const TableRule &r) {
H A Dtablebaseddictionary_p.h24 std::vector<TableRule> rules_;
71 const TableRule &rule) const;
H A Dtablebaseddictionary.h38 class TableRule; variable
65 const TableRule *findRule(std::string_view name) const;
H A Dtabledecoder.cpp22 bool checkRuleCanBeUsedAsAutoRule(const TableRule &rule) { in checkRuleCanBeUsedAsAutoRule()
H A Dtablebaseddictionary.cpp399 const TableRule &rule) const { in validateHints()
900 const TableRule *TableBasedDictionary::findRule(std::string_view name) const { in findRule()
/dports/chinese/libime/libime-1.0.9/test/
H A Dtesttable.cpp154 TableRule rule("e2=p11+p12+p21+p22+p00", 5); in testRule()
158 TableRule ruleBad("e2=p11+p12+p21+p22+p10", 5); in testRule()
165 TableRule ruleBad("e2=p11+p12+p21+p22+p01", 5); in testRule()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/postgis/
H A Dplugin.py36 TableField, TableConstraint, TableIndex, TableTrigger, TableRule
484 class PGTableRule(TableRule):
487 TableRule.__init__(self, table)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/postgis/
H A Dplugin.py36 TableField, TableConstraint, TableIndex, TableTrigger, TableRule
484 class PGTableRule(TableRule):
487 TableRule.__init__(self, table)
/dports/misc/broot/broot-1.7.0/cargo-crates/minimad-0.9.0/src/
H A Dline_parser.rs214 Some(aligns) => Line::TableRule(aligns), in line()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/
H A Dplugin.py1389 class TableRule(TableSubItemObject): class
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/
H A Dplugin.py1390 class TableRule(TableSubItemObject): class