Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php197 $wrapped[$col] = explode("\n", $this->wordwrap($texts[$col], $width, "\n", true));
293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false) function in splitbrain\\phpcli\\TableFormatter
/dokuwiki/inc/
H A DMailer.class.php610 return wordwrap("$key: $val", 78, MAILHEADER_EOL . ' ') . MAILHEADER_EOL;
H A DJpegMeta.php623 $new = preg_replace('/\n.+$/','',wordwrap($cap, $max));