Home
last modified time | relevance | path

Searched full:utf8_strtolower (Results 26 – 40 of 40) sorted by last modified time

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/btable/
H A Dexport.php101 $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/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php207 $id = utf8_strtolower($id);
/plugin/avatar/
H A Dhelper.php
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php223 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php449 $allowedUserGroups = utf8_strtolower ( $allowedUserGroups );
/plugin/alphaindex/
H A Dsyntax.php244 $firstLetter = utf8_deaccent(utf8_strtolower(utf8_substr($pageName, 0, 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/semanticdata/
H A Dhelper.php168 'key' => utf8_strtolower($matches[1]),
170 'type' => utf8_strtolower($matches[2]));
/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/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/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…

12