Home
last modified time | relevance | path

Searched full:utf8_strlen (Results 1 – 25 of 34) sorted by relevance

12

/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_strlen.php12 if (!function_exists('utf8_strlen')) {
13 function utf8_strlen($str) { function
/plugin/accscounter/
H A Daction.php95 $length = utf8_strlen($conf['metadir'] . '/');
102 … $page = utf8_substr($islogfile, 0, utf8_strlen($islogfile) - utf8_strlen('.accscounternm'));
133 $length = utf8_strlen($conf['metadir'] . '/');
H A Dadmin.php101 $length = utf8_strlen($conf['metadir'] . '/_accscounter/');
107 … $page = utf8_substr($islogfile, 0, utf8_strlen($islogfile) - utf8_strlen('.number'));
/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/freechat/phpfreechat/src/proxies/
H A Dnoflood.class.php25 require_once dirname(__FILE__)."/../../lib/utf8/utf8_strlen.php";
61 $flood_nbchar += utf8_strlen($param);
/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/structgroup/types/
H A DGroup.php65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
/plugin/ruby/
H A Dsyntax.php49 if (utf8_strlen($this->getConf('parentheses')) > 1) {
/plugin/qc/
H A Drenderer.php
/plugin/data-au/syntax/
H A Dentry.php114 ); // not utf8_strlen
462 $len = max($len, utf8_strlen($nudataau[count($nudataau) - 1][0]));
467 $ret .= $field[0] . str_repeat(' ', $len + 1 - utf8_strlen($field[0])) . ': ';
/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/spellcheck/
H A Dspellcheck.php92 $result .= str_pad('',utf8_strlen($string),' ');
181 $len = utf8_strlen($word);
/dokuwiki/inc/
H A Dutf8.php89 if (!function_exists('utf8_strlen')) {
91 function utf8_strlen($str)
90 function utf8_strlen($str) global() function
/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/edittable/action/
H A Deditor.php255 // fallback deprecated utf8_strlen since 2019-06-09
256 $callable = 'utf8_strlen';
/plugin/nodetailsxhtml/
H A Drenderer.php98 } else if ( $forceToc || ($this->utf8_strlen(strip_tags($this->doc)) >= $this->getConf('documentlengthfortoc') && count($this->toc) > 1 ) ) {
114 private function utf8_strlen( $input ) { function in renderer_plugin_nodetailsxhtml
118 return utf8_strlen( $input );
/plugin/bez/struct/
H A DBezType.php115 if(utf8_strlen($lookup) < 1) return array();
/plugin/bibtex/OSBib/format/
H A DREADME.txt101 UTF8::utf8_strlen()
102 $length = $utf8->utf8_strlen(STRING: $utf8String);
/plugin/data/syntax/
H A Dentry.php132 'len' => strlen($match) // not utf8_strlen
/plugin/edittable/renderer/
H A Dinverse.php720 $diff = (utf8_strlen($cell['text']) + $cell['colspan'] +
746 $pos += utf8_strlen($cell['text']) + 1;
754 $pad = $target - utf8_strlen($cell['text']);
/plugin/recommend/
H A Daction.php99 if (utf8_strlen($lookup) < 3) {
/plugin/amazon/
H A Dsyntax.php384 if($maxlen && utf8_strlen($string) > $maxlen){
/plugin/markdownextra/
H A Dmarkdown.php1639 var $utf8_strlen = 'mb_strlen'; variable in Markdown_Parser
1656 $strlen = $this->utf8_strlen; # strlen function for UTF-8.
1673 # Check for the availability of the function in the `utf8_strlen` property
1678 if (function_exists($this->utf8_strlen)) return;
1679 $this->utf8_strlen = create_function('$text', 'return preg_match_all(
2313 $strlen = $this->utf8_strlen;
/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

12