Searched refs:endings (Results 1 - 8 of 8) sorted by relevance
/third_party/node/lib/internal/ |
H A D | blob.js | 107 function getSource(source, endings) { 115 if (endings === 'native') 136 * endings? : string, 150 endings = 'transparent', 153 endings = `${endings}`; 154 if (endings !== 'transparent' && endings !== 'native') 155 throw new ERR_INVALID_ARG_VALUE('options.endings', endings); [all...] |
/third_party/node/test/parallel/ |
H A D | test-blob.js | 242 const b = new Blob(['hello\n'], { endings: 'native' }); 245 [1, {}, 'foo'].forEach((endings) => { 246 assert.throws(() => new Blob([], { endings }), {
|
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
H A D | Blob-constructor.any.js | 374 get endings() { accessed.push('endings'); } 378 endings: { toString: () => { stringified.push('endings'); return 'transparent'; } } 380 assert_array_equals(accessed, ['endings', 'type']); 381 assert_array_equals(stringified, ['endings', 'type']);
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | file.js | 244 key: 'endings', 262 * @param {{ type: string, endings: string }} options 276 // 2. If the endings member of options is "native", set s 277 // to the result of converting line endings to native 279 if (options.endings === 'native') { 311 * @see https://www.w3.org/TR/FileAPI/#convert-line-endings-to-native
|
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 35 case we have CRLF line endings in Windows but a perl that defaults to LF.
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 1747 endings = ( variable 1772 for e in endings:
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 625 :: is not \n. Do not use exported files, whose line endings might be changed.
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1513 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. 1599 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. 1687 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
|
Completed in 15 milliseconds