Home
last modified time | relevance | path

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

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