Lines Matching full:if
7 * functions if needed. All actual code is in the \dokuwiki\Utf8 classes
20 if (!defined('UTF8_MBSTRING')) {
21 if (function_exists('mb_substr') && !defined('UTF8_NOMBSTRING')) {
29 * Check if PREG was compiled with UTF-8 support
33 if (!defined('UTF8_PREGSUPPORT')) {
38 * Check if PREG was compiled with Unicode Property support
42 if (!defined('UTF8_PROPERTYSUPPORT')) {
47 if (UTF8_MBSTRING) {
52 if (!function_exists('utf8_isASCII')) {
62 if (!function_exists('utf8_strip')) {
71 if (!function_exists('utf8_check')) {
80 if (!function_exists('utf8_basename')) {
89 if (!function_exists('utf8_strlen')) {
98 if (!function_exists('utf8_substr')) {
107 if (!function_exists('utf8_substr_replace')) {
116 if (!function_exists('utf8_ltrim')) {
125 if (!function_exists('utf8_rtrim')) {
134 if (!function_exists('utf8_trim')) {
143 if (!function_exists('utf8_strtolower')) {
152 if (!function_exists('utf8_strtoupper')) {
161 if (!function_exists('utf8_ucfirst')) {
170 if (!function_exists('utf8_ucwords')) {
179 if (!function_exists('utf8_deaccent')) {
188 if (!function_exists('utf8_romanize')) {
197 if (!function_exists('utf8_stripspecials')) {
206 if (!function_exists('utf8_strpos')) {
215 if (!function_exists('utf8_tohtml')) {
224 if (!function_exists('utf8_unhtml')) {
233 if (!function_exists('utf8_to_unicode')) {
242 if (!function_exists('unicode_to_utf8')) {
251 if (!function_exists('utf8_to_utf16be')) {
260 if (!function_exists('utf16be_to_utf8')) {
269 if (!function_exists('utf8_bad_replace')) {
278 if (!function_exists('utf8_correctIdx')) {