Home
last modified time | relevance | path

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 Dpageutils_getid.test.php10 $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 Dinit_getbaseurl.test.php12 $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 Dautoload_namespaces.php6 $baseDir = dirname($vendorDir); variable
H A Dautoload_files.php6 $baseDir = dirname($vendorDir); variable
H A Dautoload_psr4.php6 $baseDir = dirname($vendorDir); variable
H A Dautoload_classmap.php6 $baseDir = dirname($vendorDir); variable
/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/conf/
H A Ddokuwiki.php24 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
/dokuwiki/inc/
H A 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));
H A Dinit.php472 if (!empty($conf['basedir'])) {
473 $dir = $conf['basedir'];
H A Dpageutils.php50 if ($conf['basedir']) {
55 $script = $conf['basedir'] . $relpath .
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml2 <project name="GeSHi" default="pack" basedir=".">
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php93 $meta['basedir'] = ['string', '_caution' => 'danger'];