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 – 7 of 7) sorted by relevance

/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.php475 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.php686 if ($conf['useslash']) {
H A Drenderer.php898 if ($conf['useslash']) {