Home
last modified time | relevance | path

Searched refs:newline_escape (Results 1 – 4 of 4) sorted by relevance

/dports/chinese/phpbb3-tw/phpBB3/includes/diff/
H A Drenderer.php482 function _split_on_words($string, $newline_escape = "\n") argument
510 $words[] = str_replace("\n", $newline_escape, substr($string, $pos, $spaces + $nextpos));
/dports/www/phpbb3/phpBB3/includes/diff/
H A Drenderer.php485 function _split_on_words($string, $newline_escape = "\n") argument
513 $words[] = str_replace("\n", $newline_escape, substr($string, $pos, $spaces + $nextpos));
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Dnetwork_service_unittest.cc1464 const std::string newline_escape = "%0A"; in HandleHTTPSRequest() local
1465 std::size_t pos = header.find(newline_escape); in HandleHTTPSRequest()
1467 header.replace(pos, newline_escape.length(), "\r\n"); in HandleHTTPSRequest()
1468 pos = header.find(newline_escape); in HandleHTTPSRequest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/
H A Dnetwork_service_unittest.cc1756 const std::string newline_escape = "%0A"; in HandleHTTPSRequest() local
1757 std::size_t pos = header.find(newline_escape); in HandleHTTPSRequest()
1759 header.replace(pos, newline_escape.length(), "\r\n"); in HandleHTTPSRequest()
1760 pos = header.find(newline_escape); in HandleHTTPSRequest()