Home
last modified time | relevance | path

Searched refs:getCharset (Results 1 – 20 of 20) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php40 if (mb_strlen($value, $env->getCharset()) > $length) {
43 if (false === ($breakpoint = mb_strpos($value, ' ', $length, $env->getCharset()))) {
50 return rtrim(mb_substr($value, 0, $length, $env->getCharset())).$separator;
61 mb_regex_encoding($env->getCharset());
67 while (!$preserve && mb_strlen($piece, $env->getCharset()) > $length) {
68 $sentences[] = mb_substr($piece, 0, $length, $env->getCharset());
69 $piece = mb_substr($piece, $length, 2048, $env->getCharset());
/plugin/swiftmail/Swift/Message/
H A DHeaders.php125 if (!$this->getCharset() && Swift_Message_Encoder::instance()->isUTF8($v))
134 if (!$this->getCharset() && Swift_Message_Encoder::instance()->isUTF8($value))
218 public function getCharset() function in Swift_Message_Headers
286 …if (!$this->getCharset() && Swift_Message_Encoder::instance()->isUTF8($value)) $this->setCharset("…
371 if (!$this->getCharset()) $this->setCharset("iso-8859-1");
401 $spec = "=?" . $this->getCharset() . "?Q?"; //e.g. =?iso-8859-1?Q?
414 $spec = "=?" . $this->getCharset() . "?B?";
H A DPart.php87 public function getCharset() function in Swift_Message_Part
115 if ($this->getCharset() === null && !$this->numChildren())
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php369 if (null !== $charset = $env->getCharset()) {
685 if (\function_exists('mb_get_info') && null !== $charset = $env->getCharset()) {
786 if (!\function_exists('mb_get_info') || null === $charset = $env->getCharset()) {
886 if (null !== $charset = $env->getCharset()) {
1021 $charset = $env->getCharset();
1301 return mb_strlen($thing, $env->getCharset());
1309 return mb_strlen((string) $thing, $env->getCharset());
1332 if (null !== $charset = $env->getCharset()) {
1348 if (null !== $charset = $env->getCharset()) {
1364 if (null !== $charset = $env->getCharset()) {
[all …]
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabase.php67 public function getCharset() function in Google\\Service\\SQLAdmin\\Database
/plugin/swiftmail/Swift/
H A DMessage.php393 public function getCharset() function in Swift_Message
770 if ($this->getCharset() === null && !$this->numChildren())
792 if ($this->getCharset() !== null) $this->setCharset(null);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php264 public function getCharset() function in Mustache_Engine
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php695 return '' === $ret ? '' : new Markup($ret, $this->env->getCharset());
H A DEnvironment.php849 public function getCharset() function in Twig\\Environment
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
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/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst238 $charset = $env->getCharset();
H A Dadvanced.rst195 $charset = $env->getCharset();
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js37163 var charset = font.getCharset();
37623 getCharset: function Type1Font_getCharset() {
37827 getCharset: function CFFFont_getCharset() {
H A Dpdf.worker.js.map1getCharset","getGlyphMapping","type1FontGlyphMapping","hasGlyphId","getSeacs","getType2Charstrings…