| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.core.js | 1310 R.isBBoxIntersect = function (bbox1, bbox2) { argument 1312 return i(bbox2, bbox1.x, bbox1.y) 1313 || i(bbox2, bbox1.x2, bbox1.y) 1314 || i(bbox2, bbox1.x, bbox1.y2) 1315 || i(bbox2, bbox1.x2, bbox1.y2) 1316 || i(bbox1, bbox2.x, bbox2.y) 1317 || i(bbox1, bbox2.x2, bbox2.y) 1318 || i(bbox1, bbox2.x, bbox2.y2) 1319 || i(bbox1, bbox2.x2, bbox2.y2) 1320 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x) [all …]
|
| /plugin/sequencediagram/bower_components/snap.svg/dist/ |
| D | snap.svg.js | 5504 function isBBoxIntersect(bbox1, bbox2) { argument 5505 bbox1 = box(bbox1); 5507 return isPointInsideBBox(bbox2, bbox1.x, bbox1.y) 5508 || isPointInsideBBox(bbox2, bbox1.x2, bbox1.y) 5509 || isPointInsideBBox(bbox2, bbox1.x, bbox1.y2) 5510 || isPointInsideBBox(bbox2, bbox1.x2, bbox1.y2) 5511 || isPointInsideBBox(bbox1, bbox2.x, bbox2.y) 5512 || isPointInsideBBox(bbox1, bbox2.x2, bbox2.y) 5513 || isPointInsideBBox(bbox1, bbox2.x, bbox2.y2) 5514 || isPointInsideBBox(bbox1, bbox2.x2, bbox2.y2) [all …]
|
| /plugin/callflow/ |
| D | raphael.js | 1696 R.isBBoxIntersect = function (bbox1, bbox2) { argument 1698 return i(bbox2, bbox1.x, bbox1.y) 1699 || i(bbox2, bbox1.x2, bbox1.y) 1700 || i(bbox2, bbox1.x, bbox1.y2) 1701 || i(bbox2, bbox1.x2, bbox1.y2) 1702 || i(bbox1, bbox2.x, bbox2.y) 1703 || i(bbox1, bbox2.x2, bbox2.y) 1704 || i(bbox1, bbox2.x, bbox2.y2) 1705 || i(bbox1, bbox2.x2, bbox2.y2) 1706 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x) [all …]
|
| /plugin/advrack/ |
| D | raphael.js | 1696 R.isBBoxIntersect = function (bbox1, bbox2) { argument 1698 return i(bbox2, bbox1.x, bbox1.y) 1699 || i(bbox2, bbox1.x2, bbox1.y) 1700 || i(bbox2, bbox1.x, bbox1.y2) 1701 || i(bbox2, bbox1.x2, bbox1.y2) 1702 || i(bbox1, bbox2.x, bbox2.y) 1703 || i(bbox1, bbox2.x2, bbox2.y) 1704 || i(bbox1, bbox2.x, bbox2.y2) 1705 || i(bbox1, bbox2.x2, bbox2.y2) 1706 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x) [all …]
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 3391 function isBBoxIntersect(bbox1, bbox2) { argument 3392 bbox1 = rectBBox(bbox1); 3394 return isPointInsideBBox$2(bbox2, bbox1.x, bbox1.y) 3395 || isPointInsideBBox$2(bbox2, bbox1.x2, bbox1.y) 3396 || isPointInsideBBox$2(bbox2, bbox1.x, bbox1.y2) 3397 || isPointInsideBBox$2(bbox2, bbox1.x2, bbox1.y2) 3398 || isPointInsideBBox$2(bbox1, bbox2.x, bbox2.y) 3399 || isPointInsideBBox$2(bbox1, bbox2.x2, bbox2.y) 3400 || isPointInsideBBox$2(bbox1, bbox2.x, bbox2.y2) 3401 || isPointInsideBBox$2(bbox1, bbox2.x2, bbox2.y2) [all …]
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 21316 function addBounds(bbox1) { 21317 if (bbox1[0] < bbox[0]) { 21318 bbox[0] = bbox1[0]; 21320 if (bbox1[2] > bbox[2]) { 21321 bbox[2] = bbox1[2]; 21323 if (bbox1[1] < bbox[1]) { 21324 bbox[1] = bbox1[1]; 21326 if (bbox1[3] > bbox[3]) { 21327 bbox[3] = bbox1[3];
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …bbox1 = distBBox(node, 0, i, this.toBBox);\n const bbox2 = distBBox(node, i, M, this.to…
|