/external/rust/crates/unicode-bidi/src/ |
D | lib.rs | 127 pub paragraphs: Vec<ParagraphInfo>, field 144 let mut paragraphs = Vec::new(); in new() localVariable 166 paragraphs.push(ParagraphInfo { in new() 216 paragraphs.push(ParagraphInfo { in new() 228 paragraphs, in new() 254 pub paragraphs: Vec<ParagraphInfo>, field 268 paragraphs, in new() 275 for para in ¶graphs { in new() 305 paragraphs, in new() 504 paragraphs: vec![ in test_initial_text_info() [all …]
|
/external/rust/crates/structopt-derive/src/ |
D | doc_comments.rs | 41 let paragraphs = split_paragraphs(&lines); in process_doc_comment() localVariable 42 let short = paragraphs[0].clone(); in process_doc_comment() 43 let long = paragraphs.join("\n\n"); in process_doc_comment()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 85 Multiple paragraphs: 113 Same thing but with paragraphs:
|
D | Markdown Documentation - Basics.text | 40 blank.) Normal paragraphs should not be intended with spaces or tabs. 169 the paragraphs by 4 spaces or 1 tab: 173 With multiple paragraphs. 181 <p>With multiple paragraphs.</p></li>
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 85 Multiple paragraphs: 113 Same thing but with paragraphs:
|
D | markdown-documentation-basics.txt | 40 blank.) Normal paragraphs should not be intended with spaces or tabs. 169 the paragraphs by 4 spaces or 1 tab: 173 With multiple paragraphs. 181 <p>With multiple paragraphs.</p></li>
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 85 Multiple paragraphs: 113 Same thing but with paragraphs:
|
D | Markdown Documentation - Basics.text | 40 blank.) Normal paragraphs should not be intended with spaces or tabs. 169 the paragraphs by 4 spaces or 1 tab: 173 With multiple paragraphs. 181 <p>With multiple paragraphs.</p></li>
|
/external/markdown/tests/extensions-x-footnotes/ |
D | footnote.txt | 12 [^4]: A footnote with multiple paragraphs.
|
/external/markdown/tests/misc/ |
D | lists.txt | 25 A lose list with paragraphs
|
/external/markdown/docs/extensions/ |
D | ImageLinks.txt | 15 Turns paragraphs like
|
D | footnotes.txt | 29 A footnote definition may contain multiple lines, paragraphs, code blocks,
|
/external/llvm-project/clang/test/Index/ |
D | comment-misc-tags.m | 86 * This note consists of two paragraphs. 106 // CHECK-NEXT: (CXComment_Text Text=[ This note consists of two paragraphs.] HasTrailingNewl…
|
/external/clang/test/Index/ |
D | comment-misc-tags.m | 86 * This note consists of two paragraphs. 106 // CHECK-NEXT: (CXComment_Text Text=[ This note consists of two paragraphs.] HasTrailingNewl…
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/ |
D | Text_Suite.py | 74 paragraphs = paragraph variable
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/ |
D | Text_Suite.py | 74 paragraphs = paragraph variable
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | Text_Suite.py | 50 paragraphs = paragraph variable
|
/external/boringssl/src/util/ |
D | doc.go | 487 func firstSentence(paragraphs []string) string { 488 if len(paragraphs) == 0 { 491 s := paragraphs[0]
|
/external/harfbuzz_ng/src/ |
D | hb-gobject-enums.h.tmpl | 10 * above copyright notice and the following two paragraphs appear in
|
D | hb-version.h.in | 9 * above copyright notice and the following two paragraphs appear in
|
D | hb-gobject-enums.cc.tmpl | 10 * above copyright notice and the following two paragraphs appear in
|
/external/harfbuzz_ng/ |
D | COPYING | 24 above copyright notice and the following two paragraphs appear in
|
D | NOTICE | 23 above copyright notice and the following two paragraphs appear in
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 152 blank.) Normal paragraphs should not be intended with spaces or tabs. 155 that Markdown supports "hard-wrapped" text paragraphs. This differs 217 > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, 227 > This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, 366 List items may consist of multiple paragraphs. Each subsequent 370 1. This is a list item with two paragraphs. Lorem ipsum dolor 381 paragraphs, but here again, Markdown will allow you to be 384 * This is a list item with two paragraphs. 423 markup source code. Rather than forming normal paragraphs, the lines
|
/external/dokka/core/src/main/kotlin/Java/ |
D | JavadocParser.kt | 78 val paragraphs = firstParagraph.children.dropWhile { it !is ContentParagraph } in parseDocumentation() constant 79 firstParagraph.children.removeAll(paragraphs) in parseDocumentation() 83 paragraphs.forEach { in parseDocumentation()
|