Home
last modified time | relevance | path

Searched defs:strict (Results 1 – 4 of 4) sorted by relevance

/template/icke/
H A D.eslintrc.js7 'strict': ['error', 'function'], property in prod
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php48 …function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = …
H A Dbootstrap.php52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d…
H A DMbstring.php419 public static function mb_detect_encoding($str, $encodingList = null, $strict = false)