Home
last modified time | relevance | path

Searched refs:utf8_strtolower (Results 1 – 25 of 36) sorted by last modified time

12

/plugin/tagging/
H A Dhelper.php88 $tag = utf8_strtolower($tag);
/plugin/data/
H A Dhelper.php
/plugin/data/admin/
H A Daliases.php
/plugin/statistics/inc/
H A DStatisticsLogger.class.php121 $referer = utf8_strtolower($referer);
/plugin/btable2/
H A Dexport.php101 $id = utf8_strtolower($id);
/plugin/do/
H A Ddomd5changed.php18 $md5 = md5(utf8_strtolower(preg_replace('/\s/', '', $row['tasks.text'])) .
H A Dhelper.php140 $status = utf8_strtolower($args['status'][0]);
/plugin/captcha/
H A Dhelper.php
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php366 function utf8_strtolower($string){ function
H A Dcheck_acl.php61 $user = utf8_strtolower($user);
93 $acl[1] = utf8_strtolower($acl[1]);
123 $acl[1] = utf8_strtolower($acl[1]);
238 $id = utf8_strtolower($id);
/plugin/tagfilter/syntax/
H A Dfilter.php341 'data-label' => hsc(utf8_strtolower(trim($label))),
369 $item = utf8_strtolower(trim($item));
378 'data-label' => hsc(str_replace(' ', '_', utf8_strtolower(trim($label)))),
/plugin/discussion/
H A Daction.php1285 if(!$auth->isCaseSensitive()) $mod = utf8_strtolower($mod);
1640 $text = utf8_strtolower($comment['raw']);
/plugin/passpolicy/
H A Dhelper.php193 $pass = utf8_strtolower($pass);
194 $username = utf8_strtolower($username);
/plugin/preregister/
H A Daction.php310 $uname = utf8_strtolower($uname);
/plugin/refnotes/
H A Ddatabase.php
/plugin/mediatooltip/
H A Daction.php116 $user = utf8_strtolower($user);
/plugin/adfs/
H A Dauth.php155 return utf8_strtolower($user);
/plugin/fileshare/syntax/
H A DFileshare.php239 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/accscounter/syntax/
H A Dcounter.php104 $hiscountry = utf8_strtolower($hiscountry);
106 $checkinglower = utf8_strtolower($checking);
112 $checkinglower = utf8_strtolower($checking);
141 $checkinglower = utf8_strtolower($checking);
202 $logfilename = $logfiledir . utf8_strtolower(date('M-d-Y')) . '.txt';
262 $logfilename = $logfiledir . utf8_strtolower(date('M-d-Y')) . '.txt';
/plugin/data-au/
H A Dhelper.php48 $lang[utf8_strtolower($key)] = $val;
/plugin/data-au/admin/
H A Daliases.php75 $row['name'] = utf8_strtolower($row['name']);
/plugin/explain/
H A Dsyntax.php53 if ($i) $parts[0] = utf8_strtolower($parts[0]);
108 ($this->map[$rxmatch]['i'] && utf8_strtolower($match) === $rxmatch)) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php61 $user = utf8_strtolower($user);
93 $acl[1] = utf8_strtolower($acl[1]);
123 $acl[1] = utf8_strtolower($acl[1]);
238 $id = utf8_strtolower($id);
/plugin/sneakyindexfix/
H A Daction.php58 $user = utf8_strtolower($user);
87 $acl[1] = utf8_strtolower($acl[1]);
/plugin/btable/
H A Dexport.php101 $id = utf8_strtolower($id);

12