Home
last modified time | relevance | path

Searched refs:utf8_substr (Results 26 – 46 of 46) sorted by relevance

12

/plugin/sphinxsearch/
H A Dfunctions.php424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/plugin/webcomponent/syntax/
H A Ddropdown.php129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
H A Dblockquote.php124 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Drelated.php114 $match = utf8_substr($match, strlen(self::getElementName()), -1);
H A Dcard.php143 $match = utf8_substr($match, 1, -1);
/plugin/nspages/printers/
H A DprinterNice.php
/plugin/nspages/
H A DoptionParser.php
H A Dsyntax.php
/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
/plugin/minimap/
H A Dsyntax.php71 $match = utf8_substr($match, 8, -1); //9 = strlen("<minimap")
/plugin/owncloud/
H A Daction.php251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
/plugin/discussion/
H A Dadmin.php261 $abstract = utf8_substr($abstract, 0, 160).'...';
/plugin/linkback/
H A Dadmin.php207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
/plugin/passpolicy/
H A Dhelper.php207 $chunk = utf8_substr($pass, $i, $this->usernamecheck + 1);
/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/quiz/
H A Dclass_quiz.php348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1162 $nickname = (string)utf8_substr($nickname, 0, $this->max_nick_len);
/plugin/catlist/
H A Dsyntax.php
/plugin/blogtng/helper/
H A Dentry.php505 $abstract = utf8_substr($this->entry['abstract'], 0, $len).'…';
/plugin/strata/helper/
H A Dsyntax.php165 return $line == '' || utf8_substr($line,0,2) == '--';

12