Home
last modified time | relevance | path

Searched refs:charset (Results 151 – 175 of 216) sorted by path

123456789

/plugin/minimap/
H A Dstyle.css12 …background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" wid…
/plugin/orgchart/
H A Daction.php40 'charset' => 'utf-8',
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js23499 …return value.replace(/=\?([\w-]*)\?([QqBb])\?((?:[^?]|\?(?!=))*)\?=/g, function (_, charset, encod…
23505 return textdecode(charset, text);
23512 return textdecode(charset, text);
H A Dpdf.js.map1charset \"?\" encoding \"?\" encoded-text \"?=\"\n // charset = token (but let's restrict to ch…
H A Dpdf.worker.js37624 var charset = ['.notdef'];
37631 return charset;
37828 return this.cff.charset.charset;
37833 var charsets = cff.charset.charset;
38143 var charset, encoding;
38163 cff.charset = charset;
38831 this.charset = null;
39096 this.charset = charset;
39249 output.add(charset);
39524 var numCharsets = charset.charset.length;
[all …]
H A Dpdf.worker.js.map1charset","seacMap","seac","baseGlyphName","accentGlyphName","baseGlyphId","accentGlyphId","accentO…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 … if (xhr.overrideMimeType) {\n xhr.overrideMimeType('text/plain; charset=utf-8');\n }\n…
/plugin/processing/
H A Dscript.js10528 p.createFont = function(name, size, smooth, charset) { argument
/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/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
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') {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/sequencediagram/bower_components/lodash/
H A D.editorconfig7 charset = utf-8
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php69 protected $charset = "UTF-8"; variable in Tx\\Mailer\\Message
/plugin/sqlraw/
H A Dsimple_html_dom.php1191 $charset = null;
1199 $charset = $matches[1];
1205 if (empty($charset))
1218 $charset = $matches[1];
1224 $charset = 'ISO-8859-1';
1231 if (empty($charset))
1238 if ($charset === false)
1241 $charset = 'UTF-8';
1246 …if ((strtolower($charset) == strtolower('ISO-8859-1')) || (strtolower($charset) == strtolower('Lat…
1249 $charset = 'CP1252';
[all …]
/plugin/swiftmail/Swift/
H A DMessage.php70 …public function __construct($subject="", $body=null, $type="text/plain", $encoding=null, $charset=… argument
92 $this->setCharset($charset);
109 if ($charset === null)
383 public function setCharset($charset) argument
385 $this->headers->setAttribute("Content-Type", "charset", $charset);
386 …if (($this->getEncoding() == "7bit") && (strtolower($charset) == "utf-8" || strtolower($charset) =…
/plugin/swiftmail/Swift/Message/
H A DEncoder.php427 …public function rfc2047Encode($str, $charset="iso-8859-1", $language="en-us", $chunk=76, $le="\r\n… argument
432 $lang_spec = $charset . "'" . $language . "'";
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…
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) =…
/plugin/textile2/
H A DclassTextile.php1054 function encode_high($text, $charset = "UTF-8") argument
1056 return mb_encode_numericentity($text, $this->cmap(), $charset);
1061 function decode_high($text, $charset = "UTF-8") argument
1063 return mb_decode_numericentity($text, $this->cmap(), $charset);
/plugin/tindexmenu/
H A Dscript.js107 oLink.charset="utf-8";
/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/todo/
H A D.editorconfig6 charset = utf-

123456789