| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/ |
| D | Document.php | 191 $charset = null; 194 $charset = mb_strtoupper($matches[1]); 197 return $charset; 204 $charset = $this->getEncoding(); 206 if (is_null($charset)) { 207 $charset = $this->getCharset($html); 212 if ($charset === null && $detectedCharset == 'UTF-8') { 213 $charset = $detectedCharset; 216 $this->setEncoding($charset); 225 $charset = $this->getEncoding(); [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 369 if (null !== $charset = $env->getCharset()) { 370 if ('UTF-8' !== $charset) { 371 $values = twig_convert_encoding($values, 'UTF-8', $charset); 378 if ('UTF-8' !== $charset) { 380 $values[$i] = twig_convert_encoding($value, $charset, 'UTF-8'); 685 if (\function_exists('mb_get_info') && null !== $charset = $env->getCharset()) { 686 …_substr($item, $start, null === $length ? mb_strlen($item, $charset) - $start : $length, $charset); 786 if (!\function_exists('mb_get_info') || null === $charset = $env->getCharset()) { 794 $length = mb_strlen($value, $charset); 801 $r[] = mb_substr($value, $i, $limit, $charset); [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| 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/ |
| 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) =…
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/ |
| 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/ |
| 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/ |
| 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/icalevents/vendor/sabre/vobject/lib/Parser/ |
| 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/webdav/vendor/sabre/vobject/lib/Parser/ |
| 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/jquery-syntax/ |
| D | action.php | 35 'charset' => 'utf-8', 46 'charset' => 'utf-8', 52 'charset' => 'utf-8', 59 'charset' => 'utf-8',
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/ |
| D | data.php | 40 $charset = null; 55 if ($charset !== null) { 58 $charset = substr($cur, 8); // not used 72 if ($charset !== null) { 74 $charset = null;
|
| /plugin/scrape/ |
| 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') {
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| 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/ |
| 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/ |
| 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/ |
| D | httpmime-4.0.1.jar | ... byte[] content
private final java.nio.charset.Charset charset
public void <init> (java ... |
| D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/jcapture/lib/ |
| D | httpmime-4.0.1.jar | ... byte[] content
private final java.nio.charset.Charset charset
public void <init> (java ... |
| D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/eventline/timeline_ajax/ |
| 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/ |
| 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/admnote/ |
| 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/remotescript/lib/JsHttpRequest/ |
| 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/imapmarkers/syntax/ |
| D | imapmarkers_simple_html_dom.php | 1683 $charset = null; 1689 $charset = $matches[1]; 1693 . $charset 1699 if (empty($charset)) { 1720 $charset = $matches[1]; 1731 $charset = 'ISO-8859-1'; 1737 if (empty($charset)) { 1740 $charset = $meta->charset; 1742 $debug_object->debug_log(2, 'meta charset: ' . $charset); 1747 if (empty($charset)) { [all …]
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.html5.js | 153 /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test( 999 var charset = config.charset; 1005 if (charset !== false) { 1006 if (!charset) { 1007 charset = document.characterSet || document.charset; 1010 if (charset) { 1011 charset = ';charset=' + charset; 1015 charset = ''; 1022 _saveAs(new Blob([output], { type: 'text/csv' + charset }), info.filename, true); 1039 charset: null, property
|