/third_party/vulkan-headers/ |
D | .gitattributes | 2 # See https://help.github.com/articles/dealing-with-line-endings/ 7 # Files to be converted to native line endings on checkout. 11 # Text files to always have CRLF (dos) line endings on checkout. 14 # Text files to always have LF (unix) line endings on checkout.
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | file_resources.py | 104 endings = {CRLF: 0, CR: 0, LF: 0} 107 endings[CRLF] += 1 109 endings[CR] += 1 111 endings[LF] += 1 112 return (sorted(endings, key=endings.get, reverse=True) or [LF])[0]
|
/third_party/flatbuffers/ |
D | .editorconfig | 2 # Don't set line endings to avoid conflict with core.autocrlf flag. 3 # Line endings on checkout/checkin are controlled by .gitattributes file.
|
/third_party/ejdb/src/util/ |
D | lwre.c | 560 re_array_of_charp endings; member 567 subs->endings = (re_array_of_charp) re_array_copy(re, orig->endings); in re_submatches_copy() 576 re_array_release(re, subs->endings); in re_submatches_free() 642 re_array_append(re, subs->endings, sp); in re_thread_schedule() 644 while (subs->endings.size < subs->beginnings.size) re_array_append(re, subs->endings, 0); in re_thread_schedule() 646 for (i = subs->endings.size; i--; ) { in re_thread_schedule() 647 if (!subs->endings.at[i]) { in re_thread_schedule() 648 subs->endings.at[i] = sp; in re_thread_schedule() 754 assert(submatches->beginnings.size == submatches->endings.size); in re_program_run() 760 (*saved)[i + 1] = submatches->endings.at[i / 2]; in re_program_run()
|
/third_party/libsnd/ |
D | .gitattributes | 4 # Declare files that will always have CRLF line endings on checkout. 13 # to native line endings on checkout.
|
/third_party/libpng/ |
D | ANNOUNCE | 10 Source files with LF line endings (for Unix/Linux): 15 Source files with CRLF line endings (for Windows):
|
D | README | 8 libpng-*.tar.xz or if you want UNIX-style line endings in the text 9 files, or lpng*.7z or lpng*.zip if you want DOS-style line endings.
|
/third_party/skia/third_party/externals/libpng/ |
D | ANNOUNCE | 18 Source files with LF line endings (for Unix/Linux): 23 Source files with CRLF line endings (for Windows):
|
D | README | 8 libpng-*.tar.xz or if you want UNIX-style line endings in the text 9 files, or lpng*.7z or lpng*.zip if you want DOS-style line endings.
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | ANNOUNCE | 18 Source files with LF line endings (for Unix/Linux): 23 Source files with CRLF line endings (for Windows):
|
D | README | 8 libpng-*.tar.xz or if you want UNIX-style line endings in the text 9 files, or lpng*.7z or lpng*.zip if you want DOS-style line endings.
|
/third_party/vk-gl-cts/ |
D | .gitattributes | 5 # and converted to native line endings on checkout.
|
/third_party/openh264/ |
D | CODING_STYLE | 5 Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF).
|
/third_party/curl/ |
D | .gitattributes | 10 # Batch files (bat,btm,cmd) must be run with CRLF line endings.
|
/third_party/flutter/flutter/ |
D | .gitattributes | 17 # Make sure that these Windows files always have CRLF line endings in checkout
|
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
D | Blob-constructor.any.js | 374 get endings() { accessed.push('endings'); } getter 378 endings: { toString: () => { stringified.push('endings'); return 'transparent'; } } property
|
/third_party/node/deps/npm/node_modules/byline/ |
D | README.md | 9 - supports both UNIX and Windows line endings 62 `byline` supports `pipe` (though it strips the line endings, of course).
|
/third_party/gettext/gettext-tools/tests/ |
D | init.cfg | 30 # - On native Windows, some 'grep' binaries produce CRLF line endings. Filter
|
/third_party/python/Tools/scripts/ |
D | README | 13 crlf.py Change CRLF line endings to LF (Windows to Unix) 36 lfcr.py Change LF line endings to CRLF (Unix to Windows)
|
/third_party/boost/libs/metaparse/doc/ |
D | one_char.qbk | 36 Windows (`\r\n`) and Mac (`\r`) line endings.
|
/third_party/boost/libs/icl/doc/ |
D | functions_interval_orderings.qbk | 63 [Compares the endings of intervals.
|
/third_party/node/deps/npm/node_modules/bin-links/ |
D | CHANGELOG.md | 81 * **dos2unix:** Log the fact line endings are being changed upon install. ([e9f8a6f](https://github…
|
/third_party/boost/libs/beast/doc/qbk/04_http/ |
D | 03_streams.qbk | 108 the header and line endings. The number may be used to measure the amount
|
/third_party/python/Doc/library/ |
D | textwrap.rst | 112 solely of whitespace (including any line endings). 235 sentence endings and ensure that sentences are always separated by exactly
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 103 - Reformatted all code and line-endings to C# defaults
|