Home
last modified time | relevance | path

Searched refs:utf8_decodeFN (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php731 function utf8_decodeFN($file)
728 function utf8_decodeFN($file) global() function
H A Dsearch.php456 $id = utf8_decodeFN($path);
H A Dtemplate.php950 $fn = utf8_decodeFN($fn);
H A DJpegMeta.php1320 $this->_info['file']['Name'] = utf8_decodeFN(\dokuwiki\Utf8\PhpString::basename($this->_fileName));
/dokuwiki/inc/Utf8/
H A DSort.php174 return $collator->compare(utf8_decodeFN($fn1), utf8_decodeFN($fn2));
176 return strnatcasecmp(utf8_decodeFN($fn1), utf8_decodeFN($fn2));