Home
last modified time | relevance | path

Searched defs:charset (Results 1 – 6 of 6) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DMarkup.php22 private $charset; variable in Twig\\Markup
24 public function __construct($content, $charset)
H A DEnvironment.php48 private $charset; variable in Twig\\Environment
623 public function setCharset($charset)
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DEscaperExtension.php171 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes…
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php21 …function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding… argument
H A Dbootstrap.php25 …function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\…
H A DMbstring.php136 …public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefe…