Searched +full:useslash -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 12 of 12) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | common_wl.test.php | 7 $conf['useslash'] = 0; 16 $conf['useslash'] = 0; 25 $conf['useslash'] = 0; 34 $conf['useslash'] = 0; 43 $conf['useslash'] = 0; 52 $conf['useslash'] = 0; 61 $conf['useslash'] = 0; 70 $conf['useslash'] = 0; 81 $conf['useslash'] = 0; 92 $conf['useslash'] = 0; [all …]
|
| H A D | common_ml.test.php | 9 $conf['useslash'] = 0; 18 $conf['useslash'] = 0; 29 $conf['useslash'] = 0; 40 $conf['useslash'] = 0; 52 $conf['useslash'] = 0; 66 $conf['useslash'] = 0; 80 $conf['useslash'] = 0; 95 $conf['useslash'] = 0; 114 $conf['useslash'] = 0; 152 $conf['useslash'] = 0;
|
| H A D | pageutils_clean_id.test.php | 58 ['page/page', 'page_page', ['useslash' => 0]], 59 ['page/page', 'page:page', ['useslash' => 1]], 100 // unless set, test both useslash settings 101 if (isset($test[2]['useslash'])) { 102 yield([$test[0], $test[1], $ascii, $sepchar, $deaccent, $test[2]['useslash']]); 117 * @param int $useslash 119 function testCleanId($input, $expected, $ascii, $sepchar, $deaccent, $useslash) argument 125 $conf['useslash'] = $useslash;
|
| H A D | pageutils_getid.test.php | 47 $conf['useslash'] = '1'; 88 $conf['useslash'] = '1';
|
| H A D | init_getbaseurl.test.php | 121 * Apache 2, mod_php, real URL rewriting, useslash (bug #292) 167 * Apache, mod_php, Pseudo URL rewrite, useslash 190 * Apache, mod_php, real URL rewrite, useslash
|
| /dokuwiki/inc/File/ |
| H A D | Resolver.php | 36 // some pre cleaning for useslash: 37 if ($conf['useslash']) $id = str_replace('/', ':', $id);
|
| /dokuwiki/inc/ |
| H A D | pageutils.php | 84 if (str_ends_with($id, ':') || ($conf['useslash'] && str_ends_with($id, '/'))) { 145 if ($conf['useslash']) { 515 // some pre cleaning for useslash: 516 if ($conf['useslash']) $id = str_replace('/', ':', $id);
|
| H A D | common.php | 470 if ($conf['useslash'] && $conf['userewrite']) {
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 146 $conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 234 $meta['useslash'] = ['onoff'];
|
| /dokuwiki/inc/parser/ |
| H A D | metadata.php | 688 if ($conf['useslash']) {
|
| H A D | renderer.php | 901 if ($conf['useslash']) {
|