Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/parse5/test/data/parser-feedback/
Dtests6.test307 "description": "<table><caption><td>",
308 "input": "<table><caption><td>",
317 "caption",
328 "description": "<table><caption><div>",
329 "input": "<table><caption><div>",
338 "caption",
349 "description": "<table><caption><div></caption>",
350 "input": "<table><caption><div></caption>",
359 "caption",
369 "caption"
[all …]
Dtables01.test102 …"description": "<table></body></caption></col></colgroup></html></tbody></td></tfoot></th></thead>…
103 …"input": "<table></body></caption></col></colgroup></html></tbody></td></tfoot></th></thead></tr><…
116 "caption"
299 "description": "<table><td></body></caption></col></colgroup></html>foo",
300 "input": "<table><td></body></caption></col></colgroup></html>foo",
318 "caption"
367 "description": "<table><tr><caption>",
368 "input": "<table><tr><caption>",
382 "caption",
388 "description": "<table><tr></body></caption></col></colgroup></html></td></th><td>foo",
[all …]
Dtests17.test146 "description": "<!doctype html><table><caption><select><tr>",
147 "input": "<!doctype html><table><caption><select><tr>",
163 "caption",
317 "description": "<!doctype html><select><caption>",
318 "input": "<!doctype html><select><caption>",
334 "caption",
/third_party/typescript/src/testRunner/unittests/tscWatch/
Demit.ts26 caption: "Make change in the file",
149caption: "Change the content of moduleFile1 to `export var T: number;export function Foo() { };`",
159caption: "Change the content of moduleFile1 to `export var T: number;export function Foo() { conso…
170 caption: "Change file1Consumer1 content to `export let y = Foo();`",
176 caption: "Add the import statements back to file1Consumer1",
181caption: "Change the content of moduleFile1 to `export var T: number;export var T2: string;export …
186 caption: "Multiple file edits in one go",
202 caption: "change moduleFile1 shape and delete file1Consumer2",
216 caption: "change moduleFile1 shape and create file1Consumer3",
232 caption: "change file1 internal, and verify only file1 is affected",
[all …]
DwatchEnvironment.ts21 caption: "Time spent to Transition libFile and file1 to low priority queue",
35 caption: "Make change to file",
42caption: "Callbacks: medium priority + high priority queue and scheduled program update",
49 caption: "Polling queues polled and everything is in the high polling queue",
97 caption: "Rename file1 to file2",
188 caption: "Directory watch updates because of file1.js creation",
196 caption: "Remove directory node_modules",
205 caption: "Pending directory watchers and program update",
215 caption: "Start npm install",
221 caption: "npm install folder creation of file2",
[all …]
DprogramUpdates.ts90 caption: "Create commonFile2",
126 caption: "delete file2",
131 caption: "recreate file2",
152 caption: "create file2",
175 caption: "Change config",
201 caption: "Modify config without changing content",
230 caption: "Disable allowUnsusedLabels",
237 caption: "Enable allowUnsusedLabels",
273 caption: "Enable experimentalDecorators",
281 caption: "Enable emitDecoratorMetadata",
[all …]
Dhelpers.ts57 caption?: string; property
110 function assertLog({ caption, expected }: HostOutputLog) {
112 …LogString(actual), getCleanLogString(expected), getOutputAtFailedMessage(caption || "Log", expecte…
131 function getOutputAtFailedMessage(caption: string, expectedOutput: string) {
132 …return `Expected ${caption}: ${JSON.stringify(expectedOutput)} at ${index} in ${JSON.stringify(out…
143 export function hostOutputLog(expected: string, caption?: string): HostOutputLog {
144 return { kind: HostOutputKind.Log, expected, caption };
292 caption: string; property
314 caption: "No change",
367 …baseline: Baseline["baseline"], change: TscWatchCompileChange["change"], caption?: TscWatchCompile…
[all …]
/third_party/icu/icu4j/
Dstylesheet8.css373 .overviewSummary caption, .memberSummary caption, .typeSummary caption,
374 .useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
388 .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
389 .useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
390 .overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
391 .useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
392 .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
393 .useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:acti…
394 .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visite…
395 .useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:vi…
[all …]
/third_party/typescript/src/testRunner/unittests/services/
DconvertToAsyncFunction.ts280 …function testConvertToAsyncFunction(it: Mocha.PendingTestFunction, caption: string, text: string, …
284 throw new Error(`Test ${caption} does not specify selection range`);
290 it(`${caption} [${extension}]`, () => runBaseline(extension)));
351 …Harness.Baseline.runBaseline(`${baselineFolder}/${caption}${extension}`, data.join(newLineCharacte…
374 const _testConvertToAsyncFunction = createTestWrapper((it, caption: string, text: string) => {
375 … testConvertToAsyncFunction(it, caption, text, "convertToAsyncFunction", /*includeLib*/ true);
378 …const _testConvertToAsyncFunctionFailed = createTestWrapper((it, caption: string, text: string) =>…
379 …testConvertToAsyncFunction(it, caption, text, "convertToAsyncFunction", /*includeLib*/ true, /*inc…
382 …const _testConvertToAsyncFunctionFailedSuggestion = createTestWrapper((it, caption: string, text: …
383 …testConvertToAsyncFunction(it, caption, text, "convertToAsyncFunction", /*includeLib*/ true, /*inc…
[all …]
/third_party/mesa3d/docs/
Dindex.rst34 :caption: Documentation
48 :caption: Download and Install
57 :caption: Need help?
65 :caption: User Topics
83 :caption: Drivers
100 :caption: Developer Topics
122 :caption: Testing
130 :caption: Links
139 :caption: Hosted by:
/third_party/boost/libs/gil/doc/html/_static/
Dbasic.css220 caption:hover > a.headerlink,
221 p.caption:hover > a.headerlink,
222 div.code-block-caption:hover > a.headerlink {
226 div.body p.caption {
335 table caption span.caption-number {
339 table caption span.caption-text {
375 div.figure p.caption {
379 div.figure p.caption span.caption-number {
383 div.figure p.caption span.caption-text {
530 div.code-block-caption {
[all …]
/third_party/boost/libs/python/doc/html/numpy/_static/
Dbasic.css220 caption:hover > a.headerlink,
221 p.caption:hover > a.headerlink,
222 div.code-block-caption:hover > a.headerlink {
226 div.body p.caption {
335 table caption span.caption-number {
339 table caption span.caption-text {
375 div.figure p.caption {
379 div.figure p.caption span.caption-number {
383 div.figure p.caption span.caption-text {
530 div.code-block-caption {
[all …]
/third_party/boost/libs/hof/doc/html/_static/
Dbasic.css220 caption:hover > a.headerlink,
221 p.caption:hover > a.headerlink,
222 div.code-block-caption:hover > a.headerlink {
226 div.body p.caption {
335 table caption span.caption-number {
339 table caption span.caption-text {
375 div.figure p.caption {
379 div.figure p.caption span.caption-number {
383 div.figure p.caption span.caption-text {
530 div.code-block-caption {
[all …]
/third_party/typescript/tests/baselines/reference/
DinferenceUnionOfObjectsMappedContextualType.types16 … [key in keyof TInput]: { key: key; caption: string; formatter?: (value: TInput[key]) => string; };
18 >caption : string
28 …: 'someDate', caption: 'My Date', formatter: (value) => value ? value.toString() : '-' // va…
34 caption: 'My Date',
35 >caption : string
DinferenceUnionOfObjectsMappedContextualType.symbols17 … [key in keyof TInput]: { key: key; caption: string; formatter?: (value: TInput[key]) => string; };
22 >caption : Symbol(caption, Decl(inferenceUnionOfObjectsMappedContextualType.ts, 5, 38))
45 caption: 'My Date',
46 >caption : Symbol(caption, Decl(inferenceUnionOfObjectsMappedContextualType.ts, 11, 20))
DinferenceUnionOfObjectsMappedContextualType.js7 … [key in keyof TInput]: { key: key; caption: string; formatter?: (value: TInput[key]) => string; };
14 caption: 'My Date', property
23 caption: 'My Date', property
/third_party/boost/libs/poly_collection/example/
Drolegame.hpp59 window(std::string caption):caption{std::move(caption)}{} in window()
61 void display(std::ostream& os)const{os<<"["<<caption<<"]";} in display()
63 std::string caption; member
/third_party/boost/tools/build/doc/src/
Dstandalone.adoc13 :caution-caption: ⚑
14 :important-caption: ‼
15 :note-caption: ℹ
16 :tip-caption: ☀
17 :warning-caption: ⚠
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dgrid_list_demo.dart25 this.caption,
32 final String caption;
37 bool get isValid => assetName != null && title != null && caption != null && isFavorite != null;
230 subtitle: _GridTitleText(photo.caption),
262 caption: 'Flower Market',
268 caption: 'Bronze Works',
274 caption: 'Market',
280 caption: 'Thanjavur Temple',
286 caption: 'Thanjavur Temple',
292 caption: 'Salt Farm',
[all …]
/third_party/typescript/src/testRunner/unittests/services/extract/
Dconstants.ts284 function testExtractConstant(caption: string, text: string) {
285 testExtractSymbol(caption, text, "extractConstant", Diagnostics.Extract_constant);
288 function testExtractConstantFailed(caption: string, text: string) {
289 testExtractSymbolFailed(caption, text, Diagnostics.Extract_constant);
/third_party/ffmpeg/doc/
Dt2h.pm245 my ($caption, $prepended) = Texinfo::Common::float_name_caption($self,
258 if ($caption) {
260 {'contents' => $caption->{'args'}->[0]->{'contents'}},
275 if ($caption) {
277 my @caption_original_contents = @{$caption->{'args'}->[0]->{'contents'}};
313 if ($caption and $caption_text eq '') {
315 $caption->{'args'}->[0], 'float caption');
/third_party/typescript/src/testRunner/unittests/tsbuild/
DwatchMode.ts96 …ile(fileName: string | (() => string), content: string | (() => string), caption: string): TscWatc…
98 caption,
104 function changeCore(content: () => string, caption: string) {
105 return changeFile(() => core[1].path, content, caption);
167 caption: "Build Tests",
182 caption: "Build logic or update time stamps",
205 caption: "Make two changes",
296 caption: "Write logic tsconfig and build logic",
316 caption: "Build logic",
398 caption: "Introduce error",
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtext_theme.dart13 /// (e.g., button, caption). Rather than creating a [TextTheme] directly,
37 /// caption 12.0 normal 0.4
65 /// caption 12.0 normal 0.0 caption
119 this.caption,
159 final TextStyle caption;
222 TextStyle caption,
237 caption: caption ?? this.caption,
308 caption: caption?.merge(other.caption) ?? other.caption,
319 /// [display1], and [caption]. The `bodyColor` is applied to the remaining
417 caption: caption?.apply(
[all …]
/third_party/boost/libs/geometry/test/util/
Dcalculation_type.cpp59 std::string const caption = helper<G1, G2>(); in test() local
63 << " input: " << caption in test()
89 std::string const caption = helper<G1, G2>(); in test_with_calculation_type() local
93 << " input: " << caption in test_with_calculation_type()
149 std::string const caption = helper3<G1, G2, G3>(); in test_ternary() local
153 << " input: " << caption in test_ternary()
/third_party/skia/samplecode/
DSampleStrokeVerb.cpp79 SkString caption; in onDrawContent() local
80 caption.appendf("VerbType_%s", verb_type_name(fVerbType)); in onDrawContent()
82 caption.appendf(" (%s)", SkCubicTypeName(SkClassifyCubic(fPoints))); in onDrawContent()
84 caption.appendf(" (w=%f)", fConicWeight); in onDrawContent()
87 caption.appendf(" (stroke_width=%f)", fStrokeWidth); in onDrawContent()
104 canvas->drawString(caption, 10, 30, font, captionPaint); in onDrawContent()

12345678910>>...12