/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 370 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 D | Markup.php | 22 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 D | Part.php | 29 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 D | Headers.php | 36 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 D | BaseCompressorFilter.php | 29 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 D | Database.php | 25 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 D | CssEmbedFilter.php | 29 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 D | action.php | 35 'charset' => 'utf-8', 46 'charset' => 'utf-8', 52 'charset' => 'utf-8', 59 'charset' => 'utf-8',
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
H A D | MimeDir.php | 54 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 D | MimeDir.php | 53 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 D | syntax.php | 99 [$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 D | phpQuery-onefile.php |
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | convert_encoding.rst | 8 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 D | Reader.php | 39 * @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 D | Reader.php | 39 * @param string $charset 42 static function read($data, $options = 0, $charset = 'UTF-8') { argument 45 $parser->setCharset($charset);
|
/plugin/jdraw/lib/ |
H A D | httpmime-4.0.1.jar | ... byte[] content
private final java.nio.charset.Charset charset
public void <init> (java ... |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | httpmime-4.0.1.jar | ... byte[] content
private final java.nio.charset.Charset charset
public void <init> (java ... |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/eventline/timeline_ajax/ |
H A D | simile-ajax-api.js | 48 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 D | simile-ajax-api.js | 48 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 D | protocol.txt | 18 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 D | style.css | 11 …--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 D | imapmarkers_simple_html_dom.php | 1683 $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 D | class.csstidy_print.php | 74 $this->charset =& $css->charset; 141 if (!empty($this->charset)) { 142 $output .= $template[0].'@charset '.$template[5].$this->charset.$template[6];
|