Home
last modified time | relevance | path

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

12

/plugin/partialsearch/
H A Daction.php85 $snippet = utf8_substr($text, 0, 250);
/plugin/passpolicy/
H A Dhelper.php207 $chunk = utf8_substr($pass, $i, $this->usernamecheck + 1);
/plugin/quiz/
H A Dclass_quiz.php348 $pageName = utf8_substr($page, $pos+1, utf8_strlen($page));
/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/sphinxsearch-was/
H A Dfunctions.php417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
/plugin/sphinxsearch/
H A Dfunctions.php424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/plugin/strata/helper/
H A Dsyntax.php165 return $line == '' || utf8_substr($line,0,2) == '--';
/plugin/webcomponent/syntax/
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 Dbutton.php138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
H A Dcard.php143 $match = utf8_substr($match, 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 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 Dgroup.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Dnavbar.php112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
H A Drelated.php114 $match = utf8_substr($match, strlen(self::getElementName()), -1);
H A Dsearch.php45 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
H A Dunit.php103 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);

12