Home
last modified time | relevance | path

Searched refs:maxlen (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A DMailUtils.php129 * @param int $maxlen
138 int $maxlen = 74, argument
193 if ($maxlen) {
194 preg_match_all('/.{1,' . ($maxlen - 2) . '}([^=]{0,2})?/', $sLine, $aMatch);
H A Ddeprecated.php495 function mail_quotedprintable_encode($sText, $maxlen = 74, $bEmulate_imap_8bit = true) argument
498 return MailUtils::quotedPrintableEncode($sText, $maxlen, $bEmulate_imap_8bit);
/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++) {