Home
last modified time | relevance | path

Searched refs:utf8_deaccent (Results 1 – 13 of 13) sorted by relevance

/plugin/btable/
H A Dexport.php112 if($conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
/plugin/btable2/
H A Dexport.php112 if($conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php474 function utf8_deaccent($string,$case=0){ function
1234 * @see utf8_deaccent()
1262 * @see utf8_deaccent()
H A Dcheck_acl.php250 if($dwfck_conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
/plugin/textinsert/
H A Dadmin.php70 $value = utf8_deaccent($value);
/plugin/deflist/
H A Dsyntax.php85 utf8_deaccent($aID, 0)));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php218 if($dwfck_conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php249 if($dwfck_conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
/plugin/alphaindex/
H A Dsyntax.php244 $firstLetter = utf8_deaccent(utf8_strtolower(utf8_substr($pageName, 0, 1)));
/plugin/issuetracker/
H A Dedit.php133 $subject = utf8_deaccent($subject);
H A Dsyntax.php998 $subject = utf8_deaccent($subject);
H A Daction.php2886 $subject = utf8_deaccent($subject);
/plugin/siteexport/inc/
H A Dfunctions.php188 if ($conf['deaccent'] || $ascii) $id = utf8_deaccent($id, -1);