Home
last modified time | relevance | path

Searched full:utf8_substr (Results 26 – 50 of 50) sorted by relevance

12

/plugin/webcomponent/syntax/
H A Ddropdown.php129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
H A Drelated.php114 $match = utf8_substr($match, strlen(self::getElementName()), -1);
H A Dblockquote.php124 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Dcard.php143 $match = utf8_substr($match, 1, -1);
/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/owncloud/
H A Daction.php251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
/plugin/nspages/
H A DoptionParser.php
H A Dsyntax.php
/plugin/nspages/printers/
H A DprinterNice.php
/plugin/minimap/
H A Dsyntax.php71 $match = utf8_substr($match, 8, -1); //9 = strlen("<minimap")
/plugin/amazon/
H A Dsyntax.php386 $string = utf8_substr($string,0,$maxlen - 3);
/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
/plugin/linkback/
H A Dadmin.php207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
/plugin/discussion/
H A Dadmin.php261 $abstract = utf8_substr($abstract, 0, 160).'...';
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1161 require_once dirname(__FILE__)."/../lib/utf8/utf8_substr.php";
1162 $nickname = (string)utf8_substr($nickname, 0, $this->max_nick_len);
/plugin/bibtex/OSBib/format/
H A DREADME.txt93 UTF8::utf8_substr()
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));
/plugin/quiz/
H A Dclass_quiz.php348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
/plugin/passpolicy/
H A Dhelper.php207 $chunk = utf8_substr($pass, $i, $this->usernamecheck + 1);
/plugin/bibtex/OSBib/docs/
H A Dosbib.html120 <td><p class="style3"><code><span class="style9">UTF8::utf8_substr()</span><br>
/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/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) == '--';
/plugin/freechat/phpfreechat/
H A Dcheckmd5.php562 if (md5(file_get_contents("./lib/utf8/utf8_substr.php")) == "058728815cb337c7b804f1992da3a979")
563 $files_ok[] = "<span style=\"color:#3A3\">ok - ./lib/utf8/utf8_substr.php</span>
566 …$files_ko[] = "<span style=\"color:#F33\">corrupted - ./lib/utf8/utf8_substr.php (please replace t…

12