/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | EscaperExtension.php | 166 * @param string $charset The charset 208 if (null === $charset) { 209 $charset = $env->getCharset(); 242 $htmlspecialcharsCharsets[$charset] = true; 250 return iconv('UTF-8', $charset, $string); 255 if ('UTF-8' !== $charset) { 299 if ('UTF-8' !== $charset) { 306 if ('UTF-8' !== $charset) { 320 if ('UTF-8' !== $charset) { 327 if ('UTF-8' !== $charset) { [all …]
|
H A D | CoreExtension.php | 412 $charset = $env->getCharset(); 414 if ('UTF-8' !== $charset) { 422 if ('UTF-8' !== $charset) { 890 $charset = $env->getCharset(); 892 if ('UTF-8' !== $charset) { 893 $item = twig_convert_encoding($string, 'UTF-8', $charset); 900 if ('UTF-8' !== $charset) { 1077 if (null !== $charset = $env->getCharset()) { 1078 return mb_convert_case($string, \MB_CASE_TITLE, $charset); 1093 $charset = $env->getCharset(); [all …]
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | Markup.php | 22 private $charset; variable in Twig\\Markup 24 public function __construct($content, $charset) argument 27 $this->charset = $charset; 40 return mb_strlen($this->content, $this->charset);
|
H A D | Environment.php | 48 private $charset; variable in Twig\\Environment 622 * @param string $charset The default charset 624 public function setCharset($charset) argument 626 if ('UTF8' === $charset = null === $charset ? null : strtoupper($charset)) { 628 $charset = 'UTF-8'; 631 $this->charset = $charset; 641 return $this->charset;
|
/template/twigstarter/vendor/twig/twig/doc/filters/ |
H A D | convert_encoding.rst | 5 another. The first argument is the expected output charset and the second one 6 is the input charset: 19 * ``to``: The output charset 20 * ``from``: The input charset
|
H A D | escape.rst | 104 string to escape, and the charset. 115 * ``charset``: The string charset
|
H A D | data_uri.rst | 24 {{ '<b>foobar</b>'|data_uri(mime="text/html", parameters={charset: "ascii"}) }}
|
/template/bootstrap3/inc/ |
H A D | simple_html_dom.php | 1671 $charset = null; 1677 $charset = $matches[1]; 1681 . $charset 1687 if (empty($charset)) { 1725 if (empty($charset)) { 1728 $charset = $meta->charset; 1735 if (empty($charset)) { 1769 $charset = $encoding; 1777 if (empty($charset)) { 1779 $charset = 'UTF-8'; [all …]
|
/template/mikio/inc/ |
H A D | simple_html_dom.php | 1677 $charset = null; 1683 $charset = $matches[1]; 1687 . $charset 1693 if (empty($charset)) { 1731 if (empty($charset)) { 1734 $charset = $meta->charset; 1741 if (empty($charset)) { 1775 $charset = $encoding; 1783 if (empty($charset)) { 1785 $charset = 'UTF-8'; [all …]
|
/template/bootstrap3/ |
H A D | .editorconfig | 9 charset = utf-8
|
/template/typowiki/scss/ |
H A D | typoUI.scss | 1 @charset 'utf-8';
|
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 25 …string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbs… argument
|
H A D | bootstrap80.php | 21 …charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): s… argument
|
H A D | Mbstring.php | 135 …public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefe… argument
|
/template/breeze/bower_components/gumby/sass/ |
H A D | gumby.scss | 19 @charset "UTF-8";
|
/template/breeze/sass/ |
H A D | gumby.scss | 19 @charset "UTF-8";
|
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/ |
H A D | _math.scss | 3 @charset "UTF-8";
|
/template/notes/css/ |
H A D | .rss.xsl.swp | 7 …m-scale=1"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> …
|
/template/starterpjax/ |
H A D | main.php.withTime | 24 <meta charset="UTF-8" />
|
H A D | README.md | 104 'type'=> 'text/javascript', 'charset'=> 'utf-8', '_data'=> '',
|
/template/bushwick/fonts/ |
H A D | genericons.css | 19 …src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACs4AA4AAAAARowAAQAAAAAAAAAAA…
|
/template/twentyfifteen/css/ |
H A D | genericons.less | 15 …url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAADDwABAAAAAAUuAAAQAAAAAAAAAAAAA…
|
/template/twigstarter/vendor/twig/twig/doc/ |
H A D | api.rst | 86 * ``charset`` *string* (defaults to ``utf-8``) 88 The charset used by the templates.
|
/template/writr/css/ |
H A D | genericons.less | 20 …src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAADgYAA0AAAAAWDAAAAAAAAAAAAAAA…
|
/template/fictive/genericons/ |
H A D | genericons.css | 19 …src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAENIABEAAAAAatQAAQAAAAAAAAAAA…
|