Searched refs:mb_strrpos (Results 1 – 7 of 7) sorted by relevance
| /plugin/accscounter/ |
| D | action.php | 100 … if (utf8_substr($islogfile, mb_strrpos($islogfile, '.') + 1) != 'accscounternm') continue; 137 … if (utf8_substr($islogfile, mb_strrpos($islogfile, '.') + 1) != 'accscounternm') continue;
|
| D | admin.php | 106 if (utf8_substr($islogfile, mb_strrpos($islogfile, '.') + 1) != 'number') continue;
|
| /plugin/yuriigantt/ |
| D | syntax.php | 81 $data = mb_substr($data, 0, mb_strrpos($data, "\n"));
|
| /plugin/combo/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 94 …function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… function
|
| H A D | bootstrap80.php | 90 …function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null… function
|
| H A D | Mbstring.php | 539 public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring 709 return self::mb_strrpos($haystack, $needle, $offset, $encoding);
|
| /plugin/src/ |
| D | syntax.php | 207 $pos = mb_strrpos($url, '/');
|