Home
last modified time | relevance | path

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 Dcommon_wl.test.php7 $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 Dcommon_ml.test.php9 $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 Dpageutils_clean_id.test.php58 ['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 Dpageutils_getid.test.php47 $conf['useslash'] = '1';
88 $conf['useslash'] = '1';
H A Dinit_getbaseurl.test.php121 * 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 DResolver.php36 // some pre cleaning for useslash:
37 if ($conf['useslash']) $id = str_replace('/', ':', $id);
/dokuwiki/inc/
H A Dpageutils.php84 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 Dcommon.php470 if ($conf['useslash'] && $conf['userewrite']) {
/dokuwiki/conf/
H A Ddokuwiki.php146 $conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php234 $meta['useslash'] = ['onoff'];
/dokuwiki/inc/parser/
H A Dmetadata.php688 if ($conf['useslash']) {
H A Drenderer.php901 if ($conf['useslash']) {