HomeSort by relevance Sort by last modified time
    Searched refs:paragraphs (Results 1 - 22 of 22) sorted by null

  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 85 Multiple paragraphs:
113 Same thing but with paragraphs:
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 85 Multiple paragraphs:
113 Same thing but with paragraphs:
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 85 Multiple paragraphs:
113 Same thing but with paragraphs:
  /external/chromium_org/tools/metrics/common/
pretty_print_xml.py 84 # Split the text into paragraphs at blank line boundaries.
85 paragraphs = [[]]
87 if len(l.strip()) == 0 and len(paragraphs[-1]) > 0:
88 paragraphs.append([])
90 paragraphs[-1].append(l)
92 if len(paragraphs) > 0 and len(paragraphs[-1]) == 0:
93 paragraphs = paragraphs[:-1]
95 return '\n\n'.join([wrapper.fill('\n'.join(p)) for p in paragraphs])
    [all...]
  /external/chromium_org/ui/views/controls/
message_box_view.cc 45 // Splits |text| into a vector of paragraphs.
49 std::vector<base::string16>* paragraphs) {
50 paragraphs->clear();
55 paragraphs->push_back(text.substr(start, i - start));
59 paragraphs->push_back(text.substr(start, text.length() - start));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 50 paragraphs = paragraph variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 67 """paragraph - This subdivides the text into paragraphs. """
74 paragraphs = paragraph variable
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 60 paragraphs = content.split('\n\n')
61 if len(paragraphs) < 2:
63 return '<p>' + '</p><p>'.join(p.strip() for p in paragraphs) + '</p>'
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 340 Change the second and third paragraphs (page 179) to say (spec changes
443 Change second through fourth paragraphs (page 188) to say:
516 (replace 1st and 2nd paragraphs with the following paragraphs)
634 Change the first three paragraphs (page 248) to say (spec changes
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 18 % Do not indent paragraphs, instead separate them via vertical spacing
01-introduction.tex 453 % TODO/FIXME: The following two paragraphs have identical twins
04-codec.tex 541 % TODO/FIXME: The following two paragraphs have identical twins
  /external/mesa3d/docs/
MESA_texture_array.spec 340 Change the second and third paragraphs (page 179) to say (spec changes
443 Change second through fourth paragraphs (page 188) to say:
516 (replace 1st and 2nd paragraphs with the following paragraphs)
634 Change the first three paragraphs (page 248) to say (spec changes
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/chromium_org/third_party/readability/js/
readability.js 458 /* Remove extra paragraphs */
611 * Loop through all paragraphs, and assign a score to them based on how content-y they look.
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex 38 The paragraphs beginning with NB contain side notes, warnings about
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 585 milliseconds