Home
last modified time | relevance | path

Searched refs:stylize (Results 1 – 6 of 6) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js13stylize:a};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=argum… property
Dpdfmake.js26781 stylize: stylizeNoColor property
26798 if (ctx.colors) ctx.stylize = stylizeWithColor;
26905 return ctx.stylize('[Function' + name + ']', 'special');
26908 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
26911 return ctx.stylize(Date.prototype.toString.call(value), 'date');
26953 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
26955 return ctx.stylize('[Object]', 'special');
26978 return ctx.stylize('undefined', 'undefined');
26983 return ctx.stylize(simple, 'string');
26986 return ctx.stylize('' + value, 'number');
[all …]
Dpdfmake.min.js.map1stylize","stylizeNoColor","colors","showHidden","_extend","customInspect","stylizeWithColor","form…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js65669 stylize: stylizeNoColor
65686 if (ctx.colors) ctx.stylize = stylizeWithColor;
65793 return ctx.stylize('[Function' + name + ']', 'special');
65796 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
65799 return ctx.stylize(Date.prototype.toString.call(value), 'date');
65841 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
65843 return ctx.stylize('[Object]', 'special');
65866 return ctx.stylize('undefined', 'undefined');
65871 return ctx.stylize(simple, 'string');
65874 return ctx.stylize('' + value, 'number');
[all …]
Dpdfmake.min.js2stylize:stylizeNoColor};return arguments.length>=3&&(u.depth=arguments[2]),arguments.length>=4&&(u…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js81993 stylize: stylizeNoColor
82012 if (ctx.colors) ctx.stylize = stylizeWithColor;
82108 return ctx.stylize('[Function' + name + ']', 'special');
82112 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
82116 return ctx.stylize(Date.prototype.toString.call(value), 'date');
82160 return ctx.stylize(RegExp.prototype.toString.call(value), 'regexp');
82162 return ctx.stylize('[Object]', 'special');
82182 if (isUndefined(value)) return ctx.stylize('undefined', 'undefined');
82186 return ctx.stylize(simple, 'string');
82189 if (isNumber(value)) return ctx.stylize('' + value, 'number');
[all …]