Home
last modified time | relevance | path

Searched refs:utf8_substr (Results 1 – 25 of 46) sorted by path

12

/plugin/abstract/
H A Dsyntax.php63 $renderer->doc = utf8_substr($renderer->doc, 0, 500).'…';
/plugin/accscounter/
H A Daction.php97 $islogfile = utf8_substr($filename, $length);
100 … if (utf8_substr($islogfile, mb_strrpos($islogfile, '.') + 1) != 'accscounternm') continue;
102 … $page = utf8_substr($islogfile, 0, utf8_strlen($islogfile) - utf8_strlen('.accscounternm'));
135 $islogfile = utf8_substr($filename, $length);
137 … if (utf8_substr($islogfile, mb_strrpos($islogfile, '.') + 1) != 'accscounternm') continue;
H A Dadmin.php103 $islogfile = utf8_substr($filename, $length);
106 if (utf8_substr($islogfile, mb_strrpos($islogfile, '.') + 1) != 'number') continue;
107 … $page = utf8_substr($islogfile, 0, utf8_strlen($islogfile) - utf8_strlen('.number'));
/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));
244 $firstLetter = utf8_deaccent(utf8_strtolower(utf8_substr($pageName, 0, 1)));
/plugin/asiansearch/
H A Daction.php190 $snippets[count($snippets)-1] .= utf8_substr($text,$append,$end-$append);
192 $snippets[] = utf8_substr($text,$start,$end-$start);
201 $offset = $idx + strlen(utf8_substr($text,$utf8_idx,$post));
/plugin/bibtex/OSBib/
H A DUTF8.php258 function utf8_substr($str, $start, $length=null){ function in UTF8
273 $fc = $this->utf8_substr($str, 0, 1);
274 return $this->utf8_strtoupper($fc) . $this->utf8_substr($str, 1, $this->utf8_strlen($str));
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php879 … $firstNameInitialMake .= $this->utf8->utf8_strtoupper($this->utf8->utf8_substr($nameparts, 0, 1));
884 $initials[] = $this->utf8->utf8_strtoupper($this->utf8->utf8_substr(trim($name), 0, 1));
H A DREADME.txt93 UTF8::utf8_substr()
/plugin/blogtng/helper/
H A Dentry.php505 $abstract = utf8_substr($this->entry['abstract'], 0, $len).'…';
/plugin/catlist/
H A Dsyntax.php
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php178 function utf8_substr($str, $offset, $length = null) { function
286 if($start>0) $ret .= utf8_substr($string, 0, $start);
288 $ret .= utf8_substr($string, $start+$length);
/plugin/command/ext/
H A Dabstract.php28 $content = utf8_substr($content, 0, $len).'…';
/plugin/discussion/
H A Dadmin.php261 $abstract = utf8_substr($abstract, 0, 160).'...';
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_substr.php18 function utf8_substr($str,$start,$len=null) { function
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1162 $nickname = (string)utf8_substr($nickname, 0, $this->max_nick_len);
H A Dphpfreechat.class.php144 $nickname = utf8_substr($nickname, 0, $c->max_nick_len);
187 $msg = utf8_substr($msg, 0, $c->max_text_len+25);
189 $msg = utf8_substr($msg, 0, $c->max_text_len);
/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
/plugin/hiddenswitch/
H A Dsyntax.php26 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
/plugin/hidepages/
H A Dsyntax.php35 $param = utf8_substr($match, 11, -2);
/plugin/linkback/
H A Dadmin.php207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
/plugin/minimap/
H A Dsyntax.php71 $match = utf8_substr($match, 8, -1); //9 = strlen("<minimap")
/plugin/nspages/
H A DoptionParser.php
H A Dsyntax.php
/plugin/nspages/printers/
H A DprinterNice.php
/plugin/owncloud/
H A Daction.php251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);

12