Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js715 …var entries2 = (function (a) { var i = 0; return { next: function () { return i < a.length ? a[i++… method
717 while ((entries2.hasNext())) {
718 var entry = entries2.next();
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs6285 function write_PropertySetStream(entries, clsid, RE, PIDSI/*:{[key:string|number]:any}*/, entries2/… argument
6286 var hdr = new_buf(entries2 ? 68 : 48);
6292 hdr.write_shift(4, (entries2 ? 2 : 1));
6294 hdr.write_shift(4, (entries2 ? 68 : 48));
6298 if(entries2) {
6299 var ps1 = write_PropertySet(entries2, null, null);