Home
last modified time | relevance | path

Searched refs:encoding (Results 201 – 225 of 300) sorted by last modified time

12345678910>>...12

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js313 if (typeof encoding !== 'string' || encoding === '') encoding = 'utf8'
554 encoding = ('' + encoding).toLowerCase()
571 if (!encoding) encoding = 'utf8'
602 encoding = (encoding + '').toLowerCase()
753 if (encoding === undefined) encoding = 'utf8'
773 if (!encoding) encoding = 'utf8'
803 encoding = ('' + encoding).toLowerCase()
17890 this.encoding = options.encoding;
17917 if (encoding !== state.encoding) {
19114 this.encoding = encoding;
[all …]
H A Dpdfmake.min.js.map1encoding","byteLength","write","object","isBuffer","fromBuffer","isArray","fromArray","TypeError",…
H A Dpdfmake.min.js10encoding=null,t.encoding&&(A||(A=n(37).StringDecoder),this.decoder=new A(t.encoding),this.encoding
11encoding=e,this.callback=n}function i(t,e){var r=n(35);t=t||{};var i=t.highWaterMark,o=t.objectMod…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js597 module.exports = function(data, encoding){
598 return new Buffer(data, encoding);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js4 ….suppressPreamble){markup.push('<?xml version="1.0" encoding="',options.encoding||"UTF-8",'" stand…
15encoding,callback){var oURL=URL.parse(url);if(!oURL.port){oURL.port=oURL.protocol.indexOf("https:"… argument
H A Dfabric.js6894 '<?xml version="1.0" encoding="', (options.encoding || 'UTF-8'), '" standalone="no" ?>',
23274 function request(url, encoding, callback) {
23291 if (encoding) {
23292 response.setEncoding(encoding);
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js39 , FakeBlob = function Blob(data, type, encoding) { argument
43 this.encoding = encoding;
101 if (blob.encoding === "base64") {
103 } else if (blob.encoding === "URI") {
142 if (data.encoding === "base64" && atob) {
144 } else if (data.encoding === "URI") {
146 } else if (data.encoding === "raw") {
174 , this.encoding
/plugin/authyubikey/lib/
H A DREADME68 a web page illustrating how to work with the modhex encoding. It is deployed
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DStringUtil.php44 $encoding = mb_detect_encoding($str, ['UTF-8', 'ISO-8859-1', 'WINDOWS-1252'], true);
46 switch ($encoding) {
H A DProperty.php598 if ($encoding = $this->offsetGet('ENCODING')) {
608 $encoding = (string)$encoding;
624 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
627 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng55 encodingparam = element encoding {
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md107 * #41: Allow user to set different encoding than UTF-8 when decoding vCards.
110 * #185: Fix encoding/decoding of `TIME` values in jCal/jCard.
543 * Fixed: jCard encoding of TIME properties.
544 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
/plugin/eventum/XML/
H A DRPC.php1434 $encoding = $this->getEncoding($data);
1435 $parser_resource = xml_parser_create($encoding);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Encoding.txt
H A DFilter.ExtractStyleBlocks.txt
H A DCore.EscapeNonASCIICharacters.txt
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/jukebox/id3/
H A Dgetid3.php21 var $encoding = 'ISO-8859-1'; // CASE SENSITIVE! - i.e. (must be supported by iconv()) variable in getID3
168 …if (!function_exists('iconv') && !in_array($this->encoding, array('ISO-8859-1', 'UTF-8', 'UTF-16LE…
225 …$this->info['encoding'] = $this->encoding; // required by id3v2 and iso modules - can…
970 function CharConvert(&$array, $encoding) { argument
973 if ($encoding == $this->encoding) {
982 $this->CharConvert($array[$key], $encoding);
987 $array[$key] = trim(getid3_lib::iconv_fallback($encoding, $this->encoding, $value));
1019 list($tag_name, $encoding) = $tagname_encoding_array;
1023 $this->info[$comment_name]['encoding'] = $encoding;
1047 …$tag_key][$key] = str_replace('&#0;', '', getid3_lib::MultiByteCharString2HTML($value, $encoding));
[all …]
H A Dmodule.tag.id3v2.php3096 function TextEncodingTerminatorLookup($encoding) { argument
3106 return @$TextEncodingTerminatorLookup[$encoding];
3109 function TextEncodingNameLookup($encoding) { argument
3112 …return (isset($TextEncodingNameLookup[$encoding]) ? $TextEncodingNameLookup[$encoding] : 'ISO-8859…
/plugin/jukebox/
H A Dlist.php36 $id3->encoding = 'UTF-8';
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/ditaa/
H A Dsyntax.php258 $cmd .= ' -Djava.awt.headless=true -Dfile.encoding=UTF-8 -jar';
260 $cmd .= ' --encoding UTF-8';
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1163 encoding: 'UTF-8', property in AnonymousFunction15cb1ccb8c00.options
1250 (this.options.encoding ? '; charset=' + this.options.encoding : '');

12345678910>>...12