Searched refs:blanks (Results 1 – 25 of 29) sorted by relevance
12
/external/curl/docs/cmdline-opts/ |
D | user-agent.d | 8 Specify the User-Agent string to send to the HTTP server. To encode blanks in
|
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/ |
D | control.notset_sleep | 19 The test shall pass if the user session sleeps (i.e., screen blanks, but user
|
/external/expat/tests/ |
D | runtests.c | 719 int blanks = 0; in is_whitespace_normalized() local 723 ++blanks; in is_whitespace_normalized() 729 if (blanks && !is_cdata) in is_whitespace_normalized() 733 else if (blanks > 1 && !is_cdata) in is_whitespace_normalized() 735 blanks = 0; in is_whitespace_normalized() 739 if (blanks && !is_cdata) in is_whitespace_normalized()
|
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 1251 blanks = ' ' * indent 1254 initial_indent=blanks, subsequent_indent=blanks)
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 161 strings default to blanks. 296 strings default to blanks. 358 on blanks or hard tabs. 417 Here's the same example as before, but considering blanks to be junk. That 555 This example compares two strings, considering blanks to be "junk:"
|
D | urlparse.rst | 138 indicates that blanks should be retained as blank strings. The default false 161 indicates that blanks should be retained as blank strings. The default false
|
D | email.generator.rst | 135 into single blanks. The latter is a bug that will eventually be fixed.
|
D | curses.rst | 1106 window's data is filled with blanks that have the current background 1662 string; whether blanks in the window are included is affected by the 1729 Return the window contents as a string; whether blanks in the 1735 This attribute is a flag which controls the interpretation of blanks in 1736 the window. When it is on, trailing blanks on each line are ignored; any 1738 end of that line instead, and trailing blanks are stripped when the window
|
D | doctest.rst | 562 When specified, all sequences of whitespace (blanks and newlines) are treated as 734 two blanks before the single-digit list elements, and because the actual output
|
/external/elfutils/ |
D | TODO | 165 files. If string contains embedded blanks, it must be
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | README.txt | 19 even if xyz.py is not. Here is a possible template, with the blanks after
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch | 2150 + * No blanks or line breaks are inserted. 2159 + * No blanks or line breaks are inserted. 2168 + * No blanks or line breaks are inserted. 2213 + * No blanks or line breaks are allowed within the Base64 encoded data.
|
D | ultravnc-102-JavaViewer-ssl-etc.patch | 4722 + * No blanks or line breaks are inserted. 4731 + * No blanks or line breaks are inserted. 4740 + * No blanks or line breaks are inserted. 4785 + * No blanks or line breaks are allowed within the Base64 encoded data.
|
/external/bison/tests/ |
D | calc.at | 176 | blanks and tabs, returns 0 for EOF. |
|
D | regression.at | 1603 # even when there are trailing blanks.
|
/external/syslinux/com32/lib/libpng/ |
D | CHANGES | 407 Removed trailing blanks from all files. 425 Replaced leading blanks with tab characters in makefile.hux 453 Changed leading blanks to tabs in all makefiles. 584 Expanded tabs and removed trailing blanks in source files. 588 Removed leading blanks from a #define in pngvcrd.c 636 Cosmetic changes only (removed some trailing blanks and TABs) 1478 Removed trailing blanks from source files.
|
/external/libpng/ |
D | CHANGES | 435 Removed trailing blanks from all files. 455 Replaced leading blanks with tab characters in makefile.hux 485 Changed leading blanks to tabs in all makefiles. 632 Expanded tabs and removed trailing blanks in source files. 637 Removed leading blanks from a #define in pngvcrd.c 691 Cosmetic changes only (removed some trailing blanks and TABs) 1645 Removed trailing blanks from source files. 2900 Removed some trailing blanks.
|
/external/bison/ |
D | ChangeLog | 3628 blanks. This is already fixed in master. 3824 maint: remove trailing blanks. 3943 And remove trailing blanks.
|
/external/libxml2/ |
D | xpath.c | 11100 int blanks; in xmlXPathCompNodeTest() local 11126 blanks = IS_BLANK_CH(CUR); in xmlXPathCompNodeTest() 11173 if ((!blanks) && (CUR == ':')) { in xmlXPathCompNodeTest()
|
D | NEWS | 339 Keep non-significant blanks node in HTML parser (Daniel Veillard), 2529 - It is possible to disable the ignorable blanks heuristic used by
|
/external/gptfdisk/ |
D | NEWS | 1077 blanks out the protective MBR, as well as the GPT data.
|
/external/bison/doc/ |
D | bison.texi | 1700 lexical analyzer skips blanks and tabs, then reads in numbers as 1730 of the character read if not a number. It skips all blanks 2224 it skips blanks and tabs, and reads numbers or single-character tokens. 10413 cursor is adjusted, and each time blanks are matched, the begin cursor 10414 is moved onto the end cursor to effectively ignore the blanks
|
D | bison.info | 2248 This lexical analyzer skips blanks and tabs, then reads in numbers as 2278 of the character read if not a number. It skips all blanks 2706 before: it skips blanks and tabs, and reads numbers or single-character 9743 adjusted, and each time blanks are matched, the begin cursor is moved 9744 onto the end cursor to effectively ignore the blanks preceding tokens.
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 318 # If COND is empty, or consists only of blanks (space, tab, newline),
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2805 // We get this symbol by skipping leading blanks and optional +/- sign.
|
12