Home
last modified time | relevance | path

Searched full:utf8_strtolower (Results 1 – 25 of 40) sorted by relevance

12

/plugin/sneakyindexfix/
H A Daction.php58 $user = utf8_strtolower($user);
59 $groups = array_map('utf8_strtolower', $groups);
87 $acl[1] = utf8_strtolower($acl[1]);
/plugin/solr/
H A 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']));
179 //$value = utf8_stripspecials(utf8_strtolower($value));
219 $val = utf8_strtolower($QUERY);
371 $val = utf8_stripspecials(utf8_strtolower($val));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php61 $user = utf8_strtolower($user);
62 $groups = array_map('utf8_strtolower', $groups);
93 $acl[1] = utf8_strtolower($acl[1]);
123 $acl[1] = utf8_strtolower($acl[1]);
238 $id = utf8_strtolower($id);
/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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php61 $user = utf8_strtolower($user);
62 $groups = array_map('utf8_strtolower', $groups);
93 $acl[1] = utf8_strtolower($acl[1]);
123 $acl[1] = utf8_strtolower($acl[1]);
238 $id = utf8_strtolower($id);
/plugin/aclregex/
H A Daction.php87 $user = utf8_strtolower($user);
88 $groups = array_map('utf8_strtolower', $groups);
236 $acl_subject = utf8_strtolower($acl_subject);
/plugin/explain/
H A Dsyntax.php53 if ($i) $parts[0] = utf8_strtolower($parts[0]);
108 ($this->map[$rxmatch]['i'] && utf8_strtolower($match) === $rxmatch)) {
/plugin/autolink2/
H A Dhelper.php146 $autolinks[$i] = utf8_strtolower(preg_quote($autolinks[$i], '/'));
155 $oldtag = utf8_strtolower($oldtag);
194 $oldtag = utf8_strtolower($oldtag);
/plugin/do/
H A Ddomd5changed.php18 $md5 = md5(utf8_strtolower(preg_replace('/\s/', '', $row['tasks.text'])) .
/plugin/semanticdata/
H A Dhelper.php168 'key' => utf8_strtolower($matches[1]),
170 'type' => utf8_strtolower($matches[2]));
/plugin/mediatooltip/
H A Daction.php115 if(function_exists ( 'utf8_strtolower' )) {
116 $user = utf8_strtolower($user);
/plugin/data-au/
H A Dhelper.php48 $lang[utf8_strtolower($key)] = $val;
377 'key' => utf8_strtolower($matches[1]),
380 'type' => utf8_strtolower($matches[2])
/plugin/btable/
H A Dexport.php101 $id = utf8_strtolower($id);
/dokuwiki/inc/
H A Dutf8.php143 if (!function_exists('utf8_strtolower')) {
145 function utf8_strtolower($str)
144 function utf8_strtolower($str) global() function
/plugin/avatar/
H A Dhelper.php
/plugin/data-au/admin/
H A Daliases.php75 $row['name'] = utf8_strtolower($row['name']);
/plugin/bibtex/OSBib/format/
H A DREADME.txt85 UTF8::utf8_strtolower()
86 $utf8String = $utf8->utf8_strtolower(STRING: $utf8String);
94 $utf8String = $utf8->utf8_strtolower(STRING: $utf8String, INT $start [, INT: $length=NULL]);
/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/adfs/
H A Dauth.php155 return utf8_strtolower($user);
/plugin/btable2/
H A Dexport.php101 $id = utf8_strtolower($id);
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php223 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/data/
H A Dhelper.php
/plugin/data/admin/
H A Daliases.php
/plugin/bibtex/OSBib/docs/
H A Dosbib.html104 <td><p class="style3"><code><span class="style9">UTF8::utf8_strtolower()</span><br>
105 $utf8String = $utf8-&gt;utf8_strtolower(STRING: $utf8String);</code></p>
121 …$utf8String = $utf8-&gt;utf8_strtolower(STRING: $utf8String, INT $start [, INT: $length=NULL]);</c…
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php207 $id = utf8_strtolower($id);

12