Home
last modified time | relevance | path

Searched full:utf8_strlen (Results 26 – 34 of 34) sorted by path

12

/plugin/quiz/
H A Dclass_quiz.php348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
/plugin/recommend/
H A Daction.php99 if (utf8_strlen($lookup) < 3) {
/plugin/ruby/
H A Dsyntax.php49 if (utf8_strlen($this->getConf('parentheses')) > 1) {
/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/siteexport/renderer/
H A Dpdf.php78 …} else if ($this->info['forceTOC'] || $this->meta['forceTOC'] || (utf8_strlen(strip_tags($this->do…
/plugin/spellcheck/
H A Dspellcheck.php92 $result .= str_pad('',utf8_strlen($string),' ');
181 $len = utf8_strlen($word);
/plugin/sphinxsearch-was/
H A Dfunctions.php412 $max = $max - utf8_strlen($keep);
414 $len = utf8_strlen($short);
/plugin/sphinxsearch/
H A Dfunctions.php419 $max = $max - utf8_strlen($keep);
421 $len = utf8_strlen($short);
/plugin/structgroup/types/
H A DGroup.php65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();

12