Home
last modified time | relevance | path

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

/plugin/processing/
Dscript.js12085 function transformFunction(class_) { function
12170 transforms.push(transformFunction(atoms[index]));
12543 functions[i] = transformFunction(atoms[functions[i]]);
12704 res.push(transformFunction(atoms[atomIndex]));
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js25567 value: function transform(transformFunction) {
25568 this.rowFormatter.rowTransform = transformFunction;
25981 set: function set(transformFunction) {
25982 if (!lodash_isfunction_1.default(transformFunction)) {
25986 this._rowTransform = RowFormatter.createTransform(transformFunction);
26016 value: function createTransform(transformFunction) {
26017 if (types_1.isSyncTransform(transformFunction)) {
26022 transformedRow = transformFunction(row);
26032 transformFunction(row, cb);
26288 value: function transform(transformFunction) {
[all …]