Home
last modified time | relevance | path

Searched refs:Result (Results 51 – 52 of 52) sorted by path

123

/plugin/xlsx2dw/
H A DREADME.md39 ![Alt text](./screenshots/preview_table.png?raw=true "Result")
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41556 var Result = function (stopped, result) {
41576 if (result && result instanceof Result) return result;
41577 } return new Result(false);
41585 if (typeof result == 'object' && result && result instanceof Result) return result;
41586 } return new Result(false);
41590 return new Result(true, result);

123