Home
last modified time | relevance | path

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

12345

/external/rust/crates/unicode-bidi/src/
Dlib.rs127 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 &paragraphs { in new()
305 paragraphs, in new()
504 paragraphs: vec![ in test_initial_text_info()
[all …]
/external/rust/crates/structopt-derive/src/
Ddoc_comments.rs41 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/
DOrdered and unordered lists.text85 Multiple paragraphs:
113 Same thing but with paragraphs:
DMarkdown Documentation - Basics.text40 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/
Dordered-and-unordered-list.txt85 Multiple paragraphs:
113 Same thing but with paragraphs:
Dmarkdown-documentation-basics.txt40 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/
DOrdered and unordered lists.text85 Multiple paragraphs:
113 Same thing but with paragraphs:
DMarkdown Documentation - Basics.text40 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/
Dfootnote.txt12 [^4]: A footnote with multiple paragraphs.
/external/markdown/tests/misc/
Dlists.txt25 A lose list with paragraphs
/external/markdown/docs/extensions/
DImageLinks.txt15 Turns paragraphs like
Dfootnotes.txt29 A footnote definition may contain multiple lines, paragraphs, code blocks,
/external/llvm-project/clang/test/Index/
Dcomment-misc-tags.m86 * This note consists of two paragraphs.
106 // CHECK-NEXT: (CXComment_Text Text=[ This note consists of two paragraphs.] HasTrailingNewl…
/external/clang/test/Index/
Dcomment-misc-tags.m86 * 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/
DText_Suite.py74 paragraphs = paragraph variable
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DText_Suite.py74 paragraphs = paragraph variable
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DText_Suite.py50 paragraphs = paragraph variable
/external/boringssl/src/util/
Ddoc.go487 func firstSentence(paragraphs []string) string {
488 if len(paragraphs) == 0 {
491 s := paragraphs[0]
/external/harfbuzz_ng/src/
Dhb-gobject-enums.h.tmpl10 * above copyright notice and the following two paragraphs appear in
Dhb-version.h.in9 * above copyright notice and the following two paragraphs appear in
Dhb-gobject-enums.cc.tmpl10 * above copyright notice and the following two paragraphs appear in
/external/harfbuzz_ng/
DCOPYING24 above copyright notice and the following two paragraphs appear in
DNOTICE23 above copyright notice and the following two paragraphs appear in
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt152 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/
DJavadocParser.kt78 val paragraphs = firstParagraph.children.dropWhile { it !is ContentParagraph } in parseDocumentation() constant
79 firstParagraph.children.removeAll(paragraphs) in parseDocumentation()
83 paragraphs.forEach { in parseDocumentation()

12345