Lines Matching +full:ini +full:- +full:values
23 return microtime(true) - ((float)$start);
43 // check for error reporting override or set error reporting to sane values
153 * @deprecated 2012-10-13 replaced by more dynamic method
161 * @deprecated 2012-10-13 replaced by more dynamic method
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…
420 * Sets the internal config values fperm and dperm which, when set,
423 * setting the values only if needed.
456 * !! Can not access $_SERVER values through $INPUT
474 } elseif (substr($_SERVER['SCRIPT_NAME'], -4) == '.php') {
476 } elseif (substr($_SERVER['PHP_SELF'], -4) == '.php') {
528 * @deprecated 2025-06-03
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)) {