Searched refs:linearNodeList (Results 1 – 5 of 5) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 13452 function addPageBreaksIfNecessary(linearNodeList, pages) { 13458 linearNodeList = _.reject(linearNodeList, function(node){ 13462 _.each(linearNodeList, function(node) { 13476 return _.any(linearNodeList, function (node, index, followingNodeList) { 13508 _.each(result.linearNodeList, function (node) { 13514 while(addPageBreaksIfNecessary(result.linearNodeList, result.pages)){ 13524 this.linearNodeList = []; 13542 return {pages: this.writer.context().pages, linearNodeList: this.linearNodeList}; property 13691 this.linearNodeList.push(node);
|
| D | pdfmake.min.js | 9 …linearNodeList,function(t){t.resetXY()})}this.docMeasure=new h(e,n,r,this.imageMeasure,this.tableL… property
|
| D | pdfmake.min.js.map | 1 …linearNodeList","nodeInfo","startPosition","pageNumbers","stack","followingNodeList","pageBreak","…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 69446 function addPageBreaksIfNecessary(linearNodeList, pages) { 69452 linearNodeList = linearNodeList.filter(function (node) { 69456 linearNodeList.forEach(function (node) { 69475 for (var index = 0; index < linearNodeList.length; index++) { 69476 var node = linearNodeList[index]; 69484 for (var ii = index + 1, l = linearNodeList.length; ii < l; ii++) { 69485 if (linearNodeList[ii].nodeInfo.pageNumbers.indexOf(pageNumber) > -1) { 69486 followingNodesOnPage.push(linearNodeList[ii].nodeInfo); 69488 …if (pageBreakBeforeFct.length > 2 && linearNodeList[ii].nodeInfo.pageNumbers.indexOf(pageNumber + … 69489 nodesOnNextPage.push(linearNodeList[ii].nodeInfo); [all …]
|
| D | pdfmake.min.js | 2 …linearNodeList.forEach((function(r){r.resetXY()}))}this.docPreprocessor=new p,this.docMeasure=new …
|