/third_party/node/deps/npm/node_modules/colors/ |
D | index.d.ts | 39 strikethrough: Color; property 85 export const strikethrough: Color; 127 strikethrough: string;
|
D | safe.d.ts | 41 export function strikethrough(str: string): string;
|
D | README.md | 52 - strikethrough
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-webvttenc | 34 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
|
D | sub-textenc | 38 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
|
D | sub-srt | 19 …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/ |
D | lib.rs | 1382 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/ |
D | styles.js | 38 strikethrough: [9, 29], property
|
/third_party/node/deps/npm/node_modules/colors/examples/ |
D | normal-usage.js | 26 console.log('This is ' + 'not'.strikethrough + ' fun.');
|
D | safe-string.js | 24 console.log('This is ' + colors.strikethrough('not') + ' fun.');
|
/third_party/node/deps/npm/node_modules/chalk/types/ |
D | index.d.ts | 54 readonly strikethrough: this; property
|
/third_party/node/deps/npm/node_modules/chalk/ |
D | index.js.flow | 50 +strikethrough: Chalk,
|
D | readme.md | 176 - `strikethrough` *(Not widely supported)*
|
/third_party/node/deps/npm/node_modules/ansi-styles/ |
D | index.js | 31 strikethrough: [9, 29] property
|
D | readme.md | 51 - `strikethrough` *(Not widely supported)*
|
/third_party/flutter/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 278 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
|
D | SkFontMgr_win_dw.cpp | 596 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
|
/third_party/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 278 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
|
D | SkFontMgr_win_dw.cpp | 669 DWRITE_STRIKETHROUGH const* strikethrough, in DrawStrikethrough() argument
|
/third_party/flutter/skia/site/dev/tools/ |
D | markdown.md | 128 ~~strikethrough~~, and `inline code`. Also small fractions,
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 350 strikethrough: [9, 29], // Alias: strikeThrough, crossedout, crossedOut property
|
/third_party/node/doc/api/ |
D | util.md | 791 * ~~strikethrough~~ - Puts a horizontal line through the center of the text
|
/third_party/icu/docs/userguide/transforms/general/ |
D | index.md | 59 example, "~~Αλφaβ~~ητικός" will retain the strikethrough in transliterating to
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | icons.dart | 1211 …material-icons md-36">format_strikethrough</i> — material icon named "format strikethrough". 2600 …<i class="material-icons md-36">strikethrough_s</i> — material icon named "strikethrough s".
|
/third_party/node/tools/ |
D | lint-md.mjs | 1284 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 …]
|