Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 2 of 2) sorted by relevance

/template/navigator/navigator/
H A DautolistNavigator.php77 $normalized = iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $title);
78 return ($normalized !== false) ? $normalized : $title;
/template/strap/ComboStrap/
H A DStringUtility.php40 public static function normalized($string) function in ComboStrap\\StringUtility