Searched refs:strikethrough (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | styles.js | 38 strikethrough: [9, 29],
|
/third_party/node/deps/npm/node_modules/@colors/colors/examples/ |
H A D | normal-usage.js | 24 // Remark: .strikethrough may not work with Mac OS Terminal App 26 console.log('This is ' + 'not'.strikethrough + ' fun.');
|
H A D | safe-string.js | 24 console.log('This is ' + colors.strikethrough('not') + ' fun.');
|
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 1382 if spec.strikethrough { in set_color() 1656 strikethrough: bool, 1670 strikethrough: false, in default() 1763 /// Get whether this is strikethrough or not. 1765 /// Note that the strikethrough setting has no effect in a Windows console. 1766 pub fn strikethrough(&self) -> bool { in strikethrough() functions 1767 self.strikethrough in strikethrough() 1770 /// Set whether the text is strikethrough or not. 1772 /// Note that the strikethrough setting has no effect in a Windows console. 1774 self.strikethrough in set_strikethrough() [all...] |
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/ |
H A D | index.js | 20 strikethrough: [9, 29],
|
/third_party/node/deps/npm/node_modules/ansi-styles/ |
H A D | index.js | 20 strikethrough: [9, 29],
|
/third_party/skia/src/ports/ |
H A D | SkRemotableFontMgr_win_dw.cpp | 278 DWRITE_STRIKETHROUGH const* strikethrough,
|
H A D | SkFontMgr_win_dw.cpp | 669 DWRITE_STRIKETHROUGH const* strikethrough,
|
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 395 strikethrough: [9, 29], // Alias: strikeThrough, crossedout, crossedOut 452 defineColorAlias('strikethrough', 'crossedout'); 453 defineColorAlias('strikethrough', 'strikeThrough'); 454 defineColorAlias('strikethrough', 'crossedOut');
|
Completed in 9 milliseconds