Home
last modified time | relevance | path

Searched full:utf8_isascii (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/
H A Dutf8.php52 if (!function_exists('utf8_isASCII')) {
54 function utf8_isASCII($str)
53 function utf8_isASCII($str) global() function
/plugin/issuetracker/
H A Dedit.php137 if(!utf8_isASCII($subject)) {
H A Dsyntax.php1002 if(!utf8_isASCII($subject)) {
H A Daction.php2891 if(!utf8_isASCII($subject)) {
/plugin/passpolicy/
H A Dhelper.php496 'utf8_isASCII'); //only ASCII, users might have trouble typing other things
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php41 if(!function_exists('utf8_isASCII')){
50 function utf8_isASCII($str){ function
497 if(utf8_isASCII($string)) return $string; //nothing to do