Home
last modified time | relevance | path

Searched refs:allocBuffer (Results 1 – 3 of 3) sorted by relevance

/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1312 allocBuffer: function (size) { method in module.exports
3189 …turn support.nodebuffer && String.fromCharCode.apply(null, nodejsUtils.allocBuffer(1)).length === …
3269 return stringToArrayLike(input, nodejsUtils.allocBuffer(input.length));
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js52042 allocBuffer: function allocBuffer(size) {
54133 …return support.nodebuffer && String.fromCharCode.apply(null, nodejsUtils.allocBuffer(1)).length ==…
54213 return stringToArrayLike(input, nodejsUtils.allocBuffer(input.length));