Home
last modified time | relevance | path

Searched refs:isWindows (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/
H A DMailer.class.php420 if (!empty($text) && !isWindows()) { // No named recipients for To: in Windows (see FS#652)
H A Dinit.php567 function isWindows()
617 $iswin = (isWindows() || !empty($GLOBALS['DOKU_UNITTEST_ASSUME_WINDOWS']));
541 function isWindows() { global() function