Home
last modified time | relevance | path

Searched refs:utf8_strlen (Results 1 – 25 of 28) sorted by relevance

12

/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/lib/utf8/
H A Dutf8_strlen.php13 function utf8_strlen($str) { function
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php151 function utf8_strlen($string) { function
215 $strlen = utf8_strlen($str); // see notes
236 if (!isset($strlen)) $strlen = utf8_strlen($str); // see notes
410 switch ( utf8_strlen($str) ) {
553 $length = utf8_strlen(substr($haystack, 0, $pos));
/plugin/spellcheck/
H A Dspellcheck.php92 $result .= str_pad('',utf8_strlen($string),' ');
181 $len = utf8_strlen($word);
/plugin/qc/
H A Drenderer.php
/plugin/ruby/
H A Dsyntax.php49 if (utf8_strlen($this->getConf('parentheses')) > 1) {
/plugin/structgroup/types/
H A DGroup.php65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
/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/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/freechat/phpfreechat/src/proxies/
H A Dnoflood.class.php61 $flood_nbchar += utf8_strlen($param);
/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/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/bez/struct/
H A DBezType.php115 if(utf8_strlen($lookup) < 1) return array();
/plugin/semanticdata/syntax/
H A Dentry.php319 $len = max($len, utf8_strlen($nudata[count($nudata) - 1][0]));
324 $ret .= $field[0] . str_repeat(' ', $len + 1 - utf8_strlen($field[0])) . ': ' .
/plugin/data-au/syntax/
H A Dentry.php462 $len = max($len, utf8_strlen($nudataau[count($nudataau) - 1][0]));
467 $ret .= $field[0] . str_repeat(' ', $len + 1 - utf8_strlen($field[0])) . ': ';
/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/data/syntax/
H A Dentry.php132 'len' => strlen($match) // not utf8_strlen
/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.
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/discussion/
H A Dadmin.php260 if (utf8_strlen($abstract) > 160) {
/plugin/linkback/
H A Dadmin.php207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
/plugin/siteexport/renderer/
H A Dpdf.php78 …} else if ($this->info['forceTOC'] || $this->meta['forceTOC'] || (utf8_strlen(strip_tags($this->do…

12