Home
last modified time | relevance | path

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

12

/dokuwiki/inc/
H A Dutf8.php143 if (!function_exists('utf8_strtolower')) {
145 function utf8_strtolower($str)
144 function utf8_strtolower($str) global() function
/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/aclregex/
H A Daction.php87 $user = utf8_strtolower($user);
88 $groups = array_map('utf8_strtolower', $groups);
236 $acl_subject = utf8_strtolower($acl_subject);
/plugin/adfs/
H A Dauth.php155 return utf8_strtolower($user);
/plugin/alphaindex/
H A Dsyntax.php244 $firstLetter = utf8_deaccent(utf8_strtolower(utf8_substr($pageName, 0, 1)));
/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/avatar/
H A Dhelper.php
/plugin/bibtex/OSBib/
H A DUTF8.php215 function utf8_strtolower($string){ function in UTF8
/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/bibtex/OSBib/format/
H A DBIBFORMAT.php1025 $newString .= $this->utf8->utf8_strtolower($this->utf8->encodeUtf8($array[1])) . $array[2];
1028 $newString .= $this->utf8->utf8_strtolower($this->utf8->encodeUtf8($pString));
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/btable/
H A Dexport.php101 $id = utf8_strtolower($id);
/plugin/btable2/
H A Dexport.php101 $id = utf8_strtolower($id);
/plugin/captcha/
H A Dhelper.php
/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/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);
H A Dutf8.php353 if(!function_exists('utf8_strtolower')){
366 function utf8_strtolower($string){ function
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php223 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/data-au/admin/
H A Daliases.php75 $row['name'] = utf8_strtolower($row['name']);
/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/data/admin/
H A Daliases.php
/plugin/data/
H A Dhelper.php
/plugin/discussion/
H A Daction.php1285 if(!$auth->isCaseSensitive()) $mod = utf8_strtolower($mod);
1640 $text = utf8_strtolower($comment['raw']);
/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]);
191 $args[$n] = array_map('utf8_strtolower', $args[$n]);

12