Searched refs:rangeB (Results 1 – 2 of 2) sorted by relevance
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 36722 DistributeElements$1.prototype._hasIntersection = function(rangeA, rangeB) { argument 36723 return Math.max(rangeA.min, rangeA.max) >= Math.min(rangeB.min, rangeB.max) && 36724 Math.min(rangeA.min, rangeA.max) <= Math.max(rangeB.min, rangeB.max);
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 58273 function swap(glyphs, rangeA, rangeB, reverseA, reverseB) { 58280 var end = glyphs.splice(rangeB[0] - (rangeB[1] - 1), rangeB[1]); 58288 glyphs.splice.apply(glyphs, [rangeB[0] - (rangeA[1] - 1), 0].concat(start));
|