HomeSort by relevance Sort by last modified time
    Searched full:paragraph (Results 151 - 175 of 3516) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ppp/pppd/plugins/radius/
pppd-radius.8 5 .\" LP paragraph
6 .\" IP indented paragraph
  /external/tcpdump/
addrtoname.h 7 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * this paragraph in its entirety in the documentation or other materials
l2vpn.c 4 * distributions retain the above copyright notice and this paragraph
6 * the above copyright notice and this paragraph in its entirety in
vfprintf.c 7 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * this paragraph in its entirety in the documentation or other materials
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 59 getbaseclasses(paragraph)
77 'cpar' : paragraph,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 59 getbaseclasses(paragraph)
77 'cpar' : paragraph,
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Bidi.java 56 * <h3>Basic concept: paragraph</h3>
96 * a default for the paragraph level for
147 * <h5>Rendering a paragraph with the ICU Bidi API</h5>
150 * could be used to render a paragraph of text. Rendering code depends highly on
428 /** Paragraph level setting<p>
433 * then set the paragraph level to 0 (left-to-right).<p>
454 /** Paragraph level setting<p>
459 * then set the paragraph level to 1 (right-to-left).<p>
792 // * or the Bidi properties of a line within a paragraph by
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Basics.text 37 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_2007/
Markdown Documentation - Basics.text 37 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/
markdown-documentation-basics.txt 37 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>
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FormatParagraph.py 1 # Extension to format a paragraph
24 ('Format Paragraph', '<<format-paragraph>>'),
36 'paragraph', type='int'))
95 # Search back to beginning of paragraph
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 1 # Extension to format a paragraph
24 ('Format Paragraph', '<<format-paragraph>>'),
36 'paragraph', type='int'))
95 # Search back to beginning of paragraph
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 1 # Extension to format a paragraph
24 ('Format Paragraph', '<<format-paragraph>>'),
36 'paragraph', type='int'))
95 # Search back to beginning of paragraph
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 1 # Extension to format a paragraph
24 ('Format Paragraph', '<<format-paragraph>>'),
36 'paragraph', type='int'))
95 # Search back to beginning of paragraph
  /external/icu/icu4c/source/common/unicode/
ubidi.h 61 * <h5>Rendering a paragraph with the ICU Bidi API</h5>
64 * how the ICU Bidi API could be used to render a paragraph of text.
313 * a default for the paragraph level for
332 /** Paragraph level setting.<p>
337 * then set the paragraph level to 0 (left-to-right).<p>
358 /** Paragraph level setting.<p>
363 * then set the paragraph level to 1 (right-to-left).<p>
422 * that the source string is empty and the paragraph level is even.
434 * that the source string is empty and the paragraph level is odd.
464 * This structure holds information about a paragraph (or multiple paragraphs
    [all...]
  /external/iproute2/doc/
ip-cref.tex 115 \paragraph{Example:}
263 \paragraph{Object:} A \verb|link| is a network device and the corresponding
266 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
270 \paragraph{Abbreviations:} \verb|set|, \verb|s|.
272 \paragraph{Arguments:}
345 \paragraph{Warning:} If multiple parameter changes are requested,
351 \paragraph{Examples:}
367 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
370 \paragraph{Arguments:}
384 \paragraph{Output format:
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests8.dat 120 Line: 1 Col: 24 End tag (b) violates step 1, paragraph 3 of the adoption agency algorithm.
137 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
138 Line: 1 Col: 15 End tag (a) violates step 1, paragraph 3 of the adoption agency algorithm.
  /external/markdown/markdown/extensions/
fenced_code.py 11 ... A paragraph before a fenced code block:
19 u'<p>A paragraph before a fenced code block:</p>\\n<pre><code>Fenced code block\\n</code></pre>'
24 u'<p>A paragraph before a fenced code block:</p>\\n<pre><code>Fenced code block\\n</code></pre>'
  /external/clang/include/clang/AST/
CommentBriefParser.h 28 /// \li the first paragraph,
29 /// \li a \\result or \\return or \\returns paragraph.
  /external/icu/icu4c/source/samples/layout/
layout.vcxproj.filters 39 <ClCompile Include="paragraph.cpp">
76 <ClInclude Include="paragraph.h">
  /external/libpcap/
ethertype.h 7 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * this paragraph in its entirety in the documentation or other materials
llc.h 7 * retain the above copyright notice and this paragraph in its entirety, (2)
9 * this paragraph in its entirety in the documentation or other materials
pcap-config.1 7 .\" retain the above copyright notice and this paragraph in its entirety, (2)
9 .\" this paragraph in its entirety in the documentation or other materials
pcap-linktype.manmisc.in 7 .\" retain the above copyright notice and this paragraph in its entirety, (2)
9 .\" this paragraph in its entirety in the documentation or other materials
pcap_activate.3pcap 6 .\" retain the above copyright notice and this paragraph in its entirety, (2)
8 .\" this paragraph in its entirety in the documentation or other materials

Completed in 1349 milliseconds

1 2 3 4 5 67 8 91011>>