Home
last modified time | relevance | path

Searched refs:charset (Results 126 – 150 of 216) sorted by last modified time

123456789

/plugin/ckgdoku/ckeditor/lang/
H A Den.js.unc5 …emove Anchor"},"anchorId":"By Element Id","anchorName":"By Anchor Name","charset":"Linked Resource…
H A Dfr.js.unc440 "charset": "Charset de la cible",
H A Dlang_array.txt434 "charset": "Linked Resource Charset",
/plugin/wavedrom/
H A Daction.php30 'charset' => 'utf-8',
/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 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) =…
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 . "'";
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm48 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
54 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
102 <cfcontent type="text/html; charset=utf-8">
106 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js683 GetE('txtAttCharSet').value = oLink.charset ;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php747 $charset = $this->chset[$set_id];
762 if (isset($charset[$chr])) {
763 $temp_cw[] = $charset[$chr];
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js5 …nse":break;case"<extend":break;case"<shadow":case"<shadow/>":break;case"<charset":if(y.val=="1")br…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css206 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…
216 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…
226 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…
229 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.min.js2 …function(e){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.tes…
/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/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/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md83 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/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/jukebox/id3/
H A Dgetid3.lib.php1006 function MultiByteCharString2HTML($string, $charset='ISO-8859-1') { argument
1009 switch ($charset) {
1037 $HTMLstring = htmlentities($string, ENT_COMPAT, $charset);
1091 $HTMLstring = 'ERROR: Character set "'.$charset.'" not supported in MultiByteCharString2HTML()';
/plugin/badbehaviour/
H A Dbadbehavior.readme4 …=1&cn=Comments%20about%20Bad%20Behavior&tax=0&currency_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php98 var $charset = ''; variable in csstidy
673 case '@charset': $this->charset = $this->sub_value_arr[0]; break;
817 …return !(empty($this->css) && empty($this->import) && empty($this->charset) && empty($this->tokens…

123456789