Home
last modified time | relevance | path

Searched refs:utf8 (Results 26 – 50 of 65) sorted by relevance

123

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md27 echo $response->getHeaderLine('content-type'); # 'application/json; charset=utf8'
/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css11 background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="250" height="195"><g fill="rgb(204,204,204)" transform="translate(-7.897 -268.6)"><rect rx="0" y="286.829" x="12.897" height="175" width="200" opacity=".517"/><path d="M13.23 458.808l39.687-132.291h198.437l-39.687 132.291z" fill-rule="evenodd"/><rect rx="0" y="273.6" x="39.688" height="13" width="90"/></g></svg>');
/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/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php195 $utf8 = chr(($u >> 18) + 240) . chr((($u >> 12) & 63) + 128) . chr((($u >> 6) & 63) + 128) . chr(($u & 63) + 128);
196 $utf16 = mb_convert_encoding($utf8, 'UTF-16BE', 'UTF-8');
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js417 var utf8 = require("../utf8");
495 useCustomEncoding = encodeFileName !== utf8.utf8encode,
1073 var utf8 = require("./utf8");
1107 decodeFileName: utf8.utf8decode
1340 var utf8 = require("./utf8");
1665 encodeFileName: utf8.utf8encode
3810 var utf8 = require("./utf8");
4026 this.fileNameStr = utf8.utf8decode(this.fileName);
4104 var utf8 = require("./utf8");
4154 result = result.pipe(new utf8.Utf8EncodeWorker());
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js19 exports.encode = function(input, utf8) { argument
50 exports.decode = function(input, utf8) { argument
638 var utf8 = _dereq_('./utf8');
1072 utfEncodedFileName = utils.transformTo("string", utf8.utf8encode(file.name)),
1074 utfEncodedComment = utils.transformTo("string", utf8.utf8encode(comment)),
1499 return utils.transformTo("string", utf8.utf8encode(string));
1507 return utf8.utf8decode(input);
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock78 "@webassemblyjs/utf8@1.8.5":
80 …resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.8.5.tgz#a8bf3b5d8ffe986c7c1e37…
106 "@webassemblyjs/utf8" "1.8.5"
128 "@webassemblyjs/utf8" "1.8.5"
/plugin/tablelayout/
H A Dyarn.lock1379 is-utf8@^0.2.0:
1381 …resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865…
2306 is-utf8 "^0.2.0"
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php1055 $this->utf8 = new UTF8();
1158 if(!fputs($fp, $this->utf8->encodeUtf8($fileString)))
/plugin/structsection/
H A Dyarn.lock308 "@webassemblyjs/utf8@1.9.1":
310 …resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.1.tgz#d02d9daab85cda3211e43c…
336 "@webassemblyjs/utf8" "1.9.1"
358 "@webassemblyjs/utf8" "1.9.1"
/plugin/fckg/
H A DChanges297 replace utf8 chars in plugin regexes with entities (edit.php)
/plugin/dropfiles/
H A Dyarn.lock1514 is-utf8@^0.2.0:
1516 …resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865…
2635 is-utf8 "^0.2.0"
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1027 $utf8 = UtfString::codeHex2utf(substr($m[1], 1, 6));
1028 $d = array_search($utf8, $this->mpdf->decimal_align);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2utf8=new Runtime.UTF8Processor;for(i=0;i<length;i++){t=HEAPU8[ptr+i>>0];ret+=utf8.processCChar(t)}…
H A Dvorbis.js2utf8=new Runtime.UTF8Processor;for(i=0;i<length;i++){t=HEAPU8[ptr+i>>0];ret+=utf8.processCChar(t)}…
H A Dopus.js2utf8=new Runtime.UTF8Processor;for(i=0;i<length;i++){t=HEAPU8[ptr+i>>0];ret+=utf8.processCChar(t)}…
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1775 is-utf8@^0.2.0:
1777 …resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865…
2988 is-utf8 "^0.2.0"
/plugin/diagramsnet/lib/styles/
H A Dgrapheditor.css733 …background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' …
736 …background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' …
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs991 "65001":"utf8"
1009 if(!nbfs) try { Buffer.from("foo", "utf8"); } catch(e) { nbfs = true; }
1273 … if(has_buf && /*::data instanceof Buffer && */Buffer.isBuffer(data)) data = data.toString('utf8');
1290 case "utf8":
1400 case "utf8":
H A Dxlsx.mjs159 if(!nbfs) try { Buffer.from("foo", "utf8"); } catch(e) { nbfs = true; }
3250 case "utf8": payload = new TextEncoder(enc).encode(payload); break;
3257 var data = (enc == "utf8") ? utf8write(payload) : payload;
3994 case 'utf8': o = __utf8(this, this.l, this.l + size); break;
6362 var width = 1 + (flags & 0x1); // 0x0 -> utf8, 0x1 -> dbcs
8656 if(opts.codepage == 65001) str = d.toString('utf8'); // TODO: test if buf
9030 o[1].v = blob.read_shift(len, 'utf8');
9057 o[1].v = blob.read_shift(len, 'utf8');
10207 var xml = blob.read_shift(blob.length - blob.l, 'utf8');
25856 case "file": return write_dl(opts.file, o, 'utf8');
[all …]
/plugin/metaeditor/
H A Dstyle.css327 …filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md216 - Converted all txt, php, css, and htm files to utf8
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js51150 var utf8 = require('../utf8');
51797 var utf8 = require('./utf8');
51835 decodeFileName: utf8.utf8decode
52070 var utf8 = require('./utf8');
52424 encodeFileName: utf8.utf8encode
54486 var utf8 = require('./utf8');
54771 var utf8 = require('./utf8');
55000 this.fileNameStr = utf8.utf8decode(this.fileName);
55084 var utf8 = require('./utf8');
55140 result = result.pipe(new utf8.Utf8EncodeWorker());
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3752 "utf8"
/plugin/scrape/
H A DHTMLPurifier.standalone.php

123