HomeSort by relevance Sort by last modified time
    Searched refs:whitespace (Results 76 - 100 of 402) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Lib/
textwrap.py 30 # Hardcode the recognized whitespace characters to the US-ASCII
31 # whitespace characters. The main reason for doing this is that in
32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
33 # that character winds up in string.whitespace. Respecting
34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the
35 # same as any other whitespace char, which is clearly wrong (it's a
63 Replace all whitespace characters in the input text by spaces
79 Drop leading and trailing whitespace from lines.
96 r'(\s+|' # any whitespace
149 Munge whitespace in text: expand tabs and convert all othe
    [all...]
string.py 10 whitespace -- a string containing all characters considered whitespace
23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
51 runs of whitespace characters are replaced by a single space
52 and leading and trailing whitespace are removed, otherwise
254 whitespace removed.
265 Return a copy of the string s with leading whitespace removed.
275 Return a copy of the string s with trailing whitespace removed.
289 is not specified or is None, any whitespace string is a separator
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 12 whitespace -- a string containing all characters considered whitespace
26 whitespace = ' \t\n\r\v\f' variable
78 whitespace removed.
87 Return a copy of the string s with leading whitespace removed.
96 Return a copy of the string s with trailing whitespace
109 maxsplit words If sep is not specified, any whitespace string
374 join. Note that this replaces runs of whitespace characters by
425 # It also defines values for whitespace, lowercase and uppercase
429 from strop import maketrans, lowercase, uppercase, whitespace
    [all...]
textwrap.py 30 # Hardcode the recognized whitespace characters to the US-ASCII
31 # whitespace characters. The main reason for doing this is that in
32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
33 # that character winds up in string.whitespace. Respecting
34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the
35 # same as any other whitespace char, which is clearly wrong (it's a
63 Replace all whitespace characters in the input text by spaces
79 Drop leading and trailing whitespace from lines.
96 r'(\s+|' # any whitespace
149 Munge whitespace in text: expand tabs and convert all othe
    [all...]
