Searched refs:LF (Results 1 – 17 of 17) sorted by relevance
8 $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'));
20 'newline' => 'LF'
7 …parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' => 'LF'));
28 …LOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF'));
239 #define LF '\n' macro366 case LF: in php_http_parser_execute()465 case LF: in php_http_parser_execute()489 if (ch == LF) { in php_http_parser_execute()706 case LF: in php_http_parser_execute()748 case LF: in php_http_parser_execute()783 case LF: in php_http_parser_execute()819 case LF: in php_http_parser_execute()854 case LF: in php_http_parser_execute()941 if (ch == LF) { in php_http_parser_execute()[all …]
7 echo "LF only:\n";42 LF only:43 Header "Reply-To" contains LF character that is not allowed in the header
2 Bug #47983 (mixed LF and CRLF line endings in mail())
2 Bug #65732 (grapheme_*() is not Unicode compliant on CR LF sequence)
2 quoted_printable_decode() function test with CR/LF
2 GH-7902 (mb_send_mail may delimit headers with LF only)
12 // lines with only a LF should not cause a parse error
244 . mail() function reverts back to the mixed LF and CRLF new lines (behavior
1103 ; Use mixed LF and CRLF line separators to keep compatibility with some
1105 ; Use mixed LF and CRLF line separators to keep compatibility with some
4497 # if finds mixed CR/LF and LF-only lines. Since sed operates in4498 # text mode, it properly converts lines to CR/LF. This bash problem
20755 # lisp files are mainly created on unix system with LF as line end23812 # text of document; some times start with 4 non printable characters like CR LF
Completed in 207 milliseconds