Searched +full:savedir -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 6 of 6) sorted by relevance
28 $this->assertArrayHasKey('savedir', $meta);29 $this->assertEquals(['savedir', '_caution' => 'danger'], $meta['savedir']);
82 * simple check if the 'savedir' is relative and accessible when appended to DOKU_URL85 * 'savedir' has been moved elsewhere, or93 if (!str_starts_with($conf['savedir'], './')) return;94 $img = DOKU_URL . $conf['savedir'] .
3 $conf['savedir'] = DOKU_TMP_DATA; //where to store all the files
43 * 'savedir' - as 'setting', input tested against initpath() (inc/init.php)92 $meta['savedir'] = ['savedir', '_caution' => 'danger'];
307 $path = empty($conf[$c]) ? $conf['savedir'] . '/' . $p : $conf[$c];320 $conf['changelog'] ?? $conf['savedir'] . '/changes.log'
23 $conf['savedir'] = './data'; //where to store all the files