Searched refs:linebreaks (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/scripts/eslint/rules/ |
D | simple-indent.ts | 24 const linebreaks = sourceCode.getText().match(/\r\n|[\r\n\u2028\u2029]/gu); constant 34 const linebreaksLen = linebreaks && linebreaks[i] ? linebreaks[i].length : 1;
|
/third_party/ffmpeg/libavcodec/ |
D | ass.c | 149 const char *linebreaks, int keep_ass_markup) in ff_ass_bprint_text_event() argument 156 if (linebreaks && strchr(linebreaks, *p)) { in ff_ass_bprint_text_event()
|
D | textdec.c | 33 const char *linebreaks; member 56 ff_ass_bprint_text_event(&buf, ptr, avpkt->size, text->linebreaks, text->keep_ass_markup); in text_decode_frame() 102 text->linebreaks = "|"; in linebreak_init()
|
D | ass.h | 138 const char *linebreaks, int keep_ass_markup);
|
/third_party/python/Tools/unicode/ |
D | makeunicodedata.py | 402 linebreaks = [] 419 linebreaks.append(char) 508 print(len(linebreaks), "linebreak code points") 589 for codepoint in sorted(linebreaks):
|
/third_party/libinput/doc/user/ |
D | conf.py.in | 180 # sphinx cannot do ..include:: without linebreaks, so in-line replacements
|
/third_party/pcre2/pcre2/ |
D | RunTest.bat | 4 @rem options. This file must use CRLF linebreaks to function properly,
|
/third_party/icu/docs/userguide/transforms/general/ |
D | rules.md | 361 any characters excluding those for linebreaks or æther. However, it cannot be
|
/third_party/jinja2/ |
D | CHANGES.rst | 400 - Added a ``trimmed`` modifier to ``{% trans %}`` to strip linebreaks
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | diagnostics.dart | 1820 // Escape linebreaks in multiline strings to avoid confusing output when
|
/third_party/libuv/ |
D | ChangeLog | 1514 * unix: remove unnecessary linebreaks (cjihrig)
|
/third_party/python/Misc/ |
D | HISTORY | 13628 form feed (0x0C) are now considered linebreaks, as specified in Unicode
|