Home
last modified time | relevance | path

Searched +full:fnencode -(+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/lib/plugins/safefnrecode/
H A Daction.php30 if ($conf['fnencode'] != 'safe') return;
/dokuwiki/inc/
H A Dpageutils.php688 * Uses the 'fnencode' option to determine encoding
705 if ($conf['fnencode'] == 'utf-8') return $file;
711 if ($conf['fnencode'] == 'safe') {
723 * Uses the 'fnencode' option to determine encoding
734 if ($conf['fnencode'] == 'utf-8') return $file;
736 if ($conf['fnencode'] == 'safe') {
/dokuwiki/inc/Utf8/
H A DSort.php160 * Filenames may not be equal to page names, depending on the setting in $conf['fnencode'],
/dokuwiki/conf/
H A Ddokuwiki.php150 $conf['fnencode'] = 'url'; //encode filenames (url|safe|utf-8)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php237 $meta['fnencode'] = ['multichoice', '_choices' => ['url', 'safe', 'utf-8'], '_caution' => 'warning'];