string.py 10 whitespace -- a string containing all characters considered whitespace
23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
51 runs of whitespace characters are replaced by a single space
52 and leading and trailing whitespace are removed, otherwise
252 whitespace removed.
263 Return a copy of the string s with leading whitespace removed.
273 Return a copy of the string s with trailing whitespace removed.
287 is not specified or is None, any whitespace string is a separator
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
554 Pathological whitespace (http://bugs.python.org/issue16152)
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 12 whitespace -- a string containing all characters considered whitespace
26 whitespace = ' \t\n\r\v\f' variable
78 whitespace removed.
87 Return a copy of the string s with leading whitespace removed.
96 Return a copy of the string s with trailing whitespace
109 maxsplit words If sep is not specified, any whitespace string
374 join. Note that this replaces runs of whitespace characters by
425 # It also defines values for whitespace, lowercase and uppercase
429 from strop import maketrans, lowercase, uppercase, whitespace
    [all...]
textwrap.py 30 # Hardcode the recognized whitespace characters to the US-ASCII
31 # whitespace characters. The main reason for doing this is that in
32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
33 # that character winds up in string.whitespace. Respecting
34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the
35 # same as any other whitespace char, which is clearly wrong (it's a
63 Replace all whitespace characters in the input text by spaces
79 Drop leading and trailing whitespace from lines.
96 r'(\s+|' # any whitespace
149 Munge whitespace in text: expand tabs and convert all othe
    [all...]
string.py 10 whitespace -- a string containing all characters considered whitespace
23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
51 runs of whitespace characters are replaced by a single space
52 and leading and trailing whitespace are removed, otherwise
252 whitespace removed.
263 Return a copy of the string s with leading whitespace removed.
273 Return a copy of the string s with trailing whitespace removed.
287 is not specified or is None, any whitespace string is a separator
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
554 Pathological whitespace (http://bugs.python.org/issue16152)
  /prebuilts/go/darwin-x86/src/go/ast/
print_test.go 71 // Split s into lines, trim whitespace from all lines, and return
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
a0.go 13 // emacs modes that remove trailing whitespace).
  /prebuilts/go/linux-x86/src/go/ast/
print_test.go 71 // Split s into lines, trim whitespace from all lines, and return
  /prebuilts/go/linux-x86/src/go/doc/testdata/
a0.go 13 // emacs modes that remove trailing whitespace).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 12 whitespace -- a string containing all characters considered whitespace
26 whitespace = ' \t\n\r\v\f' variable
78 whitespace removed.
87 Return a copy of the string s with leading whitespace removed.
96 Return a copy of the string s with trailing whitespace
109 maxsplit words If sep is not specified, any whitespace string
374 join. Note that this replaces runs of whitespace characters by
425 # It also defines values for whitespace, lowercase and uppercase
429 from strop import maketrans, lowercase, uppercase, whitespace
    [all...]
textwrap.py 30 # Hardcode the recognized whitespace characters to the US-ASCII
31 # whitespace characters. The main reason for doing this is that in
32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
33 # that character winds up in string.whitespace. Respecting
34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the
35 # same as any other whitespace char, which is clearly wrong (it's a
63 Replace all whitespace characters in the input text by spaces
79 Drop leading and trailing whitespace from lines.
96 r'(\s+|' # any whitespace
149 Munge whitespace in text: expand tabs and convert all othe
    [all...]
string.py 10 whitespace -- a string containing all characters considered whitespace
23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
51 runs of whitespace characters are replaced by a single space
52 and leading and trailing whitespace are removed, otherwise
252 whitespace removed.
263 Return a copy of the string s with leading whitespace removed.
273 Return a copy of the string s with trailing whitespace removed.
287 is not specified or is None, any whitespace string is a separator
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
554 Pathological whitespace (http://bugs.python.org/issue16152)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 12 whitespace -- a string containing all characters considered whitespace
26 whitespace = ' \t\n\r\v\f' variable
78 whitespace removed.
87 Return a copy of the string s with leading whitespace removed.
96 Return a copy of the string s with trailing whitespace
109 maxsplit words If sep is not specified, any whitespace string
374 join. Note that this replaces runs of whitespace characters by
425 # It also defines values for whitespace, lowercase and uppercase
429 from strop import maketrans, lowercase, uppercase, whitespace
    [all...]
textwrap.py 30 # Hardcode the recognized whitespace characters to the US-ASCII
31 # whitespace characters. The main reason for doing this is that in
32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
33 # that character winds up in string.whitespace. Respecting
34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the
35 # same as any other whitespace char, which is clearly wrong (it's a
63 Replace all whitespace characters in the input text by spaces
79 Drop leading and trailing whitespace from lines.
96 r'(\s+|' # any whitespace
149 Munge whitespace in text: expand tabs and convert all othe
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
554 Pathological whitespace (http://bugs.python.org/issue16152)
  /tools/repohooks/tools/
cpplint.py 90 "[whitespace/indent]".) Filters are evaluated left to right.
94 Examples: --filter=-whitespace,+whitespace/braces
95 --filter=whitespace,runtime/printf,+runtime/printf_format
104 the top-level categories like 'build' and 'whitespace' will
230 'whitespace/blank_line',
231 'whitespace/braces',
232 'whitespace/comma',
233 'whitespace/comments',
234 'whitespace/empty_conditional_body'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 10 whitespace -- a string containing all characters considered whitespace
23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
51 runs of whitespace characters are replaced by a single space
52 and leading and trailing whitespace are removed, otherwise
254 whitespace removed.
265 Return a copy of the string s with leading whitespace removed.
275 Return a copy of the string s with trailing whitespace removed.
289 is not specified or is None, any whitespace string is a separator.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
string.py 10 whitespace -- a string containing all characters considered whitespace
23 whitespace = ' \t\n\r\v\f' variable
34 printable = digits + letters + punctuation + whitespace
51 runs of whitespace characters are replaced by a single space
52 and leading and trailing whitespace are removed, otherwise
252 whitespace removed.
263 Return a copy of the string s with leading whitespace removed.
273 Return a copy of the string s with trailing whitespace removed.
287 is not specified or is None, any whitespace string is a separator.
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 90 "[whitespace/indent]".) Filters are evaluated left to right.
94 Examples: --filter=-whitespace,+whitespace/braces
95 --filter=whitespace,runtime/printf,+runtime/printf_format
104 the top-level categories like 'build' and 'whitespace' will
188 'whitespace/blank_line',
189 'whitespace/braces',
190 'whitespace/comma',
191 'whitespace/comments',
192 'whitespace/empty_conditional_body'
    [all...]

Completed in 783 milliseconds

1 2 34 5 6 7 8 91011>>