/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 64 …function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strp… argument 79 …function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… argument 82 …function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstr… argument 85 …function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstr… argument 88 …function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbst… argument 91 …function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_st… argument 94 …function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str… argument 97 …function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstri… argument 109 …function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_coun… argument
|
H A D | Mbstring.php | 498 return strpos($haystack, $needle, $offset); 527 $haystack = self::mb_substr($haystack, 0, $offset, $encoding); 531 $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); 537 : self::mb_strlen($haystack, $encoding); 640 $haystack = self::mb_convert_case($haystack, self::MB_CASE_FOLD, $encoding); 657 $pos = strrpos($haystack, $needle); 676 $haystack = self::mb_convert_case($haystack, self::MB_CASE_FOLD, $encoding); 684 $pos = strpos($haystack, $needle); 689 return substr($haystack, 0, $pos); 692 return substr($haystack, $pos); [all …]
|
H A D | bootstrap80.php | 60 …s(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { ret… argument 75 …(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { retu… argument 78 …g $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|fals… argument 81 …g $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|fals… argument 84 … $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false… argument 87 …(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { retu… argument 90 …(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { retu… argument 93 …g $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|fals… argument 105 …bstr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring:… argument
|
/template/strap/class/ |
H A D | TplUtility.php | 1207 $haystack = $scriptData["_data"]; 1209 $haystack = $scriptData["src"]; 1211 if (preg_match("/$scriptToDelete/i", $haystack)) {
|