Lines Matching +full:continue +full:- +full:on +full:- +full:error
23 return microtime(true) - ((float)$start);
43 // check for error reporting override or set error reporting to sane values
81 if (empty($config_cascade['main'][$config_group])) continue;
102 if (empty($config_cascade['license'][$config_group])) continue;
153 * @deprecated 2012-10-13 replaced by more dynamic method
161 * @deprecated 2012-10-13 replaced by more dynamic method
220 // from now on everything is an exception
261 * @link http://php.net/manual/en/session.configuration.php#ini.session.sid-length
277 …if (isset($_COOKIE[DOKU_SESSION_NAME]) && !preg_match('/^[-,a-zA-Z0-9]{22,256}$/', $_COOKIE[DOKU_S…
387 * Check for accessibility on directories as well.
441 // check what is set automatically by the system on file creation
446 // check what is set automatically by the system on directory creation
474 } elseif (substr($_SERVER['SCRIPT_NAME'], -4) == '.php') {
476 } elseif (substr($_SERVER['PHP_SELF'], -4) == '.php') {
528 * @deprecated 2025-06-03
555 <head><title>DokuWiki Setup Error</title></head>
556 <body style="font-family: Arial, sans-serif">
557 <div style="width:60%; margin: auto; background-color: #fcc;
559 <h1 style="font-size: 120%">DokuWiki Setup Error</h1>
592 // find the (indestructable) root of the path - keeps windows stuff intact
597 if (preg_match('!^([a-zA-z]:)(.*)!', $path, $match)) {
622 if ($p === '' || $p === '.') continue;
625 continue;