Home
last modified time | relevance | path

Searched refs:endings (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/vulkan-headers/
D.gitattributes2 # 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/
Dfile_resources.py104 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.editorconfig2 # 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/
Dlwre.c560 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.gitattributes4 # Declare files that will always have CRLF line endings on checkout.
13 # to native line endings on checkout.
/third_party/libpng/
DANNOUNCE10 Source files with LF line endings (for Unix/Linux):
15 Source files with CRLF line endings (for Windows):
DREADME8 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/
DANNOUNCE18 Source files with LF line endings (for Unix/Linux):
23 Source files with CRLF line endings (for Windows):
DREADME8 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/
DANNOUNCE18 Source files with LF line endings (for Unix/Linux):
23 Source files with CRLF line endings (for Windows):
DREADME8 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.gitattributes5 # and converted to native line endings on checkout.
/third_party/openh264/
DCODING_STYLE5 Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF).
/third_party/curl/
D.gitattributes10 # Batch files (bat,btm,cmd) must be run with CRLF line endings.
/third_party/flutter/flutter/
D.gitattributes17 # Make sure that these Windows files always have CRLF line endings in checkout
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor.any.js374 get endings() { accessed.push('endings'); } getter
378 endings: { toString: () => { stringified.push('endings'); return 'transparent'; } } property
/third_party/node/deps/npm/node_modules/byline/
DREADME.md9 - 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/
Dinit.cfg30 # - On native Windows, some 'grep' binaries produce CRLF line endings. Filter
/third_party/python/Tools/scripts/
DREADME13 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/
Done_char.qbk36 Windows (`\r\n`) and Mac (`\r`) line endings.
/third_party/boost/libs/icl/doc/
Dfunctions_interval_orderings.qbk63 [Compares the endings of intervals.
/third_party/node/deps/npm/node_modules/bin-links/
DCHANGELOG.md81 * **dos2unix:** Log the fact line endings are being changed upon install. ([e9f8a6f](https://github…
/third_party/boost/libs/beast/doc/qbk/04_http/
D03_streams.qbk108 the header and line endings. The number may be used to measure the amount
/third_party/python/Doc/library/
Dtextwrap.rst112 solely of whitespace (including any line endings).
235 sentence endings and ensure that sentences are always separated by exactly
/third_party/protobuf/csharp/
DCHANGES.txt103 - Reformatted all code and line-endings to C# defaults

12345