Home
last modified time | relevance | path

Searched refs:charset (Results 176 – 200 of 216) sorted by path

123456789

/plugin/twcheckliste/
H A Drenderer.php.old44 'Content-Type' => 'text/html; charset=utf-8'
71 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/plugin/wavedrom/
H A Daction.php30 'charset' => 'utf-8',
/plugin/webdav/
H A D.editorconfig9 charset = utf-8
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1270 "text/x-vcard; charset=utf-8" for a contenttype.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md7 * #69: Sending `charset="UTF-8"` on Basic authentication challenges per
142 charset.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md144 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php54 protected $charset = 'UTF-8'; variable in Sabre\\VObject\\Parser\\MimeDir
105 * @param string $charset
107 public function setCharset($charset) argument
109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
112 $this->charset = $charset;
445 $charset = $this->charset;
448 $charset = (string) $propObj['CHARSET'];
450 switch (strtolower($charset)) {
457 $property['value'] = mb_convert_encoding($property['value'], 'UTF-8', $charset);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php39 * @param string $charset
43 public static function read($data, $options = 0, $charset = 'UTF-8') argument
46 $parser->setCharset($charset);
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample02.afp28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample03.afp28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample04.afp28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsampleposteddata.afp28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
H A Dsample02.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample03.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample04.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsampleposteddata.asp29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample01_mx.cfm30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample02.cfm30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample02_mx.cfm30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample03.cfm29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample03_mx.cfm29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample04.cfm29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

123456789