Searched +full:basedir -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 13 of 13) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_getid.test.php | 10 $conf['basedir'] = '/'; 21 * fetch media files with basedir and urlrewrite=2 27 $conf['basedir'] = '//'; 40 * getID with internal mediafile, urlrewrite=2, no basedir set, apache, mod_php 44 $conf['basedir'] = ''; 62 * getID with given id in url and userewrite=2, no basedir set, dokuwiki not in document root. 66 $conf['basedir'] = ''; 81 * getID with given id in url and userewrite=2, no basedir set, Apache and CGI. 85 $conf['basedir'] = ''; 102 * getID with given id / in url and userewrite=2, no basedir set, Apache and CGI. [all …]
|
| H A D | init_getbaseurl.test.php | 12 $conf['basedir'] = ''; 35 $conf['basedir'] = ''; 58 $conf['basedir'] = ''; 81 $conf['basedir'] = ''; 104 $conf['basedir'] = ''; 127 $conf['basedir'] = ''; 150 $conf['basedir'] = ''; 173 $conf['basedir'] = ''; 196 $conf['basedir'] = ''; 227 $conf['basedir'] = ''; [all …]
|
| /dokuwiki/vendor/composer/ |
| H A D | autoload_namespaces.php | 6 $baseDir = dirname($vendorDir); variable
|
| H A D | autoload_files.php | 6 $baseDir = dirname($vendorDir); variable
|
| H A D | autoload_psr4.php | 6 $baseDir = dirname($vendorDir); variable
|
| H A D | autoload_classmap.php | 6 $baseDir = dirname($vendorDir); variable
|
| /dokuwiki/lib/exe/ |
| H A D | css.php | 466 $basedir = [DOKU_INC]; 470 $basedir[] = realpath(TMP_DIR); 473 $basedir = array_map('preg_quote_cb', $basedir); 474 $regex = '/^(' . implode('|', $basedir) . ')/';
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 24 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection 26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
|
| /dokuwiki/inc/ |
| H A D | io.php | 24 * @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));
|
| H A D | init.php | 472 if (!empty($conf['basedir'])) { 473 $dir = $conf['basedir'];
|
| H A D | pageutils.php | 50 if ($conf['basedir']) { 55 $script = $conf['basedir'] . $relpath .
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 2 <project name="GeSHi" default="pack" basedir=".">
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 93 $meta['basedir'] = ['string', '_caution' => 'danger'];
|