Home
last modified time | relevance | path

Searched refs:addresses (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A DMailer.class.php366 * If @$addresses is a string then it will be split into multiple
367 * addresses. Addresses must be separated by a comma. If the display
375 * @param string|string[] $addresses Multiple adresses separated by commas or as array
378 public function cleanAddress($addresses)
381 if (!is_array($addresses)) {
382 $count = preg_match_all('/\s*(?:("[^"]*"[^,]+),*)|([^,]+)\s*,*/', $addresses, $matches, PREG_SET_ORDER);
383 $addresses = [];
386 $addresses[] = rtrim($match[0], ',');
391 foreach ($addresses as $part) {
566 // clean up addresses
358 cleanAddress($addresses) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt21 simple strings and complete email addresses as well. That means, that you might
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
43 addresses like this one: <andi@splitbrain.org> are recognized, too.
369 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
374 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG153 * Support for IPv6 addresses in RFC822 messages (BenBE)