Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/colors/
Dindex.d.ts39 strikethrough: Color; property
85 export const strikethrough: Color;
127 strikethrough: string;
Dsafe.d.ts41 export function strikethrough(str: string): string;
DREADME.md52 - strikethrough
/third_party/ffmpeg/tests/ref/fate/
Dsub-webvttenc34 This line should be strikethrough
160 Both line should be strikethrough,
166 It shouldn't be strikethrough,
171 Three lines should be strikethrough,
176 Both line should be strikethrough but
Dsub-textenc38 This line should be strikethrough
192 Both line should be strikethrough,
199 It shouldn't be strikethrough,
205 Three lines should be strikethrough,
211 Both line should be strikethrough but
Dsub-srt19 …0}\N{\u1}This line should be underline{\u0}\N{\s1}This line should be strikethrough{\s0}\N{\u1}Bot…
47 Dialogue: 0,0:01:00.50,0:01:02.50,Default,,0,0,0,,{\s1}Both line should be strikethrough,\Nyes.{\s0…
48 Dialogue: 0,0:01:02.50,0:01:04.50,Default,,0,0,0,,It shouldn't be strikethrough,\Nnot opened tag sh…
49 Dialogue: 0,0:01:04.50,0:01:06.50,Default,,0,0,0,,{\s1}Three lines should be strikethrough,\Nyes.\N…
50 Dialogue: 0,0:01:06.50,0:01:08.50,Default,,0,0,0,,{\s1}Both line should be strikethrough but\Nthe w…
/third_party/rust/crates/termcolor/src/
Dlib.rs1382 if spec.strikethrough { in set_color()
1656 strikethrough: bool, field
1670 strikethrough: false, in default()
1766 pub fn strikethrough(&self) -> bool { in strikethrough() method
1767 self.strikethrough in strikethrough()
1774 self.strikethrough = yes; in set_strikethrough()
1839 && !self.strikethrough in is_none()
1851 self.strikethrough = false; in clear()
2306 for strikethrough in vec![false, true] { in all_attributes()
2316 color.set_strikethrough(strikethrough); in all_attributes()
/third_party/node/deps/npm/node_modules/colors/lib/
Dstyles.js38 strikethrough: [9, 29], property
/third_party/node/deps/npm/node_modules/colors/examples/
Dnormal-usage.js26 console.log('This is ' + 'not'.strikethrough + ' fun.');
Dsafe-string.js24 console.log('This is ' + colors.strikethrough('not') + ' fun.');
/third_party/node/deps/npm/node_modules/chalk/types/
Dindex.d.ts54 readonly strikethrough: this; property
/third_party/node/deps/npm/node_modules/chalk/
Dindex.js.flow50 +strikethrough: Chalk,
Dreadme.md176 - `strikethrough` *(Not widely supported)*
/third_party/node/deps/npm/node_modules/ansi-styles/
Dindex.js31 strikethrough: [9, 29] property
Dreadme.md51 - `strikethrough` *(Not widely supported)*
/third_party/flutter/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp278 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
DSkFontMgr_win_dw.cpp596 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
/third_party/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp278 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
DSkFontMgr_win_dw.cpp669 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
/third_party/flutter/skia/site/dev/tools/
Dmarkdown.md128 ~~strikethrough~~, and `inline code`. Also small fractions,
/third_party/node/lib/internal/util/
Dinspect.js350 strikethrough: [9, 29], // Alias: strikeThrough, crossedout, crossedOut property
/third_party/node/doc/api/
Dutil.md791 * ~~strikethrough~~ - Puts a horizontal line through the center of the text
/third_party/icu/docs/userguide/transforms/general/
Dindex.md59 example, "~~Αλφaβ~~ητικός" will retain the strikethrough in transliterating to
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicons.dart1211 …material-icons md-36">format_strikethrough</i> &#x2014; material icon named "format strikethrough".
2600 …<i class="material-icons md-36">strikethrough_s</i> &#x2014; material icon named "strikethrough s".
/third_party/node/tools/
Dlint-md.mjs1284 strikethrough: [9, 29] property
14256 strikethrough: [9, 29] property
58731 strikethrough() { method
58736 strikethrough() { method
58775 * Take events and resolve strikethrough.
58784 let strikethrough;
58815 strikethrough = { variable
58816 type: 'strikethrough',
58827 ['enter', strikethrough, context],
58848 ['exit', strikethrough, context]
[all …]