| /plugin/accscounter/ |
| 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'] . '/');
|
| D | admin.php | 101 $length = utf8_strlen($conf['metadir'] . '/_accscounter/'); 107 … $page = utf8_substr($islogfile, 0, utf8_strlen($islogfile) - utf8_strlen('.number'));
|
| /plugin/asiansearch/ |
| D | action.php | 138 $len = utf8_strlen($text); 160 $utf8_idx = utf8_strlen(substr($text,0,$idx)); 161 $utf8_len = utf8_strlen($str);
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| 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/freechat/phpfreechat/lib/utf8/ |
| D | utf8_strlen.php | 13 function utf8_strlen($str) { function
|
| /plugin/spellcheck/ |
| D | spellcheck.php | 92 $result .= str_pad('',utf8_strlen($string),' '); 181 $len = utf8_strlen($word);
|
| /plugin/ruby/ |
| D | syntax.php | 49 if (utf8_strlen($this->getConf('parentheses')) > 1) {
|
| /plugin/structgroup8/types/ |
| D | Group.php | 65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
|
| /plugin/structgroup/types/ |
| D | Group.php | 65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
|
| /plugin/bibtex/OSBib/ |
| 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/ |
| D | syntax.php | 208 $pageName = utf8_substr($tmpData, $pos+1, utf8_strlen($tmpData)); 216 $pageName = utf8_substr($tmpData, $pos+1, utf8_strlen($tmpData));
|
| /plugin/nodetailsxhtml/ |
| D | renderer.php | 98 …} else if ( $forceToc || ($this->utf8_strlen(strip_tags($this->doc)) >= $this->getConf('documentle… 114 private function utf8_strlen( $input ) { function in renderer_plugin_nodetailsxhtml 118 return utf8_strlen( $input );
|
| /plugin/freechat/phpfreechat/src/proxies/ |
| D | noflood.class.php | 61 $flood_nbchar += utf8_strlen($param);
|
| /plugin/sphinxsearch-was/ |
| H A D | functions.php | 412 $max = $max - utf8_strlen($keep); 414 $len = utf8_strlen($short);
|
| /plugin/sphinxsearch/ |
| D | functions.php | 419 $max = $max - utf8_strlen($keep); 421 $len = utf8_strlen($short);
|
| /plugin/semanticdata/syntax/ |
| 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/bez/struct/ |
| H A D | BezType.php | 115 if(utf8_strlen($lookup) < 1) return array();
|
| /plugin/data-au/syntax/ |
| 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/ |
| 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/ |
| D | action.php | 99 if (utf8_strlen($lookup) < 3) {
|
| /plugin/markdownextra/ |
| 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/linkback/ |
| D | admin.php | 207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
|
| /plugin/siteexport/renderer/ |
| D | pdf.php | 78 …} else if ($this->info['forceTOC'] || $this->meta['forceTOC'] || (utf8_strlen(strip_tags($this->do…
|
| /plugin/quiz/ |
| D | class_quiz.php | 348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
|
| /plugin/bibtex/OSBib/format/ |
| D | README.txt | 101 UTF8::utf8_strlen() 102 $length = $utf8->utf8_strlen(STRING: $utf8String);
|