Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/mbstring/oniguruma/doc/
H A DFAQ.ja38 3. CR + LF
40 DOS�β���(CR(0x0c) + LF(0x0a)��Ϣ³)
/PHP-5.5/ext/standard/tests/general_functions/
H A D006.phpt2 quoted_printable_decode() function test with CR/LF
/PHP-5.5/win32/build/
H A DDSP.README23 line endings (CR/LF) in order to function. The affected files are:
/PHP-5.5/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 Dtestoutput14359 Contains explicit CR or LF match
H A Dtestoutput17226 Contains explicit CR or LF match
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
1940 Contains explicit CR or LF match
5789 Contains explicit CR or LF match
6492 Forced newline sequence: LF
6538 Forced newline sequence: LF
6583 Forced newline sequence: LF
[all …]
H A Dtestinput22288 /(*LF)a.b/<CRLF>
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS333 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
357 fails at CRLF if there are explicit CR or LF matches within the pattern.
402 recognizes only CRLF, CR, and LF as linebreaks.
655 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 DChangeLog2912 LF". That isn't really right - the whole point of the change was to try to
2914 the change happens only if \r or \n (or a literal CR or LF) character is
2930 matching any Unicode line ending sequence to just matching CR, LF, or CRLF.
3142 pattern has explicit CR or LF references.
3358 21. Added PCRE_NEWLINE_ANYCRLF which is like ANY, but matches only CR, LF, or
3779 23. Added support for CRLF line endings as well as CR and LF. As well as the
5011 newline. It is either LF (10) or CR (13).
5257 script, to force use of CR or LF instead of \n in the source. On non-Unix
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1025 By default, PCRE interprets the linefeed (LF) character as indicating
1044 which causes PCRE to recognize any of the three sequences CR, LF, or
1064 the default is changed so that \R matches only CR, LF, or CRLF. What-
1197 The EBCDIC character that corresponds to an ASCII LF is assumed to have
3294 LF in the characters that it matches).
4839 (*LF) linefeed
5266 U+000A Linefeed (LF)
5287 CR followed by LF, or one of the single characters LF (linefeed,
5306 (*BSR_ANYCRLF) CR, LF, or CRLF only
7961 (*LF) linefeed only
[all …]
/PHP-5.5/build/
H A Dlibtool.m44492 # if finds mixed CR/LF and LF-only lines. Since sed operates in
4493 # text mode, it properly converts lines to CR/LF. This bash problem
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11488 # lisp files are mainly created on unix system with LF as line end

Completed in 151 milliseconds