/plugin/accscounter/ |
H A D | action.php | 95 $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 D | admin.php | 101 $length = utf8_strlen($conf['metadir'] . '/_accscounter/'); 107 … $page = utf8_substr($islogfile, 0, utf8_strlen($islogfile) - utf8_strlen('.number'));
|
/plugin/asiansearch/ |
H A D | action.php | 138 $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 D | utf8_strlen.php | 13 function utf8_strlen($str) { function
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 151 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 D | spellcheck.php | 92 $result .= str_pad('',utf8_strlen($string),' '); 181 $len = utf8_strlen($word);
|
/plugin/qc/ |
H A D | renderer.php |
|
/plugin/ruby/ |
H A D | syntax.php | 49 if (utf8_strlen($this->getConf('parentheses')) > 1) {
|
/plugin/structgroup/types/ |
H A D | Group.php | 65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
|
/plugin/bibtex/OSBib/ |
H A D | UTF8.php | 274 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 D | syntax.php | 208 $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 D | noflood.class.php | 61 $flood_nbchar += utf8_strlen($param);
|
/plugin/nodetailsxhtml/ |
H A D | renderer.php | 98 } 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 D | functions.php | 412 $max = $max - utf8_strlen($keep); 414 $len = utf8_strlen($short);
|
/plugin/sphinxsearch/ |
H A D | functions.php | 419 $max = $max - utf8_strlen($keep); 421 $len = utf8_strlen($short);
|
/plugin/bez/struct/ |
H A D | BezType.php | 115 if(utf8_strlen($lookup) < 1) return array();
|
/plugin/semanticdata/syntax/ |
H A D | entry.php | 319 $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 D | entry.php | 462 $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 D | inverse.php | 720 $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 D | action.php | 99 if (utf8_strlen($lookup) < 3) {
|
/plugin/data/syntax/ |
H A D | entry.php | 132 'len' => strlen($match) // not utf8_strlen
|
/plugin/markdownextra/ |
H A D | markdown.php | 1639 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 D | admin.php | 260 if (utf8_strlen($abstract) > 160) {
|
/plugin/linkback/ |
H A D | admin.php | 207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 78 …} else if ($this->info['forceTOC'] || $this->meta['forceTOC'] || (utf8_strlen(strip_tags($this->do…
|