Home
last modified time | relevance | path

Searched refs:charset (Results 1 – 25 of 216) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php370 if ('UTF-8' !== $charset) {
378 if ('UTF-8' !== $charset) {
889 if ('UTF-8' !== $charset) {
897 if ('UTF-8' !== $charset) {
1020 if (null === $charset) {
1021 $charset = $env->getCharset();
1067 if ('UTF-8' !== $charset) {
1077 if ('UTF-8' !== $charset) {
1084 if ('UTF-8' !== $charset) {
1094 if ('UTF-8' !== $charset) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php22 protected $charset; variable in Twig\\Markup
24 public function __construct($content, $charset) argument
27 $this->charset = $charset;
37 …return \function_exists('mb_get_info') ? mb_strlen($this->content, $this->charset) : \strlen($this…
/plugin/swiftmail/Swift/Message/
H A DPart.php29 public function __construct($data=null, $type="text/plain", $encoding=null, $charset=null) argument
35 $this->setCharset($charset);
41 if ($charset === null)
77 public function setCharset($charset) argument
79 $this->headers->setAttribute("Content-Type", "charset", $charset);
80 …if (($this->getEncoding() == "7bit") && (strtolower($charset) == "utf-8" || strtolower($charset) =…
H A DHeaders.php36 protected $charset = false; variable in Swift_Message_Headers
210 public function setCharset($charset) argument
212 $this->charset = (string) $charset;
220 return $this->charset;
503 …$encoded = Swift_Message_Encoder::instance()->rfc2047Encode($att_value, $this->charset, $this->lan…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php29 private $charset; variable in Assetic\\Filter\\Yui\\BaseCompressorFilter
39 public function setCharset($charset) argument
41 $this->charset = $charset;
81 if (null !== $this->charset) {
82 $pb->add('--charset')->add($this->charset);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabase.php25 public $charset; variable in Google\\Service\\SQLAdmin\\Database
60 public function setCharset($charset) argument
62 $this->charset = $charset;
69 return $this->charset;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php29 private $charset; variable in Assetic\\Filter\\CssEmbedFilter
43 public function setCharset($charset) argument
45 $this->charset = $charset;
90 if (null !== $this->charset) {
91 $pb->add('--charset')->add($this->charset);
/plugin/jquery-syntax/
H A Daction.php35 'charset' => 'utf-8',
46 'charset' => 'utf-8',
52 'charset' => 'utf-8',
59 'charset' => 'utf-8',
/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/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php53 protected $charset = 'UTF-8'; variable in Sabre\\VObject\\Parser\\MimeDir
105 * @param string $charset
107 function setCharset($charset) { argument
109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
112 $this->charset = $charset;
462 $charset = $this->charset;
465 $charset = (string)$propObj['CHARSET'];
467 switch ($charset) {
474 $property['value'] = mb_convert_encoding($property['value'], 'UTF-8', $charset);
/plugin/scrape/
H A Dsyntax.php99 [$mime, $charset] = sexplode(';', $http->resp_headers['content-type'], 2);
101 $charset = trim(strtolower($charset));
102 $charset = preg_replace('/charset *= */', '', $charset);
108 if ($charset != 'utf-8') {
H A DphpQuery-onefile.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst8 another. The first argument is the expected output charset and the second one
9 is the input charset:
24 * ``to``: The output charset
25 * ``from``: The input 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/icalevents/vendor/sabre/vobject/lib/
H A DReader.php39 * @param string $charset
42 static function read($data, $options = 0, $charset = 'UTF-8') { argument
45 $parser->setCharset($charset);
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jar ... byte[] content private final java.nio.charset.Charset charset public void <init> (java ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jar ... byte[] content private final java.nio.charset.Charset charset public void <init> (java ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument
54 (charset ? " charset='"+ charset +"'" : "") +
67 if (charset) {
68 script.setAttribute("charset", charset);
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument
54 (charset ? " charset='"+ charset +"'" : "") +
67 if (charset) {
68 script.setAttribute("charset", charset);
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt18 Content-type: text/javascript; charset=...
21 The charset is always set equal to the base backend charset.
25 Content-type: text/plain; charset=...
28 The charset may be UTF-8 (of the backend supports JSON conversion
29 functions) or the base backend charset. We have to use text/plain
34 Content-type: text/html; charset=...
40 The charset is always set equal to the base backend charset. Note
44 (Note that you may always use a fixed charset in your backends,
/plugin/admnote/
H A Dstyle.css11 …--adm-abstract-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" …
12 …--adm-bug-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewB…
13 …--adm-danger-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" vi…
14 …--adm-example-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" v…
15 …--adm-failure-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" v…
16 …--adm-information-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/sv…
17 …--adm-note-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" view…
18 …--adm-question-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" …
19 …--adm-quote-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" vie…
20 …--adm-achievement-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/sv…
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1683 $charset = null;
1689 $charset = $matches[1];
1693 . $charset
1699 if (empty($charset)) {
1737 if (empty($charset)) {
1740 $charset = $meta->charset;
1747 if (empty($charset)) {
1781 $charset = $encoding;
1789 if (empty($charset)) {
1791 $charset = 'UTF-8';
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php74 $this->charset =& $css->charset;
141 if (!empty($this->charset)) {
142 $output .= $template[0].'@charset '.$template[5].$this->charset.$template[6];

123456789