Home
last modified time | relevance | path

Searched refs:contextOrWidth (Results 1 – 3 of 3) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js16613 ElementWriter.prototype.pushContext = function(contextOrWidth, height) {
16614 if (contextOrWidth === undefined) {
16616 contextOrWidth = this.context.availableWidth;
16619 if (typeof contextOrWidth === 'number' || contextOrWidth instanceof Number) {
16620contextOrWidth = new DocumentContext({ width: contextOrWidth, height: height }, { left: 0, right: … variable
16624 this.context = contextOrWidth;
Dpdfmake.min.js.map1contextOrWidth","inlineWidths","getTableInnerContentWidth","prepareRowSpanData","rsd","lastWidth",…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js69083 ElementWriter.prototype.pushContext = function (contextOrWidth, height) {
69084 if (contextOrWidth === undefined) {
69086 contextOrWidth = this.context.availableWidth;
69089 if (isNumber(contextOrWidth)) {
69090contextOrWidth = new DocumentContext({ width: contextOrWidth, height: height }, { left: 0, right: …
69094 this.context = contextOrWidth;