Home
last modified time | relevance | path

Searched refs:firstline (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/test/recipes/
D20-test_dhparam.t40 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/
Dfeedparser.py455 firstline = epilogue[0]
456 bolmo = NLCRE_bol.match(firstline)
458 epilogue[0] = firstline[len(bolmo.group(0)):]
/third_party/protobuf/kokoro/linux/
Dmake_test_output.py34 firstline = next(jobs)
/third_party/python/Lib/
Dcodecs.py451 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/
Ddevmode.rst182 firstline = fp.readline()
183 print(firstline.rstrip())
Dcodecs.rst748 .. method:: read([size[, chars, [firstline]]])
764 The *firstline* flag indicates that
/third_party/pcre2/pcre2/src/
Dpcre2_dfa_match.c3311 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()
Dpcre2_match.c6307 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/
Dtestinput63944 /line\nbreak/firstline
3949 /line\nbreak/m,firstline
4944 /\n/firstline
4947 /\nabc/firstline
4950 /\x{0a}abc/firstline,newline=crlf
4954 /[abc]/firstline
Dtestinput21396 /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
Dtestoutput65901 /line\nbreak/firstline
5908 /line\nbreak/m,firstline
7769 /\n/firstline
7773 /\nabc/firstline
7777 /\x{0a}abc/firstline,newline=crlf
7782 /[abc]/firstline
Dtestoutput25471 /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
Dtestinput17301 /[aC]/mg,firstline,newline=lf
304 /[aCz]/mg,firstline,newline=lf
Dtestoutput17545 /[aC]/mg,firstline,newline=lf
549 /[aCz]/mg,firstline,newline=lf
Dtestinput7649 /X/newline=any,utf,firstline
Dtestinput5351 /X/newline=any,utf,firstline
Dtestoutput5823 /X/newline=any,utf,firstline
Dtestoutput71106 /X/newline=any,utf,firstline
/third_party/pcre2/pcre2/doc/
Dpcre2test.txt577 firstline set PCRE2_FIRSTLINE