Home
last modified time | relevance | path

Searched refs:decode (Results 201 – 225 of 269) sorted by relevance

1234567891011

/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js552 dec.decode(node, this.graph.getModel());
569 dec.decode(wrapper, this.graph.getModel());
H A DDialogs.js706 codec.decode(doc.documentElement, model);
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1382 var decode = function decode(cp/*:CPIndex*/, data/*:Data*/)/*:string*/ { function
1384 if(typeof data === "string") return decode(cp, data.split("").map(cca));
1491 o64 = decode(1201, tt);
1501 const utils = { decode: decode, encode: encode, hascp: hascp, magic: magic, cache:cache }; property in utils
H A Dxlsx.mjs76 return $cptable.utils.decode(current_codepage, [x&255,x>>8])[0];
79 return $cptable.utils.decode(current_ansi, [x])[0];
3036 /* decode */
3421 …if(arr[0] == 0xFF && arr[1] == 0xFE) return utf8write(new TextDecoder("utf-16le").decode(arr.slice…
3422 …if(arr[0] == 0xFE && arr[1] == 0xFF) return utf8write(new TextDecoder("utf-16be").decode(arr.slice…
4034 o = $cptable.utils.decode(current_codepage, this.slice(this.l, this.l + size));
7817 var s = typeof $cptable !== "undefined" ? $cptable.utils.decode(current_cp, dd) : a2s(dd);
8406 case 't': arr[R][C] = decode(record[3]); break;
8657 …else if(opts.codepage && typeof $cptable !== 'undefined') str = $cptable.utils.decode(opts.codepag…
18070 if(typeof $cptable !== 'undefined') str = $cptable.utils.decode(65001, char_codes(str));
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js.map1 …,\n 'row_number',\n 'case',\n 'coalesce',\n 'decode',\n 'greate…
H A D40.40.js.map1 … 'cursor_to_xml',\n 'date_part',\n 'date_trunc',\n 'decode',\n 'degree…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md271 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md271 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md231 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
/plugin/authgooglesheets/
H A Dcomposer.lock54 …"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform…
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js916 page.root = codec.decode(node).root;
H A DDialogs.js3154 codec.decode(tempNode, model);
5813 codec.decode(tempNode, cmpGraph.getModel());
6103 codec.decode(dataNode, graph.getModel());
6625 codec.decode(dataNode, graph.getModel());
10206 codec.decode(tempNode, model);
11975 codec.decode(node, model);
H A DGraphViewer.js582 var root = codec.decode(node).root;
H A DApp.js4590 atob(responseData) : Base64.decode(responseData));
6682 … data = (window.atob && !mxClient.IS_IE && !mxClient.IS_IE11) ? atob(data) : Base64.decode(data);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1757 function decode (elt) {
1803 …tmp = (decode(b64.charAt(i)) << 18) | (decode(b64.charAt(i + 1)) << 12) | (decode(b64.charAt(i + 2…
1810 tmp = (decode(b64.charAt(i)) << 2) | (decode(b64.charAt(i + 1)) >> 4)
1813 …tmp = (decode(b64.charAt(i)) << 10) | (decode(b64.charAt(i + 1)) << 4) | (decode(b64.charAt(i + 2)…
65603 PNG.decode = function(path, fn) {
65607 return png.decode(function(pixels) {
65873 PNG.prototype.decode = function(fn) {
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1decode deref dual dump dup_val_on_index empty error exp false float floor found glb greatest hexto…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js2653 this.decode(arguments);
2684 value: function decode(argv) {
2721 this.decode(value);
4915 var decoded = colCache.decode(range);
5405 return textDecoder.decode(chunk);
5856 decode: function decode(value) {
6210 var offset = colCache.decode(fromCell);
6211 var to = colCache.decode(toCell);
27964 Entity.prototype.decode = function decode(data, enc, options) {
50773 exports.decode = function (input) {
[all …]
/plugin/mantis/lib/
H A Dchangelog55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2363 $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false;

1234567891011