Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php29 use ParagonIE\ConstantTime\Base64; alias
607 …return "-----BEGIN CERTIFICATE-----\r\n" . chunk_split(Base64::encode($cert), 64) . '-----END CERT…
2334 …return "-----BEGIN CERTIFICATE REQUEST-----\r\n" . chunk_split(Base64::encode($csr), 64) . '-----E…
2363 $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false;
2440 return 'SPKAC=' . Base64::encode($spkac);
2561 …return "-----BEGIN X509 CRL-----\r\n" . chunk_split(Base64::encode($crl), 64) . '-----END X509 CRL…
H A DASN1.php27 use ParagonIE\ConstantTime\Base64; alias
1493 $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? Base64::decode($temp) : false;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md165 // Public and private keys are expected to be Base64 encoded. The last
244 - Detect invalid Base64 encoding in signature.
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js1139 atob(xml) : Base64.decode(xml);
1173 data = (window.atob && !mxClient.IS_SF) ? atob(temp) : Base64.decode(temp);
2027 Graph.base64EncodeUnicode(data) : Base64.encode(data))) : '') + close
H A DEmbed.js538 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp));
H A DEditor.js1437 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp));
1548 var f = (window.atob && !mxClient.IS_SF) ? atob(base64) : Base64.decode(base64, true);
1706 var binary = (window.atob && !mxClient.IS_SF) ? atob(base64) : Base64.decode(base64, true);
2379 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp));
3653 var f = (window.atob) ? atob(base64) : Base64.decode(base64, true);
3743 return 'data:image/png;base64,' + ((window.btoa) ? btoa(result) : Base64.encode(result, true));
H A DElectronApp.js436 cont = unescape((window.atob) ? atob(cont) : Base64.decode(cont, true));
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/js/
H A Dembed.dev.js538 tmp = unescape((window.atob) ? atob(tmp) : Base64.decode(cont, tmp));
H A Dviewer.min.js185Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:functio… class
186 …=g&&(c+=String.fromCharCode(e)),64!=k&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));r…
2122 …nescape(encodeURIComponent(this.createSvgGrid(f))),c=window.btoa?btoa(c):Base64.encode(c,!0),c="ur…
2350 …"));return new mxImage("data:image/svg+xml;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0)),b,c)…
3155 …!=f&&"<"!=f.charAt(0)&&"%"!=f.charAt(0)&&(f=unescape(window.atob?atob(f):Base64.decode(cont,f))),n…
3158 !mxClient.IS_SF?atob(b):Base64.decode(b,!0);if("%PDF-1.7"==b.substring(0,8)){var d=b.indexOf("Embed…
3160 …r c=b.substring(b.indexOf(",")+1),f=window.atob&&!mxClient.IS_SF?atob(c):Base64.decode(c,!0);Edito…
3179 d.charAt(0)&&(d=unescape(window.atob?atob(d):Base64.decode(cont,d))),null!=d&&"%"==d.charAt(0)&&(d=…
3207 …55,b>>8&255,b&255)}b=b.substring(b.indexOf(",")+1);b=window.atob?atob(b):Base64.decode(b,!0);var k…
3208 …b,n);g(b,4)}while(n);return"data:image/png;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0))}};if…
[all …]
H A Dapp.min.js111 (function(){var u=CryptoJS,p=u.lib.WordArray;u.enc.Base64={stringify:function(d){var l=d.words,p=d.… class in u.enc
219Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:functio… class
220 …=g&&(c+=String.fromCharCode(e)),64!=k&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));r…
2156 …nescape(encodeURIComponent(this.createSvgGrid(c))),d=window.btoa?btoa(d):Base64.encode(d,!0),d="ur…
2599 …"));return new mxImage("data:image/svg+xml;base64,"+(window.btoa?btoa(d):Base64.encode(d,!0)),a,b)…
3121 …tyle.image.substring(b.style.image.indexOf(",")+1),f=window.atob?atob(c):Base64.decode(c,!0),k=mxU…
3124 …tyles(mxConstants.STYLE_IMAGE,"data:image/svg+xml,"+(window.btoa?btoa(a):Base64.encode(a,!0)),this…
10487 …!=d&&"<"!=d.charAt(0)&&"%"!=d.charAt(0)&&(d=unescape(window.atob?atob(d):Base64.decode(cont,d))),n…
10490 !mxClient.IS_SF?atob(b):Base64.decode(b,!0);if("%PDF-1.7"==b.substring(0,8)){var c=b.indexOf("Embed…
10511 c.charAt(0)&&(c=unescape(window.atob?atob(c):Base64.decode(cont,c))),null!=c&&"%"==c.charAt(0)&&(c=…
[all …]
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js14 (function(){var u=CryptoJS,p=u.lib.WordArray;u.enc.Base64={stringify:function(d){var l=d.words,p=d.… class in u.enc
24 …yptoJS,d=p.lib,l=d.Base,s=d.WordArray,t=d.BufferedBlockAlgorithm,r=p.enc.Base64,w=p.algo.EvpKDF,v=…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc49 equivalent to Base64(<id>:<key>). You need to store the API key since it will
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js479 svgData = ((window.btoa)? btoa(svgData) : Base64.encode(svgData, true));
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js936 map["image"] = "data:image/svg+xml," + ((window.btoa) ? btoa(val) : Base64.encode(val));
1097 styleMap["image"] = "data:image/svg+xml," + ((window.btoa) ? btoa(svg) : Base64.encode(svg));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2 …de(x);return cptable.utils.decode(current_codepage,[x&255,x>>8])[0]}}var Base64=function make_b64(… function
3 …se"file":return readFileSync(blob,options);case"base64":return parse(s2a(Base64.decode(blob)),opti…
8 …opts||{});switch(opts.type||"base64"){case"base64":return parse_xlml_xml(Base64.decode(data),opts)…
9Base64.decode(f.substr(0,12)).charCodeAt(0);case"binary":return f.charCodeAt(0);case"array":return…
H A Dxlsx.js31 var Base64 = (function make_b64(){ function
1211 case "base64": return parse(s2a(Base64.decode(blob)), options);
9170 case "base64": return parse_xlml_xml(Base64.decode(data), opts);
11362 case 'base64': return Base64.decode(f.substr(0,12)).charCodeAt(0);
11392 case 0x09: return parse_xlscfb(s2a(o.type === 'base64' ? Base64.decode(data) : data), o);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1 … 'Xml.Tables'\n ],\n builtinConstants: [\n 'BinaryEncoding.Base64',\n 'Binary…
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js2485 image = (window.btoa) ? btoa(image) : Base64.encode(image, true);
H A DFormat.js4634 var xml = (window.atob) ? atob(data) : Base64.decode(data, true);
4704 ((window.btoa) ? btoa(xml) : Base64.encode(xml, true)),
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

123