Home
last modified time | relevance | path

Searched refs:TextCell (Results 1 – 25 of 121) sorted by relevance

12345

/dports/sysutils/exa/exa-0.10.1/src/output/render/
H A Dsize.rs6 use crate::output::cell::{TextCell, DisplayWidth};
34 return TextCell::paint(colours.size(prefix), string); in render()
50 TextCell { in render()
63 fn render<C: Colours>(self, colours: &C) -> TextCell { in render() argument
67 TextCell { in render()
93 use crate::output::cell::{TextCell, DisplayWidth};
119 let expected = TextCell::blank(Black.italic()); in directory()
127 let expected = TextCell { in file_decimal()
142 let expected = TextCell { in file_binary()
157 let expected = TextCell { in file_bytes()
[all …]
H A Dusers.rs5 use crate::output::cell::TextCell;
10 …pub fn render<C: Colours, U: Users>(self, colours: &C, users: &U, format: UserFormat) -> TextCell { in render() argument
19 TextCell::paint(style, user_name) in render()
35 use crate::output::cell::TextCell;
58 let expected = TextCell::paint_str(Red.bold(), "enoch"); in named()
61 let expected = TextCell::paint_str(Red.bold(), "1000"); in named()
70 let expected = TextCell::paint_str(Red.bold(), "1000"); in unnamed()
81 let expected = TextCell::paint_str(Blue.underline(), "enoch"); in different_named()
88 let expected = TextCell::paint_str(Blue.underline(), "1000"); in different_unnamed()
95 let expected = TextCell::paint_str(Blue.underline(), "2147483648"); in overflow()
H A Dblocks.rs4 use crate::output::cell::TextCell;
8 pub fn render<C: Colours>(&self, colours: &C) -> TextCell { in render() argument
10 Self::Some(blk) => TextCell::paint(colours.block_count(), blk.to_string()), in render()
11 Self::None => TextCell::blank(colours.no_blocks()), in render()
29 use crate::output::cell::TextCell;
44 let expected = TextCell::blank(Green.italic()); in blocklessness()
53 let expected = TextCell::paint_str(Red.blink(), "3005"); in blockfulity()
H A Dgroups.rs5 use crate::output::cell::TextCell;
10 …render<C: Colours, U: Users+Groups>(self, colours: &C, users: &U, format: UserFormat) -> TextCell { in render() argument
17 None => return TextCell::paint(style, self.0.to_string()), in render()
35 TextCell::paint(style, group_name) in render()
51 use crate::output::cell::TextCell;
75 let expected = TextCell::paint_str(Fixed(81).normal(), "folk"); in named()
78 let expected = TextCell::paint_str(Fixed(81).normal(), "100"); in named()
88 let expected = TextCell::paint_str(Fixed(81).normal(), "100"); in unnamed()
100 let expected = TextCell::paint_str(Fixed(80).normal(), "folk"); in primary()
113 let expected = TextCell::paint_str(Fixed(80).normal(), "folk"); in secondary()
[all …]
H A Doctal.rs4 use crate::output::cell::TextCell;
12 pub fn render(&self, style: Style) -> TextCell { in render() argument
19TextCell::paint(style, format!("{}{}{}{}", octal_sticky, octal_owner, octal_group, octal_other)) in render()
26 use crate::output::cell::TextCell;
42 let expected = TextCell::paint_str(Purple.bold(), "0755"); in normal_folder()
56 let expected = TextCell::paint_str(Purple.bold(), "0644"); in normal_file()
70 let expected = TextCell::paint_str(Purple.bold(), "0600"); in secret_file()
84 let expected = TextCell::paint_str(Purple.bold(), "4777"); in sticky1()
99 let expected = TextCell::paint_str(Purple.bold(), "2777"); in sticky2()
113 let expected = TextCell::paint_str(Purple.bold(), "1777"); in sticky3()
H A Dlinks.rs5 use crate::output::cell::TextCell;
9 pub fn render<C: Colours>(&self, colours: &C, numeric: &NumericLocale) -> TextCell { in render() argument
13 TextCell::paint(style, numeric.format_int(self.count)) in render()
27 use crate::output::cell::{TextCell, DisplayWidth};
50 let expected = TextCell { in regular_file()
65 let expected = TextCell { in regular_directory()
80 let expected = TextCell { in popular_file()
H A Dinode.rs4 use crate::output::cell::TextCell;
8 pub fn render(self, style: Style) -> TextCell { in render() argument
9 TextCell::paint(style, self.0.to_string()) in render()
16 use crate::output::cell::TextCell;
25 let expected = TextCell::paint_str(Cyan.underline(), "1414213"); in blocklessness()
H A Dgit.rs3 use crate::output::cell::{TextCell, DisplayWidth};
8 pub fn render(self, colours: &dyn Colours) -> TextCell { in render() argument
9 TextCell { in render()
51 use crate::output::cell::{TextCell, DisplayWidth};
79 let expected = TextCell { in git_blank()
98 let expected = TextCell { in git_new_changed()
H A Dtimes.rs6 use crate::output::cell::TextCell;
11 fn render(self, style: Style, tz: &Option<TimeZone>, format: TimeFormat) -> TextCell; in render() argument
15 fn render(self, style: Style, tz: &Option<TimeZone>, format: TimeFormat) -> TextCell { in render() argument
28 TextCell::paint(style, datestamp) in render()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DTextCell.h34 class TextCell : public Cell
40TextCell(Cell *parent, Configuration **config, CellPointers *cellPointers, wxString text = wxEmpty…
41 TextCell(const TextCell &cell);
42 Cell *Copy() override {return new TextCell(*this);} in Copy()
44 TextCell &operator=(const TextCell&) = delete;
48 ~TextCell();
H A DTextCell.cpp33 TextCell::TextCell(Cell *parent, Configuration **config, CellPointers *cellPointers, in TextCell() function in TextCell
71 TextCell::SetValue(text); in TextCell()
78 TextCell::~TextCell() in ~TextCell()
352 TextCell::TextCell(const TextCell &cell): in TextCell() function in TextCell
798 wxString TextCell::ToString() in ToString()
954 wxString TextCell::ToTeX() in ToTeX()
1446 wxString TextCell::ToOMML() in ToOMML()
1520 wxString TextCell::ToRTF() in ToRTF()
1543 wxString TextCell::ToXML() in ToXML()
1609 bool TextCell::IsShortNum() in IsShortNum()
[all …]
H A DExptCell.h100 std::shared_ptr<TextCell> m_open;
101 std::shared_ptr<TextCell> m_close;
102 std::shared_ptr<TextCell> m_exp;
H A DLimitCell.h77 std::shared_ptr<TextCell> m_open;
79 std::shared_ptr<TextCell> m_comma;
81 std::shared_ptr<TextCell> m_close;
H A DLimitCell.cpp36 m_name(new TextCell(parent, config, cellPointers)), in LimitCell()
37 m_open(new TextCell(parent, config, cellPointers, "(")), in LimitCell()
38 m_base(new TextCell(parent, config, cellPointers)), in LimitCell()
39 m_comma(new TextCell(parent, config, cellPointers, ",")), in LimitCell()
40 m_under(new TextCell(parent, config, cellPointers)), in LimitCell()
41 m_close(new TextCell(parent, config, cellPointers, ")")) in LimitCell()
H A DExptCell.cpp35 m_baseCell(new TextCell(parent, config, cellPointers)), in ExptCell()
36 m_exptCell(new TextCell(parent, config, cellPointers)), in ExptCell()
37 m_open(new TextCell(parent, config, cellPointers, "(")), in ExptCell()
38 m_close(new TextCell(parent, config, cellPointers, ")")), in ExptCell()
39 m_exp(new TextCell(parent, config, cellPointers, "^")) in ExptCell()
H A DAbsCell.h94 std::shared_ptr<TextCell> m_open;
96 std::shared_ptr<TextCell> m_close;
H A DConjugateCell.h67 std::shared_ptr<TextCell> m_open;
68 std::shared_ptr<TextCell> m_close;
H A DSqrtCell.h86 std::shared_ptr<TextCell> m_open;
87 std::shared_ptr<TextCell> m_close;
H A DParenCell.h98 std::shared_ptr<TextCell> m_open;
99 std::shared_ptr<TextCell> m_close;
H A DConjugateCell.cpp33 m_innerCell(new TextCell(parent, config, cellPointers, "")), in ConjugateCell()
34 m_open(new TextCell(parent, config, cellPointers, "conjugate(")), in ConjugateCell()
35 m_close(new TextCell(parent, config, cellPointers, ")")) in ConjugateCell()
/dports/cad/qelectrotech/qet-0.7.0/sources/titleblock/
H A Dtemplatecellwidget.cpp54 cell_type_input_ -> addItem(tr("Texte"), TitleBlockCell::TextCell); in initWidgets()
156 updateFormType(TitleBlockCell::TextCell); in initWidgets()
176 label_checkbox_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
177 label_input_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
178 label_edit_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
179 value_label_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
180 value_input_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
181 value_edit_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
182 align_label_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
183 horiz_align_label_ -> setVisible(cell_type == TitleBlockCell::TextCell); in updateFormType()
[all …]
/dports/sysutils/exa/exa-0.10.1/src/output/
H A Ddetails.rs76 use crate::output::cell::TextCell;
346 name: TextCell::paint_str(self.theme.ui.header, "Name"), in render_header()
360 let name = TextCell::paint(self.theme.broken_symlink(), error_message); in render_error()
365 …let name = TextCell::paint(self.theme.ui.perms.attribute, format!("{} (len {})", xattr.name, xattr… in render_xattr()
369 pub fn render_file(&self, cells: TableRow, name: TextCell, tree: TreeParams) -> Row { in render_file() argument
405 pub name: TextCell,
422 type Item = TextCell;
431 let mut cell = TextCell::default(); in next()
460 type Item = TextCell;
464 let mut cell = TextCell::default(); in next()
H A Dcell.rs21 pub struct TextCell { struct
30 impl Deref for TextCell { argument
38 impl TextCell { implementation
174 pub fn promote(self) -> TextCell { in promote() argument
175 TextCell { in promote()
H A Dtable.rs15 use crate::output::cell::TextCell;
341 cells: Vec<TextCell>,
368 .map(|c| TextCell::paint_str(self.theme.ui.header, c.header())) in header_row()
400 fn display(&self, file: &File<'_>, column: Column, xattrs: bool) -> TextCell { in display() argument
453 pub fn render(&self, row: Row) -> TextCell { in render() argument
454 let mut cell = TextCell::default(); in render()
/dports/sysutils/vttest/vttest-20180811/
H A Dsixel.c18 static const char *TextCell = ""; variable
128 TextCell = "Full Cell"; in decode_header()
130 TextCell = "Text"; in decode_header()
175 FontNumber, FontName, MatrixWide, MatrixHigh, WidthAttr, TextCell); in display_head()

12345