Home
last modified time | relevance | path

Searched refs:strikethrough (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dstyles.js38 strikethrough: [9, 29],
/third_party/node/deps/npm/node_modules/@colors/colors/examples/
H A Dnormal-usage.js24 // Remark: .strikethrough may not work with Mac OS Terminal App
26 console.log('This is ' + 'not'.strikethrough + ' fun.');
H A Dsafe-string.js24 console.log('This is ' + colors.strikethrough('not') + ' fun.');
/third_party/rust/crates/termcolor/src/
H A Dlib.rs1382 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 Dindex.js20 strikethrough: [9, 29],
/third_party/node/deps/npm/node_modules/ansi-styles/
H A Dindex.js20 strikethrough: [9, 29],
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp278 DWRITE_STRIKETHROUGH const* strikethrough,
H A DSkFontMgr_win_dw.cpp669 DWRITE_STRIKETHROUGH const* strikethrough,
/third_party/node/lib/internal/util/
H A Dinspect.js395 strikethrough: [9, 29], // Alias: strikeThrough, crossedout, crossedOut
452 defineColorAlias('strikethrough', 'crossedout');
453 defineColorAlias('strikethrough', 'strikeThrough');
454 defineColorAlias('strikethrough', 'crossedOut');

Completed in 9 milliseconds