Searched refs:stylize (Results 1 – 5 of 5) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 26781 stylize: stylizeNoColor 26798 if (ctx.colors) ctx.stylize = stylizeWithColor; 26955 return ctx.stylize('[Object]', 'special'); 26983 return ctx.stylize(simple, 'string'); 26986 return ctx.stylize('' + value, 'number'); 26988 return ctx.stylize('' + value, 'boolean'); 26991 return ctx.stylize('null', 'null'); 27027 str = ctx.stylize('[Getter]', 'special'); 27031 str = ctx.stylize('[Setter]', 'special'); 27066 name = ctx.stylize(name, 'name'); [all …]
|
H A D | pdfmake.min.js | 13 …stylize:a};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=argum… property in i.r
|
H A D | pdfmake.min.js.map | 1 …stylize","stylizeNoColor","colors","showHidden","_extend","customInspect","stylizeWithColor","form…
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 81993 stylize: stylizeNoColor 82012 if (ctx.colors) ctx.stylize = stylizeWithColor; 82162 return ctx.stylize('[Object]', 'special'); 82186 return ctx.stylize(simple, 'string'); 82192 if (isNull(value)) return ctx.stylize('null', 'null'); 82226 str = ctx.stylize('[Getter/Setter]', 'special'); 82228 str = ctx.stylize('[Getter]', 'special'); 82232 str = ctx.stylize('[Setter]', 'special'); 82260 str = ctx.stylize('[Circular]', 'special'); 82273 name = ctx.stylize(name, 'name'); [all …]
|