Home
last modified time | relevance | path

Searched refs:basedir (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/exe/
Dcss.php466 $basedir = [DOKU_INC];
470 $basedir[] = realpath(TMP_DIR);
473 $basedir = array_map('preg_quote_cb', $basedir);
474 $regex = '/^(' . implode('|', $basedir) . ')/';
/dokuwiki/inc/
Dio.php24 * @param string $basedir - the config name of the type to delete (datadir or mediadir usally)
30 function io_sweepNS($id, $basedir = 'datadir') argument
34 $ns_type = ($types[$basedir] ?? false);
40 $dir = $conf[$basedir] . '/' . utf8_encodeFN(str_replace(':', '/', $id));