Home
last modified time | relevance | path

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

12345678910>>...13

/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DText_Suite.py66 class paragraph(aetools.ComponentItem): class
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item']
132 paragraph._privpropdict = {
138 paragraph._privelemdict = {
141 'paragraph' : paragraph,
154 'paragraph' : paragraph,
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
DText_Suite.py66 class paragraph(aetools.ComponentItem): class
74 paragraphs = paragraph
101 'paragraph' : paragraph,
115 'paragraph' : paragraph,
128 'paragraph' : paragraph,
131 paragraph._superclassnames = ['item']
132 paragraph._privpropdict = {
138 paragraph._privelemdict = {
141 'paragraph' : paragraph,
154 'paragraph' : paragraph,
[all …]
/external/icu/icu4c/source/layoutex/
Dplayout.cpp46 pl_close(pl_paragraph *paragraph) in pl_close() argument
48 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close()
61 pl_getParagraphLevel(pl_paragraph *paragraph) in pl_getParagraphLevel() argument
63 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel()
73 pl_getTextDirection(pl_paragraph *paragraph) in pl_getTextDirection() argument
75 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection()
85 pl_getAscent(const pl_paragraph *paragraph) in pl_getAscent() argument
87 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent()
97 pl_getDescent(const pl_paragraph *paragraph) in pl_getDescent() argument
99 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent()
[all …]
/external/icu/icu4c/source/samples/layout/
Dclayout.c37 pf_flow *paragraph; member
61 if (context->paragraph != NULL) { in InitParagraph()
65 pf_breakLines(context->paragraph, context->width, context->height); in InitParagraph()
71 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph()
72 si.nPage = context->height / pf_getLineHeight(context->paragraph); in InitParagraph()
156 context->paragraph = pf_factory("Sample.txt", font, guiSupport); in WndProc()
227 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc()
228 … ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL); in WndProc()
252 if (context->paragraph != NULL) { in WndProc()
258 … lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc()
[all …]
Dlayout.cpp38 Paragraph *paragraph; member
60 if (context->paragraph != NULL) { in InitParagraph()
64 context->paragraph->breakLines(context->width, context->height); in InitParagraph()
70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph()
71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph()
154 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport); in WndProc()
225 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc()
226 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc()
250 if (context->paragraph != NULL) { in WndProc()
256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc()
[all …]
Dgnomelayout.cpp43 Paragraph *paragraph; member
106 if (context->paragraph != NULL) { in openOK()
107 delete context->paragraph; in openOK()
110 context->paragraph = newPara; in openOK()
114 context->paragraph->breakLines(context->width, context->height); in openOK()
211 if (context->paragraph != NULL) { in eventConfigure()
216 context->paragraph->breakLines(context->width, context->height); in eventConfigure()
225 if (context->paragraph != NULL) { in eventExpose()
226 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose()
227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()
[all …]
Dcgnomelayout.c31 pf_flow *paragraph; member
98 if (context->paragraph != NULL) { in openOK()
99 pf_close(context->paragraph); in openOK()
102 context->paragraph = newPara; in openOK()
106 pf_breakLines(context->paragraph, context->width, context->height); in openOK()
203 if (context->paragraph != NULL) { in eventConfigure()
208 pf_breakLines(context->paragraph, context->width, context->height); in eventConfigure()
217 if (context->paragraph != NULL) { in eventExpose()
218 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose()
219 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose()
[all …]
Dparagraph.cpp173 for (le_int32 paragraph = 0; paragraph < fParagraphCount; paragraph += 1) { in ~Paragraph() local
174 delete fParagraphLayout[paragraph]; in ~Paragraph()
/external/icu/icu4c/source/layoutex/layout/
Dplayout.h119 pl_close(pl_paragraph *paragraph);
150 pl_getParagraphLevel(pl_paragraph *paragraph);
164 pl_getTextDirection(pl_paragraph *paragraph);
182 pl_getAscent(const pl_paragraph *paragraph);
195 pl_getDescent(const pl_paragraph *paragraph);
208 pl_getLeading(const pl_paragraph *paragraph);
218 pl_reflow(pl_paragraph *paragraph);
239 pl_nextLine(pl_paragraph *paragraph, float width);
/external/clang/utils/
DFindSpecRefs687 paragraph = int(tail[1:])
689 paragraph = None
693 paragraph = None
696 paragraph = int(p)
698 return SpecIndex(indices, paragraph)
700 def __init__(self, indices, paragraph=None): argument
703 self.paragraph = paragraph
707 if self.paragraph is not None:
708 s += '.p%d'%(self.paragraph,)
712 return 'SpecIndex(%s, %s)'%(self.indices, self.paragraph)
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DText_Suite.py46 class paragraph(aetools.ComponentItem): class
50 paragraphs = paragraph
128 paragraph._superclassnames = ['text']
129 paragraph._privpropdict = {
132 paragraph._privelemdict = {
147 'paragraph' : paragraph,
197 'cpar' : paragraph,
/external/clang/test/Index/
Dcomment-misc-tags.m79 * \par User defined paragraph:
80 * Contents of the paragraph.
83 * New paragraph under the same heading.
87 * This is the first paragraph.
90 * And this is the second paragraph.
99 // CHECK-NEXT: (CXComment_Text Text=[ User defined paragraph:] HasTrailingNewline)
100 // CHECK-NEXT: (CXComment_Text Text=[ Contents of the paragraph.])))
103 // CHECK-NEXT: (CXComment_Text Text=[ New paragraph under the same heading.])))
107 // CHECK-NEXT: (CXComment_Text Text=[ This is the first paragraph.])))
110 // CHECK-NEXT: (CXComment_Text Text=[ And this is the second paragraph.])))
/external/clang/test/Sema/
Dwarn-documentation.m5 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
8 // expected-warning@+2 {{empty paragraph passed to '\brief' command}}
22 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
26 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
31 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
36 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
50 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
55 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
58 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
63 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
[all …]
/external/markdown/tests/misc/
Dmulti-paragraph-block-quote.txt1 > This is line one of paragraph one
2 > This is line two of paragraph one
4 > This is line one of paragraph two
Dpara-with-hr.txt1 Here is a paragraph, followed by a horizontal rule.
3 Followed by another paragraph.
Dlazy-block-quote.txt4 > Line one of paragraph two.
5 Line two of paragraph two.
Dblockquote-hr.txt1 This is a paragraph.
15 > A new paragraph.
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dcore.go68 type paragraph struct { struct
102 … newParagraph(types []Class, pairTypes []bracketType, pairValues []rune, levels level) *paragraph {
108 p := &paragraph{
121 func (p *paragraph) Len() int { return len(p.initialTypes) } argument
125 func (p *paragraph) run() { argument
194 func (p *paragraph) determineMatchingIsolates() { argument
230 func (p *paragraph) determineParagraphEmbeddingLevel(start, end int) level { argument
292 func (p *paragraph) determineExplicitEmbeddingLevels() { argument
408 p *paragraph
429 func (p *paragraph) isolatingRunSequence(indexes []int) *isolatingRunSequence { argument
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DBidi.java2177 public Bidi(String paragraph, int flags) in Bidi() argument
2181 this(new java.text.Bidi(paragraph, flags)); in Bidi()
2210 public Bidi(AttributedCharacterIterator paragraph) in Bidi() argument
2215 this(new java.text.Bidi(paragraph)); in Bidi()
/external/google-styleguide/include/
Djsguide.js18 find('p', function(paragraph) { argument
19 var match = /^([a-z]+):/i.exec(paragraph.textContent);
21 paragraph.classList.add(match[1].toLowerCase());
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py118 pnode.append(nodes.paragraph('', '', *(n + m)))
120 if pnode.children and isinstance(pnode[0], nodes.paragraph):
125 pnode[0].replace_self(nodes.paragraph('', '', content,
130 pnode.insert(0, nodes.paragraph('', '', add_text))
145 pnode = nodes.paragraph(availability_ref + self.arguments[0],
252 para = nodes.paragraph(self.arguments[2], '', *inodes, translatable=False)
259 if isinstance(node[0], nodes.paragraph) and node[0].rawsource:
264 node[0].replace_self(nodes.paragraph('', '', content, translatable=False))
268 para = nodes.paragraph('', '',
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text37 A paragraph is simply one or more consecutive lines of text, separated
61 regular paragraph.
70 > This is the second paragraph in the blockquote.
83 regular paragraph.</p>
93 <p>This is the second paragraph in the blockquote.</p>
168 list item text. You can create multi-paragraph list items by indenting
265 In a regular paragraph, you can create code span by wrapping text in
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text37 A paragraph is simply one or more consecutive lines of text, separated
61 regular paragraph.
70 > This is the second paragraph in the blockquote.
83 regular paragraph.</p>
93 <p>This is the second paragraph in the blockquote.</p>
168 list item text. You can create multi-paragraph list items by indenting
265 In a regular paragraph, you can create code span by wrapping text in
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt37 A paragraph is simply one or more consecutive lines of text, separated
61 regular paragraph.
70 > This is the second paragraph in the blockquote.
83 regular paragraph.</p>
93 <p>This is the second paragraph in the blockquote.</p>
168 list item text. You can create multi-paragraph list items by indenting
265 In a regular paragraph, you can create code span by wrapping text in
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/external/mesa3d/docs/specs/
DMESA_configless_context.spec57 Add the following to the 3rd paragraph:
64 Replace the last sentence of the 6th paragraph with:
75 Replace the paragraph starting "If config is not a valid EGLConfig..."

12345678910>>...13