Lines Matching refs:transform

25567     value: function transform(transformFunction) {
25831 if (formatterOptions.transform) {
25832 this.rowTransform = formatterOptions.transform;
26212 exports.isSyncTransform = function (transform) {
26213 return transform.length === 1;
26288 value: function transform(transformFunction) {
26437 this.headerTransformer.transform(parsedRow, function (err, withHeaders) {
27572 value: function transform(row, cb) {
27900 exports.isSyncTransform = function (transform) {
27901 return transform.length === 1;
31156 FFTM.prototype.transform = function transform(rws, iws, rtws, itws, N, rbt) {
31280 this.transform(rws, _, rwst, iwst, N, rbt);
31281 this.transform(nrws, _, nrwst, niwst, N, rbt);
31290 this.transform(rwst, iwst, rmws, _, N, rbt);
34842 FFTM.prototype.transform = function transform(rws, iws, rtws, itws, N, rbt) {
34966 this.transform(rws, _, rwst, iwst, N, rbt);
34967 this.transform(nrws, _, nrwst, niwst, N, rbt);
34976 this.transform(rwst, iwst, rmws, _, N, rbt);
54199 var transform = {}; // string to ?
54201 transform["string"] = {
54207 return transform["string"]["uint8array"](input).buffer;
54217 transform["array"] = {
54231 transform["arraybuffer"] = {
54247 transform["uint8array"] = {
54261 transform["nodebuffer"] = {
54267 return transform["nodebuffer"]["uint8array"](input).buffer;
54296 var result = transform[inputType][outputType](input);
55999 function overArg(func, transform) {
56001 return func(transform(arg));
58557 function overArg(func, transform) {
58559 return func(transform(arg));
72867 if (typeof options.transform === 'function') this._transform = options.transform;
80332 if (typeof options.transform === 'function') this._transform = options.transform;