/plugin/hyphenation/phpHyphenation/ |
D | hyphenation.php | 34 $array[] = mb_substr($string, 0, 1, 'utf-8'); 35 $string = mb_substr($string, 1, $strlen, 'utf-8'); 83 if(isset($GLOBALS["patterns"][mb_substr($text_word, $position, $win)])) { 84 $pattern = $GLOBALS["patterns"][mb_substr($text_word, $position, $win)]; 118 $char = mb_substr($text, $i, 1); 125 …$tag_name = (mb_strpos($tag, " ")) ? mb_substr($tag, 1, mb_strpos($tag, " ") - 1) : mb_substr($tag…
|
D | phpHyphenation.class.php | 165 $char = mb_substr($text, $i, 1); 184 $tagName = mb_substr($tag, 1, $tagSep-1); 189 …} elseif ($tagJump == 0 || mb_strtolower(mb_substr($tag, -mb_strlen($tagName)-3)) == '</'.mb_strto… 226 if (isset($this->patterns[mb_substr($text_word, $position, $win)])) { 227 $pattern = $this->patterns[mb_substr($text_word, $position, $win)];
|
/plugin/structrowcolor/ |
D | struct.php | 138 $rest = mb_substr($renderer->doc, 0, $rowstart); 139 $row = mb_substr($renderer->doc, $rowstart); 142 if (mb_substr($row, 0, 3) != '<tr') return; 144 $tr_tag = mb_substr($row, 0, 3); 145 $tr_rest = mb_substr($row, 3);
|
/plugin/structcondstyle/ |
D | action.php | 279 $rest = mb_substr($renderer->doc, 0, $rowstart); 280 $row = mb_substr($renderer->doc, $rowstart); 283 if (mb_substr($row, 0, 3) != '<tr') return; 285 $tr_tag = mb_substr($row, 0, 3); 286 $tr_rest = mb_substr($row, 3);
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
D | Text.php | 50 return rtrim(mb_substr($value, 0, $length, $env->getCharset())).$separator; 68 $sentences[] = mb_substr($piece, 0, $length, $env->getCharset()); 69 $piece = mb_substr($piece, $length, 2048, $env->getCharset());
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
D | Ustring.php | 282 $handle .= mb_substr($piece, 0, $difference - mb_strlen($handle)); 333 $delimiter = mb_substr($pattern, 0, 1); 334 $options = mb_substr( 377 $offset = strlen(mb_substr($this->_string, 0, $offset)); 639 return mb_substr($this->_string, $this->computeOffset($offset), 1); 655 $head = mb_substr($this->_string, 0, $offset); 658 $tail = mb_substr($this->_string, $offset + 1); 695 $this->_string = mb_substr($this->_string, $start, $length); 769 mb_substr($this->_string, 0, 1)
|
/plugin/aichat/vendor/vanderlee/php-sentence/src/ |
D | Sentence.php | 276 $last_is_abbreviation = mb_substr(Multibyte::trim($fragment), -1) === '.'; 344 $first = mb_substr($statement, 0, 1); 349 && mb_substr($statement, 1, 1) === ' ' 350 && ctype_lower(mb_substr($statement, 2, 1)) === true 388 $previous_word_ending = mb_substr($short, -1);
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 551 $haystack = self::mb_substr($haystack, 0, $offset, $encoding); 555 $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); 603 $result[] = mb_substr($string, $i, $split_length, $encoding); 637 public static function mb_substr($s, $start, $length = null, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 686 $needle = self::mb_substr($needle, 0, 1, $encoding); 695 $needle = self::mb_substr($needle, 0, 1, $encoding); 863 …return self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding).… 865 …return $string.self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $en… 870 …return self::mb_substr(str_repeat($pad_string, $leftPaddingLength), 0, $leftPaddingLength, $encodi… 880 return self::mb_substr($haystack, 0, $pos, $encoding); [all …]
|
H A D | bootstrap.php | 76 …function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::m… function
|
/plugin/zwidoku/ |
H A D | Html2Text.php | 428 if (mb_substr($link, 0, 1) != '/') { 519 $body = mb_substr($text, $start + $taglen - $diff, $len); 533 $text = mb_substr($text, 0, $start - $diff) 535 . mb_substr($text, $end + mb_strlen($m[0]) - $diff); 653 $chr = mb_substr($str, $i, 1);
|
/plugin/ifauthex/lib/ |
D | exceptions.php | 15 $message .= mb_substr($text, $position, 4); 87 …$message .= mb_substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstan… 112 …$message .= mb_substr($firstTokenInstance->text(), max(0, $firstTokenInstance->position() - 3), $f…
|
D | tokenizer.php | 27 $textPiece = mb_substr($text, $position); 123 return mb_substr($this->_text, $this->position(), $this->length());
|
/plugin/src/ |
D | syntax.php | 190 $haystack = mb_substr($haystack, 0, $pos) . $replacement 191 . mb_substr($haystack, $pos + $needle_len); 208 $url = mb_substr($url, 0, $pos);
|
/plugin/yuriigantt/ |
D | syntax.php | 80 $data = mb_substr($match, mb_strpos($match, "\n") + 1); 81 $data = mb_substr($data, 0, mb_strrpos($data, "\n"));
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | DirectWrite.php | 78 $c = mb_substr($s, $i, 1, $this->mpdf->mb_enc); 83 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mpdf->mb_enc)); 127 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mpdf->mb_enc)); 130 $tmp = rtrim(mb_substr($s, $j, $sep - $j, $this->mpdf->mb_enc)); 272 $tmp = mb_substr($s, $j, $i - $j, $this->mpdf->mb_enc); 317 $c = mb_substr($text, $i, 1, $this->mpdf->mb_enc); 399 $c = mb_substr($text, $i, 1, $this->mpdf->mb_enc);
|
D | Hyphenator.php | 125 if (isset($this->patterns[mb_substr($text_word, $position, $win, 'UTF-8')])) { 126 $pattern = $this->patterns[mb_substr($text_word, $position, $win, 'UTF-8')];
|
/plugin/bb4dw/ |
D | syntax.php | 144 $groupby = mb_substr($entry->getLastName($_authors[0]), 0, 1); 147 $groupby = mb_substr($entry->getTitle(), 0, 1);
|
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
D | Binary.php | 78 return \mb_substr($str, $start, $length, '8bit');
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/ |
D | Exporter.php | 109 $string = mb_substr($string, 0, 30) . '...' . mb_substr($string, -7);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
D | slice.rst | 44 `mb_substr`_ for strings with a fallback to `substr`_. 70 .. _`mb_substr` : https://secure.php.net/mb-substr target
|
/plugin/judge/helper/ |
D | numbers.php | 16 $digits[$i] = $this->ordutf8(mb_substr($number, $i, 1, "UTF-8"));
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
D | FlowdockFormatter.php | 101 $message = mb_substr($message, 0, $maxLength - 4, 'UTF-8') . ' ...';
|
/plugin/pubmed2020/classes/ |
D | pubmed2020.php | 338 $surname .= mb_substr($w,0,1,'UTF-8'); 613 mb_substr($t, 0, -1); 701 mb_substr($t, 0, -1); 866 return $p[0]."-".mb_substr($p[1], $i);
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/ |
D | NgramParser.php | 122 $tmp = &$tokens[$i][\mb_substr($word, $j, $i)];
|
/plugin/authhiorgserver/ |
D | auth.php | 120 if(mb_substr( $daten ,0,2) != "OK") { 123 $daten = unserialize(base64_decode(mb_substr( $daten , 3)));
|