Searched refs:linefeed (Results 1 – 25 of 27) sorted by relevance
12
/external/skqp/docs/ |
D | markup.bmh | 9 # comments may terminated by linefeed or double hash ## <- end of comment
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | Base64Variant.java | 431 public String encode(byte[] input, boolean addQuotes, String linefeed) in encode() argument 450 sb.append(linefeed); in encode()
|
/external/python/cpython2/Doc/library/ |
D | rfc822.rst | 52 single linefeed; a terminating CR-LF is replaced by a single linefeed before the 196 linefeed, and internal linefeeds and whitespace if there any continuation
|
D | binascii.rst | 70 encoded as well; otherwise linefeed conversion might corrupt the binary data
|
D | shlex.rst | 180 tokens. By default, includes space, tab, linefeed and carriage-return.
|
D | string.rst | 102 systems this includes the characters space, tab, linefeed, return, formfeed, and
|
/external/jsoncpp/doc/ |
D | jsoncpp.dox | 85 // If desired, remember to add a linefeed and flush.
|
/external/python/cpython3/Doc/library/ |
D | binascii.rst | 85 encoded as well; otherwise linefeed conversion might corrupt the binary data
|
D | email.policy.rst | 459 and stripping any trailing carriage return or linefeed characters. 609 and stripping any trailing carriage return or linefeed characters.
|
D | shlex.rst | 240 tokens. By default, includes space, tab, linefeed and carriage-return.
|
D | string.rst | 71 This includes the characters space, tab, linefeed, return, formfeed, and
|
/external/python/cpython3/Lib/email/ |
D | architecture.rst | 165 Trailing carriage return and/or linefeed characters are stripped from the
|
/external/jackson-core/release-notes/ |
D | VERSION-2.x | 266 with JSONP and rare but technically allowed \u2028 and \u2029 linefeed characters
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 77 termination sequences can be used - the Unix form using ASCII LF (linefeed), 78 the Windows form using the ASCII sequence CR LF (return followed by linefeed),
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 51 termination sequences can be used - the Unix form using ASCII LF (linefeed), 52 the Windows form using the ASCII sequence CR LF (return followed by linefeed),
|
/external/rust/crates/structopt/ |
D | CHANGELOG.md | 417 * An empty line in a doc comment will result in a double linefeed in the generated about/help call …
|
/external/flatbuffers/docs/source/ |
D | Schemas.md | 414 - `\n` - linefeed.
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 899 return only), PCRE2_NEWLINE_LF (linefeed only), PCRE2_NEWLINE_CRLF (the 1229 PCRE2_NEWLINE_CRLF Carriage return, linefeed (CRLF) 1575 (linefeed), 0x000B (vertical tab), 0x000C (formfeed), 0x000D (carriage 1934 pattern is converted to \n so that it matches a LF (linefeed) instead 2398 PCRE2_NEWLINE_CRLF Carriage return, linefeed (CRLF) 3996 By default, PCRE2 interprets the linefeed (LF) character as indicating 4004 tion, which explicitly specifies linefeed as the newline character. 6339 (*LF) linefeed 6340 (*CRLF) carriage return, followed by linefeed 6506 \n linefeed (hex 0A) [all …]
|
D | pcre2grep.txt | 602 ter sequences CR (carriage return) and LF (linefeed), the
|
/external/python/setuptools/docs/ |
D | formats.txt | 242 terminated by a linefeed character (regardless of platform). Leading
|
/external/apache-commons-compress/ |
D | RELEASE-NOTES.txt | 418 terminated with a NUL byte rather than a linefeed.
|
/external/starlark-go/doc/ |
D | spec.md | 431 example, a linefeed (\n) on UNIX, or a carriage return followed by a 432 linefeed (\r\n) on Microsoft Windows---an unescaped line ending in a
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 3 …and uses lines of up to 255 characters terminated by a carriage return, linefeed, or combination o…
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 380 mark the ends of lines in text files. Unix uses the linefeed (ASCII character
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 380 mark the ends of lines in text files. Unix uses the linefeed (ASCII character
|
12