Searched refs:utf8_stripspecials (Results 1 – 10 of 10) sorted by relevance
/plugin/solr/ |
H A D | action.php | 156 $val = utf8_stripspecials(utf8_strtolower($_REQUEST['search_plus'])); 160 $val = utf8_stripspecials(utf8_strtolower($QUERY)); 167 $val = utf8_stripspecials(utf8_strtolower($_REQUEST['search_minus'])); 371 $val = utf8_stripspecials(utf8_strtolower($val));
|
/plugin/passpolicy/ |
H A D | helper.php | 198 … if (utf8_stripspecials($pass, '', '\._\-:\*') == utf8_stripspecials($username, '', '\._\-:\*')) { 208 if ($chunk == utf8_stripspecials($chunk, '', '\._\-:\*')) {
|
/plugin/btable/ |
H A D | export.php | 115 $id = utf8_stripspecials($id,$sepchar,'\*');
|
/plugin/btable2/ |
H A D | export.php | 115 $id = utf8_stripspecials($id,$sepchar,'\*');
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 518 function utf8_stripspecials($string,$repl='',$additional=''){ function 1295 * @see utf8_stripspecials()
|
H A D | check_acl.php | 253 $id = utf8_stripspecials($id,$sepchar,'\*');
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 221 $id = utf8_stripspecials($id,$sepchar,'\*');
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 252 $id = utf8_stripspecials($id,$sepchar,'\*');
|
/plugin/statistics/inc/ |
H A D | StatisticsLogger.class.php | 177 $words = explode(' ', utf8_stripspecials($query, ' ', '\._\-:\*'));
|
/plugin/siteexport/inc/ |
H A D | functions.php | 196 $id = utf8_stripspecials($id, $sepchar, '\*');
|