Searched refs:contextOrWidth (Results 1 – 3 of 3) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 16613 ElementWriter.prototype.pushContext = function(contextOrWidth, height) { 16614 if (contextOrWidth === undefined) { 16616 contextOrWidth = this.context.availableWidth; 16619 if (typeof contextOrWidth === 'number' || contextOrWidth instanceof Number) { 16620 …contextOrWidth = new DocumentContext({ width: contextOrWidth, height: height }, { left: 0, right: … variable 16624 this.context = contextOrWidth;
|
D | pdfmake.min.js.map | 1 …contextOrWidth","inlineWidths","getTableInnerContentWidth","prepareRowSpanData","rsd","lastWidth",…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 69083 ElementWriter.prototype.pushContext = function (contextOrWidth, height) { 69084 if (contextOrWidth === undefined) { 69086 contextOrWidth = this.context.availableWidth; 69089 if (isNumber(contextOrWidth)) { 69090 …contextOrWidth = new DocumentContext({ width: contextOrWidth, height: height }, { left: 0, right: … 69094 this.context = contextOrWidth;
|