Home
last modified time | relevance | path

Searched refs:base64 (Results 76 – 100 of 126) sorted by relevance

123456

/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css407 …background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAEYCAMAAACwUBm+AAAAAXNSR0…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md448 * Added: Automatically decoding base64 values.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md448 * Added: Automatically decoding base64 values.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md408 * Added: Automatically decoding base64 values.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1921 switch(type || "base64") {
3592 case "base64": return CFB.read(d, { type: "base64" });
8653 case 'base64': str = Base64_decode(d); break;
10379 case "base64":
18820 switch(opts.type||"base64") {
25663 switch((o||{}).type || "base64") {
25712 if(o.type == 'base64') d = Base64_decode(d);
25787 case "base64": case "binary": break;
25822 case "base64": oopts.type = "base64"; break;
25868 case "base64": return Base64_encode_pass(out);
[all …]
/plugin/authgooglesheets/
H A Dcomposer.lock654 "base64",
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md674 * Added: Automatically decoding base64 values.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md613 * Added: Automatically decoding base64 values.
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DFloatingIP.svg1 …6" height="12.034" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBOR w0KGgoAAAANS…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6 …rototype),"emit",this).call(this,"decoded",e);else{if(!d.isBinary(t)&&!t.base64)throw new Error("U…
/plugin/mantis/lib/
H A Dchangelog55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
H A Dnusoap.php200 'timeInstant'=>'string','base64Binary'=>'string','base64'=>'string','ur-type'=>'array'),
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jar ... org/apache/commons/codec/binary/Base64.class Base64.java package org.apache. ...
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc916 if(src.search(/data:image.*?;base64/) > -1) {
/plugin/html5video2/
H A Dstyle.css16 …src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAA…
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc965 if (src.search(/data:image.*?;base64/) > -1) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7556 base64: true
38743 var base64 = require('base64-js');
39692 return base64.fromByteArray(buf);
51011 exports.base64 = false;
51831 base64: false,
52145 o.base64 = false;
53377 var base64 = require('../base64');
53407 return base64.encode(content);
53617 exports.base64 = true;
53973 var base64 = require('./base64');
[all …]
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …mmetric at atomic attach attribute attributes authorization avg backward base64 before begin begin…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js9 …tch(o.type){case"base64":zip=new jszip(d,{base64:true});break;case"binary":case"array":zip=new jsz…
H A Dxlsx.js11374 case "base64": zip = new jszip(d, { base64:true }); break;
11375 case "binary": case "array": zip = new jszip(d, { base64:false }); break;
/plugin/codemirror/dist/
H A Dstyles.min.css1base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAQAAAAHUWYVAABFFUlEQVQYGbzBCeDVU/74/6fj9HIcx/FRHx9JCFmzMyG…
/plugin/googlesearch/
H A Dnusoap.php179 'timeInstant'=>'string','base64Binary'=>'string','base64'=>'string','ur-type'=>'array'),
/plugin/adfs/phpsaml/
H A DREADME.md1349 * `getRequest` - Returns deflated, base64 encoded, unsigned `AuthnRequest`.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js207 var base64 = __webpack_require__(3)
818 return base64.fromByteArray(buf)
820 return base64.fromByteArray(buf.slice(start, end))
1723 return base64.toByteArray(base64clean(str))
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1074 …{c.zip.file("visio/media/"+g,a.substring(22),{base64:!0})})):(g+=n,this.zip.file("visio/media/"+g,…
1075 …his.response,!1,function(a){c.zip.file("visio/media/"+g,a.substring(22),{base64:!0})}):c.zip.file(…
1696base64=!1,c.binary=!1,c.dir=!1,c.createFolders=!0,c.date=null,c.compression=null,c.compressionOpti…

123456