Home
last modified time | relevance | path

Searched +full:sepchar -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/
H A Dpageutils.php137 $sepchar = $conf['sepchar'];
139 $sepcharpat = '#\\' . $sepchar . '+#';
148 $id = strtr($id, ';/', ':' . $sepchar);
155 $id = Clean::stripspecials($id, $sepchar, '\*');
160 $id = preg_replace($sepcharpat, $sepchar, $id);
H A Dcommon.php1146 $page = strtr($file, $conf['sepchar'], ' ');
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php44 * 'sepchar' - as multichoice, selection constructed from string of valid values
235 $meta['sepchar'] = ['sepchar', '_caution' => 'warning'];
/dokuwiki/lib/plugins/authplain/
H A Dauth.php365 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $user));
378 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $group));
/dokuwiki/conf/
H A Ddokuwiki.php147 $conf['sepchar'] = '_'; //word separator character in page names; may be a