Home
last modified time | relevance | path

Searched full:utf8_substr (Results 1 – 25 of 50) sorted by last modified time

12

/plugin/nspages/
H A DoptionParser.php
H A Dsyntax.php
/plugin/nspages/printers/
H A DprinterNice.php
/dokuwiki/inc/
H A Dutf8.php98 if (!function_exists('utf8_substr')) {
100 function utf8_substr($str, $offset, $length = null)
99 function utf8_substr($str, $offset, $length = null) global() function
/plugin/linkback/
H A Dadmin.php207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
/plugin/blogtng/helper/
H A Dentry.php505 $abstract = utf8_substr($this->entry['abstract'], 0, $len).'…';
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php164 if(!function_exists('utf8_substr')){
178 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/discussion/
H A Dadmin.php261 $abstract = utf8_substr($abstract, 0, 160).'...';
/plugin/catlist/
H A Dsyntax.php
/plugin/passpolicy/
H A Dhelper.php207 $chunk = utf8_substr($pass, $i, $this->usernamecheck + 1);
/plugin/strata/helper/
H A Dsyntax.php165 return $line == '' || utf8_substr($line,0,2) == '--';
/plugin/abstract/
H A Dsyntax.php63 $renderer->doc = utf8_substr($renderer->doc, 0, 500).'…';
/plugin/accscounter/
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'));
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;
/plugin/amazon/
H A Dsyntax.php386 $string = utf8_substr($string,0,$maxlen - 3);
/plugin/minimap/
H A Dsyntax.php71 $match = utf8_substr($match, 8, -1); //9 = strlen("<minimap")
/plugin/webcomponent/syntax/
H A Dbutton.php138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
H A Dcard.php143 $match = utf8_substr($match, 1, -1);
H A Dcollapse.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Dcontainer.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Ddropdown.php129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
H A Dcardcolumns.php114 $match = utf8_substr($match, 1, -1);
H A Dcite.php48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Dgroup.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);

12