Home
last modified time | relevance | path

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

12

/plugin/webcomponent/syntax/
H A Drelated.php114 $match = utf8_substr($match, strlen(self::getElementName()), -1);
H A Dunit.php103 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
H A Dblockquote.php124 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Dbrand.php48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Dnavbar.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Dsearch.php45 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
/plugin/sphinxsearch-was/
H A Dfunctions.php417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
/plugin/ruby/
H A Dsyntax.php51 $rp[0] = utf8_substr($this->getConf('parentheses'), 0, 1);
52 $rp[1] = utf8_substr($this->getConf('parentheses'), 1, 1);
/plugin/partialsearch/
H A Daction.php85 $snippet = utf8_substr($text, 0, 250);
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_substr.php17 if (!function_exists('utf8_substr')) {
18 function utf8_substr($str,$start,$len=null) { function
/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);
H A Dphpfreechat.class.php27 require_once dirname(__FILE__).'/../lib/utf8/utf8_substr.php';
144 $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/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…
/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/hidepages/
H A Dsyntax.php35 $param = utf8_substr($match, 11, -2);
/plugin/hiddenswitch/
H A Dsyntax.php26 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
/plugin/sphinxsearch/
H A Dfunctions.php424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/plugin/owncloud/
H A Daction.php251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
/plugin/command/ext/
H A Dabstract.php28 $content = utf8_substr($content, 0, $len).'…';
/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/quiz/
H A Dclass_quiz.php348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
/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/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/docs/
H A Dosbib.html120 <td><p class="style3"><code><span class="style9">UTF8::utf8_substr()</span><br>

12