Home
last modified time | relevance | path

Searched refs:line_max (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php26 * @param int $line_max wrap lines after these number of characters
29 protected function qp_enc($input = "", $line_max = 76) argument
49 if ((strlen($newline) + strlen($c)) >= $line_max) { // CRLF is not counted