/plugin/accscounter/ |
H A D | action.php | 97 $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;
|
H A D | admin.php | 103 $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'));
|
/plugin/ruby/ |
H A D | syntax.php | 51 $rp[0] = utf8_substr($this->getConf('parentheses'), 0, 1); 52 $rp[1] = utf8_substr($this->getConf('parentheses'), 1, 1);
|
/plugin/asiansearch/ |
H A D | action.php | 190 $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/bibtex/OSBib/ |
H A D | UTF8.php | 258 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/alphaindex/ |
H A D | syntax.php | 208 $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/command/ext/ |
H A D | abstract.php | 28 $content = utf8_substr($content, 0, $len).'…';
|
/plugin/freechat/phpfreechat/lib/utf8/ |
H A D | utf8_substr.php | 18 function utf8_substr($str,$start,$len=null) { function
|
/plugin/hiddenswitch/ |
H A D | syntax.php | 26 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
|
/plugin/freechat/phpfreechat/src/ |
H A D | phpfreechat.class.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/webcomponent/syntax/ |
H A D | container.php | 112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
|
H A D | cite.php | 48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
|
H A D | cardcolumns.php | 114 $match = utf8_substr($match, 1, -1);
|
H A D | group.php | 112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
|
H A D | unit.php | 103 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
|
H A D | collapse.php | 112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
|
H A D | brand.php | 48 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
|
H A D | navbar.php | 112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
|
H A D | search.php | 45 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
|
H A D | button.php | 138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
|
/plugin/hidepages/ |
H A D | syntax.php | 35 $param = utf8_substr($match, 11, -2);
|
/plugin/abstract/ |
H A D | syntax.php | 63 $renderer->doc = utf8_substr($renderer->doc, 0, 500).'…';
|
/plugin/partialsearch/ |
H A D | action.php | 85 $snippet = utf8_substr($text, 0, 250);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | utf8.php | 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/sphinxsearch-was/ |
H A D | functions.php | 417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
|