Searched refs:endings (Results 1 – 25 of 100) sorted by relevance
1234
/third_party/vulkan-loader/ |
D | .gitattributes | 2 # See https://help.github.com/articles/dealing-with-line-endings/ 7 # Files to be converted to native line endings on checkout. 12 # Text files to always have CRLF (dos) line endings on checkout. 15 # Text files to always have LF (unix) line endings on checkout. 18 # Generated source files will always have LF (unix) line endings on checkout.
|
/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/libsnd/ |
D | .gitattributes | 4 # Declare files that will always have CRLF line endings on checkout. 13 # to native line endings on checkout.
|
/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.
|
D | INSTALL | 150 If the line endings in the files look funny, you may wish to get the other 152 endings) and zip (DOS style line endings) formats.
|
/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.
|
D | INSTALL | 150 If the line endings in the files look funny, you may wish to get the other 152 endings) and zip (DOS style line endings) formats.
|
/third_party/rust/crates/strsim-rs/ |
D | .gitattributes | 1 # Override core.autocrlf settings to keep line endings consistent (LF)
|
/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/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/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/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
|
/third_party/libuv/ |
D | CONTRIBUTING.md | 69 endings.
|
/third_party/pcre2/pcre2/ |
D | PrepareRelease | 167 # line endings and the detrail script removes all trailing white space. The
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b4.rst | 145 Ensure line-endings are respected when using lib2to3.
|
1234