Home
last modified time | relevance | path

Searched refs:utf8_strtolower (Results 1 – 25 of 30) sorted by relevance

12

/plugin/accscounter/syntax/
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/solr/
Daction.php156 $val = utf8_stripspecials(utf8_strtolower($_REQUEST['search_plus']));
160 $val = utf8_stripspecials(utf8_strtolower($QUERY));
167 $val = utf8_stripspecials(utf8_strtolower($_REQUEST['search_minus']));
219 $val = utf8_strtolower($QUERY);
371 $val = utf8_stripspecials(utf8_strtolower($val));
/plugin/sneakyindexfix/
Daction.php58 $user = utf8_strtolower($user);
87 $acl[1] = utf8_strtolower($acl[1]);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
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/explain/
Dsyntax.php53 if ($i) $parts[0] = utf8_strtolower($parts[0]);
108 ($this->map[$rxmatch]['i'] && utf8_strtolower($match) === $rxmatch)) {
/plugin/aclregex/
Daction.php87 $user = utf8_strtolower($user);
236 $acl_subject = utf8_strtolower($acl_subject);
/plugin/autolink2/
Dhelper.php146 $autolinks[$i] = utf8_strtolower(preg_quote($autolinks[$i], '/'));
155 $oldtag = utf8_strtolower($oldtag);
194 $oldtag = utf8_strtolower($oldtag);
/plugin/do/
Ddomd5changed.php18 $md5 = md5(utf8_strtolower(preg_replace('/\s/', '', $row['tasks.text'])) .
Dhelper.php140 $status = utf8_strtolower($args['status'][0]);
/plugin/tagfilter/syntax/
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/btable/
Dexport.php101 $id = utf8_strtolower($id);
/plugin/btable2/
Dexport.php101 $id = utf8_strtolower($id);
/plugin/data-au/admin/
Daliases.php75 $row['name'] = utf8_strtolower($row['name']);
/plugin/adfs/
Dauth.php155 return utf8_strtolower($user);
/plugin/crossdbsqlclient/syntax/
Dcrossdbsqlclient.php223 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/saml/
Dauth.php191 return utf8_strtolower($user);
/plugin/data-au/
Dhelper.php48 $lang[utf8_strtolower($key)] = $val;
/plugin/fileshare/syntax/
DFileshare.php240 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
Dcheck_acl.php207 $id = utf8_strtolower($id);
/plugin/bibtex/OSBib/
DUTF8.php215 function utf8_strtolower($string){ function in UTF8
/plugin/alphaindex/
Dsyntax.php244 $firstLetter = utf8_deaccent(utf8_strtolower(utf8_substr($pageName, 0, 1)));
/plugin/mediatooltip/
Daction.php116 $user = utf8_strtolower($user);
/plugin/preregister/
Daction.php310 $uname = utf8_strtolower($uname);
/plugin/statistics/inc/
DStatisticsLogger.class.php121 $referer = utf8_strtolower($referer);

12