/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
H A D | Text.php | 40 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 D | Headers.php | 125 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 D | Part.php | 87 public function getCharset() function in Swift_Message_Part 115 if ($this->getCharset() === null && !$this->numChildren())
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 369 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 D | httpmime-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | httpmime-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | Database.php | 67 public function getCharset() function in Google\\Service\\SQLAdmin\\Database
|
/plugin/swiftmail/Swift/ |
H A D | Message.php | 393 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 D | Engine.php | 264 public function getCharset() function in Mustache_Engine
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Template.php | 695 return '' === $ret ? '' : new Markup($ret, $this->env->getCharset());
|
H A D | Environment.php | 849 public function getCharset() function in Twig\\Environment
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | httpcore-4.4.9.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | advanced_legacy.rst | 238 $charset = $env->getCharset();
|
H A D | advanced.rst | 195 $charset = $env->getCharset();
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 37163 var charset = font.getCharset(); 37623 getCharset: function Type1Font_getCharset() { 37827 getCharset: function CFFFont_getCharset() {
|
H A D | pdf.worker.js.map | 1 …getCharset","getGlyphMapping","type1FontGlyphMapping","hasGlyphId","getSeacs","getType2Charstrings…
|