Searched +full:basedir -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 11 of 11) sorted by relevance
6 $baseDir = dirname($vendorDir); variable
466 $basedir = [DOKU_INC];470 $basedir[] = realpath(TMP_DIR);473 $basedir = array_map('preg_quote_cb', $basedir);474 $regex = '/^(' . implode('|', $basedir) . ')/';
24 * @param string $basedir - the config name of the type to delete (datadir or mediadir usally)30 function io_sweepNS($id, $basedir = 'datadir')34 $ns_type = ($types[$basedir] ?? false);40 $dir = $conf[$basedir] . '/' . utf8_encodeFN(str_replace(':', '/', $id));27 io_sweepNS($id, $basedir = 'datadir') global() argument
464 if (!empty($conf['basedir'])) {465 $dir = $conf['basedir'];
50 if ($conf['basedir']) {55 $script = $conf['basedir'] . $relpath .
24 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
2 <project name="GeSHi" default="pack" basedir=".">
93 $meta['basedir'] = ['string', '_caution' => 'danger'];