Home
last modified time | relevance | path

Searched refs:setCharset (Results 1 – 15 of 15) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabase.php60 public function setCharset($charset) function in Google\\Service\\SQLAdmin\\Database
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php107 public function setCharset($charset) function in Sabre\\VObject\\Parser\\MimeDir
/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php46 $parser->setCharset($charset);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php39 public function setCharset($charset) function in Assetic\\Filter\\Yui\\BaseCompressorFilter
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php43 public function setCharset($charset) function in Assetic\\Filter\\CssEmbedFilter
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php839 public function setCharset($charset) function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php110 $twig->setCharset('ISO-8859-1');
126 $twig->setCharset('ISO-8859-1');
/plugin/swiftmail/Swift/
H A DMessage.php92 $this->setCharset($charset);
112 if (Swift_Message_Encoder::instance()->isUTF8($body)) $this->setCharset("utf-8");
113 else $this->setCharset("iso-8859-1");
383 public function setCharset($charset) function in Swift_Message
775 $this->setCharset("utf-8");
779 $this->setCharset("us-ascii");
782 else $this->setCharset("iso-8859-1");
792 if ($this->getCharset() !== null) $this->setCharset(null);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php127 $this->setCharset("utf-8");
136 $this->setCharset("utf-8");
210 public function setCharset($charset) function in Swift_Message_Headers
286 …his->getCharset() && Swift_Message_Encoder::instance()->isUTF8($value)) $this->setCharset("utf-8");
371 if (!$this->getCharset()) $this->setCharset("iso-8859-1");
H A DPart.php35 $this->setCharset($charset);
44 …if (is_string($data) && Swift_Message_Encoder::instance()->isUTF8($data)) $this->setCharset("utf-8…
45 else $this->setCharset("iso-8859-1"); //The likely encoding
77 public function setCharset($charset) function in Swift_Message_Part
119 $this->setCharset("utf-8");
123 $this->setCharset("us-ascii");
126 else $this->setCharset("iso-8859-1");
130 $this->setCharset(null);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php107 function setCharset($charset) { function in Sabre\\VObject\\Parser\\MimeDir
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php45 $parser->setCharset($charset);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DMimeDirTest.php31 $mimeDir->setCharset('ISO-8859-1');
92 $mimeDir->setCharset('foobar');
123 $mimeDir->setCharset('Windows-1252');