Home
last modified time | relevance | path

Searched full:utf8_strlen (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/freechat/phpfreechat/
H A Dcheckmd5.php568 if (md5(file_get_contents("./lib/utf8/utf8_strlen.php")) == "dfd702b035ed705b390ccfec70826a43")
569 $files_ok[] = "<span style=\"color:#3A3\">ok - ./lib/utf8/utf8_strlen.php</span>
572 …$files_ko[] = "<span style=\"color:#F33\">corrupted - ./lib/utf8/utf8_strlen.php (please replace t…
/plugin/alphaindex/
H A Dsyntax.php208 $pageName = utf8_substr($tmpData, $pos+1, utf8_strlen($tmpData));
216 $pageName = utf8_substr($tmpData, $pos+1, utf8_strlen($tmpData));
/plugin/sphinxsearch/
H A Dfunctions.php419 $max = $max - utf8_strlen($keep);
421 $len = utf8_strlen($short);
/plugin/semanticdata/syntax/
H A Dentry.php98 'pos' => $pos, 'len' => strlen($match)); // not utf8_strlen
319 $len = max($len, utf8_strlen($nudata[count($nudata) - 1][0]));
324 $ret .= $field[0] . str_repeat(' ', $len + 1 - utf8_strlen($field[0])) . ': ' .
/plugin/asiansearch/
H A Daction.php138 $len = utf8_strlen($text);
160 $utf8_idx = utf8_strlen(substr($text,0,$idx));
161 $utf8_len = utf8_strlen($str);
/plugin/quiz/
H A Dclass_quiz.php348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
/plugin/bibtex/OSBib/
H A DUTF8.php274 return $this->utf8_strtoupper($fc) . $this->utf8_substr($str, 1, $this->utf8_strlen($str));
284 function utf8_strlen($string){ function in UTF8
/plugin/bibtex/OSBib/docs/
H A Dosbib.html136 <td><p class="style3"><code><span class="style9">UTF8::utf8_strlen()</span><br>
137 $length = $utf8-&gt;utf8_strlen(STRING: $utf8String);</code></p>
/plugin/bibtex/OSBib/format/
H A DREADME.txt101 UTF8::utf8_strlen()
102 $length = $utf8->utf8_strlen(STRING: $utf8String);

12