Home
last modified time | relevance | path

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

123

/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js1378 …return new mxImage('data:image/svg+xml;base64,' + ((window.btoa) ? btoa(tmp) : Base64.encode(tmp, …
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md87 * [#16705](http://dev.ckeditor.com/ticket/16705): [Firefox] Fixed: Unable to paste images as Base64
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js7874 xml = (window.atob && !mxClient.IS_SF) ? atob(xml) : Base64.decode(xml, true);
H A DExtensions.js13043 …;imageAspect=0;image=data:image/svg+xml,' + ((window.btoa) ? btoa(svg) : Base64.encode(svg, true))…
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js300 (window.btoa?btoa(Nd):Base64.encode(Nd,!0))+";"}catch(hb){}break;case "BraceBlock":case "BraceBlock…
1072 …=String.fromCharCode.apply(null,new Uint8Array(f)),f=window.btoa?btoa(f):Base64.encode(f,!0));m="d…
1101 atob("dmlzaW8="):Base64.decode("dmlzaW8=",!0));return k.vsdxPlaceholder};k.parsererrorNS_$LI$=funct…
1600 …#text"]=function(a,b){b.image="data:image/svg+xml,"+(window.btoa?btoa(a):Base64.encode(a))};var F=…
1606 "data:image/svg+xml,"+(window.btoa?btoa(f):Base64.encode(f))}};
H A Dviewer-static.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 …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js55 … mxVsdxCodec.vsdxPlaceholder = (window.atob) ? atob(tmp) : Base64.decode(tmp, true);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md507 …v.ckeditor.com/ticket/16705): [Firefox] Fixed: Unable to paste images as Base64 strings when using…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nf…
H A Dbundle.js426Base64.decode(e);console.log("state from url",n),t=JSON.parse(n)}catch(e){console.error("Init erro…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …ar","_gc1","x","String","fromCharCode","utils","decode","substr","_gc2","Base64","make_b64","map",…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426Base64.decode(e);console.log("state from url",n),t=JSON.parse(n)}catch(e){console.error("Init erro…

123