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 D | pageutils.php | 137 $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 D | common.php | 1114 $page = strtr($file, $conf['sepchar'], ' ');
|
/dokuwiki/lib/plugins/config/settings/ |
H A D | config.metadata.php | 44 * 'sepchar' - as multichoice, selection constructed from string of valid values 235 $meta['sepchar'] = ['sepchar', '_caution' => 'warning'];
|
/dokuwiki/lib/plugins/authplain/ |
H A D | auth.php | 365 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $user)); 378 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $group));
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | 147 $conf['sepchar'] = '_'; //word separator character in page names; may be a
|