Home
last modified time | relevance | path

Searched refs:maxlen (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A Dmail.php99 * @param int $maxlen
104 function mail_quotedprintable_encode($sText, $maxlen = 74, $bEmulate_imap_8bit = true)
150 // finally split into softlines no longer than $maxlen chars,
155 if ($maxlen) {
156 preg_match_all('/.{1,' . ($maxlen - 2) . '}([^=]{0,2})?/', $sLine, $aMatch);
100 mail_quotedprintable_encode($sText, $maxlen = 74, $bEmulate_imap_8bit = true) global() argument
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php194 $maxlen = 0;
199 if ($len > $maxlen) {
200 $maxlen = $len;
207 for ($i = 0; $i < $maxlen; $i++) {