Home
last modified time | relevance | path

Searched refs:updateCb (Results 1 – 2 of 2) sorted by relevance

/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1251 function NodejsStreamOutputAdapter(helper, options, updateCb) { argument
1260 if(updateCb) {
1261 updateCb(meta);
2658 accumulate : function (updateCb) { argument
2659 return accumulate(this, updateCb);
2702 toNodejsStream : function (updateCb) { argument
2714 }, updateCb);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js51980 function NodejsStreamOutputAdapter(helper, options, updateCb) {
51989 if (updateCb) {
51990 updateCb(meta);
53543 accumulate: function accumulate(updateCb) {
53544 return _accumulate(this, updateCb);
53593 toNodejsStream: function toNodejsStream(updateCb) {
53606 }, updateCb);