Home
last modified time | relevance | path

Searched refs:lines (Results 26 – 28 of 28) sorted by path

12

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php26 * @param int $line_max wrap lines after these number of characters
32 $lines = preg_split("/(?:\r\n|\r|\n)/", $input);
36 foreach ($lines as $line) {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE261 functions (ten lines or less in length), then the use of the object
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php295 $lines = explode($break, $str);
296 foreach ($lines as &$line) {
323 return implode($break, $lines);

12