Searched refs:newlines (Results 1 – 25 of 50) sorted by relevance
12
/external/bison/tests/ |
D | input.at | 222 Many C compilers mishandle backslash-newlines, so this part of the 236 * A comment with backslash-newlines in it. %} *\ 242 " A string with backslash-newlines in it %{ %} \\
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 69 "Message contains bare newlines"
|
/external/bluetooth/glib/ |
D | README.commits | 51 the commit and terminate by two newlines (it will work without the
|
D | ChangeLog.pre-2-12 | 42 newlines in keyfiles. (#349825, Chris Wilson)
|
D | ChangeLog.pre-2-14 | 379 * tests/refcount/closures.c: (main): Output newlines after thousand 893 GKeyFile and prevents newlines being inserted indefinitely. (#420686)
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 192 …* Fixed improper handling of newlines in REGEXPS so this does not produce invalid html anylonger (… 274 - Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff) 384 - Fixed up ends of files having too many newlines (binarygroop) 412 - Removed extra newlines at the end of some files 498 - Fix for using escape characters to escape newlines breaking XHTML compliance (Yves Goergen)
|
/external/chromium/net/tools/flip_server/ |
D | balsa_frame.cc | 988 __v16qi newlines = { '\n', '\n', '\n', '\n', '\n', '\n', '\n', '\n', in ProcessHeaders() local 1006 _mm_cmpeq_epi8(msg_bytes, reinterpret_cast<__m128i>(newlines)); in ProcessHeaders()
|
/external/chromium/googleurl/ |
D | README.txt | 157 you are canonicalizing, these newlines may or may not be trimmed off.
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 965 a circumflex matches immediately after internal newlines as well as at the 967 A dollar matches before any newlines in the string, as well as at the very 970 do not indicate newlines. 1009 If the <varname>G_REGEX_DOTALL</varname> flag is set, dots match newlines 1016 The behaviour of dot with regard to newlines can be changed. If the 1024 dollar, the only relationship being that they both involve newlines. Dot has no 1677 is set, thus allowing the dot to match newlines, the 1685 In cases where it is known that the string contains no newlines, it
|
/external/bison/ |
D | NEWS | 140 - Unescaped newlines are no longer allowed in character constants or 561 Some newlines were missing.
|
D | OChangeLog | 1211 * src/reader.c (parse_union_decl): Count newlines even in
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 542 entrenched. Matching newlines means that a pattern 2756 another action, recognizing the newlines is "distributed" 2808 half by merging in the recognition of newlines with that of 2825 other than letters or newlines, flex can't figure this out, 2846 rules but without final newlines, or, since we never expect
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 540 Matching newlines means that a pattern like [^"]* can match the 2234 action, recognizing the newlines is "distributed" over the other rules 2271 recognition of newlines with that of the other tokens: 2286 be any characters in the input stream other than letters or newlines, 2293 newlines, or, since we never expect to encounter such an input and
|
D | flex.texi | 652 is historically entrenched. Matching newlines 2651 another action, recognizing the newlines is "distributed" 2695 half by merging in the recognition of newlines with that 2714 stream other than letters or newlines, @code{flex} can't figure 2721 either duplicate all rules but without final newlines, or,
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 584 * Now only trim trailing newlines from code blocks, instead of trimming
|
/external/jpeg/ |
D | install.doc | 809 Be sure to convert all the source files to DOS text format (CR/LF newlines). 810 Although Borland C will often work OK with unmodified Unix (LF newlines)
|
/external/dropbear/libtomcrypt/ |
D | Doxyfile | 180 # You can put \n's in the value part of an alias to insert newlines.
|
/external/srec/doc/ |
D | srec.doxygen | 196 # You can put \n's in the value part of an alias to insert newlines.
|
/external/libvpx/ |
D | libs.doxy_template | 184 # You can put \n's in the value part of an alias to insert newlines.
|
/external/elfutils/autom4te.cache/ |
D | output.0 | 1081 # The following way of writing the cache mishandles newlines in values, 5729 # The following way of writing the cache mishandles newlines in values, 5731 # So, don't put newlines in cache variables' values.
|
/external/libpng/ |
D | CHANGES | 2287 Merged with png_debug from libpng-1.4.0 to remove newlines. 2290 More merging with png_debug from libpng-1.4.0 to remove newlines.
|
/external/clearsilver/autom4te.cache/ |
D | output.0 | 1072 # The following way of writing the cache mishandles newlines in values, 6637 # The following way of writing the cache mishandles newlines in values, 6639 # So, don't put newlines in cache variables' values.
|
/external/libvpx/nestegg/docs/ |
D | Doxyfile.in | 180 # You can put \n's in the value part of an alias to insert newlines.
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 1606 * layout-tests/editing/inserting/insert-text-with-newlines-expected.txt: 15644 …after all other tags. This patch stops eating newlines after other tags and refines the behavior … 19352 … * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::displayNode): Turn newlines into \n for better dumping. 21761 …in the pasted content is one of these "logical" newlines. Adjust some code around so that we don't… 21907 … (khtml::InsertTextCommand::input): Added assertion to make sure strings with newlines don't get 22089 …/3976872> REGRESSION (Mail): Pasted plain text doesn't get the proper style if pasted into newlines 23317 …ed: <rdar://problem/3976872> Pasted plain text doesn't get the proper style if pasted into newlines 23907 insert newlines into markup as it is generated, and the paste code in WebCore was 23908 not smart about nodes that do not render (as is the case with these added newlines). 27157 <rdar://problem/3926522> Pressing return in a quoted block inserts too many newlines [all …]
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | regextst.txt | 704 "." 4 "123\u000a<0>X</0>YZ" # . doesn't match newlines
|
12