Home
last modified time | relevance | path

Searched full:utf8_strpos (Results 1 – 3 of 3) sorted by relevance

/plugin/hidepages/
H A Dsyntax.php38 if(utf8_strpos($param, ';') !== false) {
/dokuwiki/inc/
H A Dutf8.php206 if (!function_exists('utf8_strpos')) {
208 function utf8_strpos($haystack, $needle, $offset = 0)
207 function utf8_strpos($haystack, $needle, $offset = 0) global() function
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php531 if(!function_exists('utf8_strpos')){
543 function utf8_strpos($haystack, $needle, $offset=0){ function