Searched refs:firstline (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/test/recipes/ |
D | 20-test_dhparam.t | 40 if (my $firstline = <PEMFILE>) { 41 $firstline =~ s/\R$//; 42 if ($firstline eq "-----BEGIN DH PARAMETERS-----") { 44 } elsif ($firstline eq "-----BEGIN X9.42 DH PARAMETERS-----") {
|
/third_party/python/Lib/email/ |
D | feedparser.py | 455 firstline = epilogue[0] 456 bolmo = NLCRE_bol.match(firstline) 458 epilogue[0] = firstline[len(bolmo.group(0)):]
|
/third_party/protobuf/kokoro/linux/ |
D | make_test_output.py | 34 firstline = next(jobs)
|
/third_party/python/Lib/ |
D | codecs.py | 451 def read(self, size=-1, chars=-1, firstline=False): argument 506 if firstline: 558 data = self.read(readsize, firstline=True)
|
/third_party/python/Doc/library/ |
D | devmode.rst | 182 firstline = fp.readline() 183 print(firstline.rstrip())
|
D | codecs.rst | 748 .. method:: read([size[, chars, [firstline]]]) 764 The *firstline* flag indicates that
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_dfa_match.c | 3311 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local 3427 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_dfa_match() 3667 if (firstline) in pcre2_dfa_match() 4021 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_dfa_match()
|
D | pcre2_match.c | 6307 BOOL firstline; in pcre2_match() local 6716 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0; in pcre2_match() 6942 if (firstline) in pcre2_match() 7352 if (firstline && IS_NEWLINE(start_match)) break; in pcre2_match()
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput6 | 3944 /line\nbreak/firstline 3949 /line\nbreak/m,firstline 4944 /\n/firstline 4947 /\nabc/firstline 4950 /\x{0a}abc/firstline,newline=crlf 4954 /[abc]/firstline
|
D | testinput2 | 1396 /line\nbreak/I,firstline 1401 /line\nbreak/Im,firstline 3938 /abcd/newline=lf,firstline 5344 /a\b(c/literal,firstline 5437 /\n/firstline 5440 /\nabc/firstline 5443 /\x{0a}abc/firstline,newline=crlf 5447 /[abc]/firstline
|
D | testoutput6 | 5901 /line\nbreak/firstline 5908 /line\nbreak/m,firstline 7769 /\n/firstline 7773 /\nabc/firstline 7777 /\x{0a}abc/firstline,newline=crlf 7782 /[abc]/firstline
|
D | testoutput2 | 5471 /line\nbreak/I,firstline 5474 Options: firstline 5484 /line\nbreak/Im,firstline 5487 Options: firstline multiline 13364 /abcd/newline=lf,firstline 16269 /a\b(c/literal,firstline 16493 /\n/firstline 16497 /\nabc/firstline 16501 /\x{0a}abc/firstline,newline=crlf 16506 /[abc]/firstline
|
D | testinput17 | 301 /[aC]/mg,firstline,newline=lf 304 /[aCz]/mg,firstline,newline=lf
|
D | testoutput17 | 545 /[aC]/mg,firstline,newline=lf 549 /[aCz]/mg,firstline,newline=lf
|
D | testinput7 | 649 /X/newline=any,utf,firstline
|
D | testinput5 | 351 /X/newline=any,utf,firstline
|
D | testoutput5 | 823 /X/newline=any,utf,firstline
|
D | testoutput7 | 1106 /X/newline=any,utf,firstline
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2test.txt | 577 firstline set PCRE2_FIRSTLINE
|