Home
last modified time | relevance | path

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

/PHP-5.4/ext/tidy/tests/
H A D025.phpt8 $tidy=tidy_parse_string('<% %>', array('newline' => 'LF'));
11 $tidy=tidy_parse_string('<# #>', array('newline' => 'LF'));
17 $tidy=tidy_parse_string('<html><body><!-- comment --></body></html>', array('newline' => 'LF'));
H A D024.phpt22 'newline' => 'LF'
H A D010.phpt7 …parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' => 'LF'));
H A D012.phpt28 …LOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF'));
/PHP-5.4/sapi/cli/
H A Dphp_http_parser.c306 #define LF '\n' macro
432 case LF: in php_http_parser_execute()
531 case LF: in php_http_parser_execute()
555 if (ch == LF) { in php_http_parser_execute()
762 case LF: in php_http_parser_execute()
804 case LF: in php_http_parser_execute()
839 case LF: in php_http_parser_execute()
875 case LF: in php_http_parser_execute()
910 case LF: in php_http_parser_execute()
997 if (ch == LF) { in php_http_parser_execute()
[all …]
/PHP-5.4/ext/standard/tests/general_functions/
H A D006.phpt2 quoted_printable_decode() function test with CR/LF
/PHP-5.4/win32/build/
H A DDSP.README23 line endings (CR/LF) in order to function. The affected files are:
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput102049 *Test CR, LF, and control
2051 0+ Test CR, LF, and control
2058 \x0a\x{0711}LF, extend
2060 0+ \x{711}LF, extend
2061 \x0a\x{1b04}LF, spacingmark
2063 0+ \x{1b04}LF, spacingmark
H A Dtestinput101079 *Test CR, LF, and control
1082 \x0a\x{0711}LF, extend
1083 \x0a\x{1b04}LF, spacingmark
H A Dtestoutput61493 *Test CR, LF, and control
1495 0+ Test CR, LF, and control
1502 \x0a\x{0711}LF, extend
1504 0+ \x{711}LF, extend
1505 \x0a\x{1b04}LF, spacingmark
1507 0+ \x{1b04}LF, spacingmark
H A Dtestinput6860 *Test CR, LF, and control
863 \x0a\x{0711}LF, extend
864 \x0a\x{1b04}LF, spacingmark
H A Dtestoutput2691 Contains explicit CR or LF match
709 Contains explicit CR or LF match
1101 Contains explicit CR or LF match
1334 Contains explicit CR or LF match
1344 Contains explicit CR or LF match
1935 Contains explicit CR or LF match
5776 Contains explicit CR or LF match
6475 Forced newline sequence: LF
6521 Forced newline sequence: LF
6566 Forced newline sequence: LF
[all …]
H A Dtestinput22286 /(*LF)a.b/<CRLF>
/PHP-5.4/ext/pcre/pcrelib/
H A DNEWS325 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
349 fails at CRLF if there are explicit CR or LF matches within the pattern.
394 recognizes only CRLF, CR, and LF as linebreaks.
647 script, to force use of CR or LF instead of \n in the source. On non-Unix
H A DREADME254 . You can build PCRE to recognize either CR or LF or the sequence CRLF or any
258 is a single LF character (the Unix standard). You can specify the default
265 LF. Even if the files are edited to change the line endings, there are likely
273 to match only CR, LF, or CRLF. You can make this the default by adding
H A DChangeLog2736 LF". That isn't really right - the whole point of the change was to try to
2738 the change happens only if \r or \n (or a literal CR or LF) character is
2754 matching any Unicode line ending sequence to just matching CR, LF, or CRLF.
2966 pattern has explicit CR or LF references.
3182 21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or
3603 23. Added support for CRLF line endings as well as CR and LF. As well as the
4835 newline. It is either LF (10) or CR (13).
5081 script, to force use of CR or LF instead of \n in the source. On non-Unix
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1014 By default, PCRE interprets the linefeed (LF) character as indicating
1033 which causes PCRE to recognize any of the three sequences CR, LF, or
1053 the default is changed so that \R matches only CR, LF, or CRLF. What-
1186 The EBCDIC character that corresponds to an ASCII LF is assumed to have
3283 LF in the characters that it matches).
4828 (*LF) linefeed
5242 U+000A Linefeed (LF)
5263 CR followed by LF, or one of the single characters LF (linefeed,
5282 (*BSR_ANYCRLF) CR, LF, or CRLF only
7937 (*LF) linefeed only
[all …]
/PHP-5.4/build/
H A Dlibtool.m44485 # if finds mixed CR/LF and LF-only lines. Since sed operates in
4486 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic11488 # lisp files are mainly created on unix system with LF as line end

Completed in 122 milliseconds