| /plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
| D | mglyph.js | 19 …bbox=g.HTMLspanElement().bbox}}}}else{if(!this.img){this.img=a.mglyph.GLYPH[m.src]}if(!this.img){t…
|
| D | mmultiscripts.js | 19 …bbox=this.HTMLzeroBBox()}var P=b.TeX.x_height*R,C=b.TeX.scriptspace*R*0.75;var B=this.HTMLgetScrip… property
|
| D | mtable.js | 19 …bbox;if(aE.HTMLcanStretch("Vertical")){aW=aO.h+aO.d;if(aW){aV=b.length2em(aV,aB,aW);if(aV*aO.h/aW>…
|
| D | maction.js | 19 …bbox=this.HTMLzeroBBox();return j}j=this.HTMLcreateSpan(j);j.bbox=null;j.scale=this.HTMLgetScale()…
|
| D | multiline.js | 19 …bbox:{w:0},style:{}}}});var e={newline:0,nobreak:1000000,goodbreak:[-200],badbreak:[+200],auto:[0]…
|
| D | annotation-xml.js | 19 …(this.data[e].cloneNode(true))}var j=f.bbox;f.bbox=null;j.rw=j.w=b.getW(f);var h=b.getHD(f);j.h=h.…
|
| /plugin/diagramsnet/lib/math/jax/output/HTML-CSS/ |
| D | jax.js | 19 …bbox,o=m.HTMLCSS.outerEm;var n={w:r.w*o,h:r.h*o,d:r.d*o};if(r.width){n.width=r.width}return n},Zoo… property
|
| /plugin/diagramsnet/lib/math/config/ |
| D | MML_HTMLorMML-full.js | 56 …bbox,o=m.HTMLCSS.outerEm;var n={w:r.w*o,h:r.h*o,d:r.d*o};if(r.width){n.width=r.width}return n},Zoo… property 57 …bbox;if(aE.HTMLcanStretch("Vertical")){aW=aO.h+aO.d;if(aW){aV=b.length2em(aV,aB,aW);if(aV*aO.h/aW>… 58 …his.data[this.base],p=this.data[this.sub],n=this.data[this.sup];if(!s){s={bbox:{h:0.8,d:0.2}}}q.fi… property
|
| D | AM_HTMLorMML-full.js | 56 …bbox,o=m.HTMLCSS.outerEm;var n={w:r.w*o,h:r.h*o,d:r.d*o};if(r.width){n.width=r.width}return n},Zoo… property 57 …bbox;if(aE.HTMLcanStretch("Vertical")){aW=aO.h+aO.d;if(aW){aV=b.length2em(aV,aB,aW);if(aV*aO.h/aW>… 58 …his.data[this.base],p=this.data[this.sub],n=this.data[this.sup];if(!s){s={bbox:{h:0.8,d:0.2}}}q.fi… property
|
| D | Accessible-full.js | 71 …bbox=l.data[0].toHTML(j).bbox}else{j=f.apply(this,arguments)}return j}});g.merror.Augment({toHTML:… 73 …"Extension","HTML"],style:["Extension","HTML"],cssId:["Extension","HTML"],bbox:["Extension","bbox"… property 78 …bbox,o=m.HTMLCSS.outerEm;var n={w:r.w*o,h:r.h*o,d:r.d*o};if(r.width){n.width=r.width}return n},Zoo… property 79 …bbox;if(aE.HTMLcanStretch("Vertical")){aW=aO.h+aO.d;if(aW){aV=b.length2em(aV,aB,aW);if(aV*aO.h/aW>… 80 …his.data[this.base],p=this.data[this.sub],n=this.data[this.sup];if(!s){s={bbox:{h:0.8,d:0.2}}}q.fi… property
|
| D | TeX-MML-AM_HTMLorMML-full.js | 68 …bbox=l.data[0].toHTML(j).bbox}else{j=f.apply(this,arguments)}return j}});g.merror.Augment({toHTML:… 70 …"Extension","HTML"],style:["Extension","HTML"],cssId:["Extension","HTML"],bbox:["Extension","bbox"… property 76 …bbox,o=m.HTMLCSS.outerEm;var n={w:r.w*o,h:r.h*o,d:r.d*o};if(r.width){n.width=r.width}return n},Zoo… property 77 …bbox;if(aE.HTMLcanStretch("Vertical")){aW=aO.h+aO.d;if(aW){aV=b.length2em(aV,aB,aW);if(aV*aO.h/aW>… 78 …his.data[this.base],p=this.data[this.sub],n=this.data[this.sup];if(!s){s={bbox:{h:0.8,d:0.2}}}q.fi… property
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | font.class.php | 11 var $bbox; variable in Font 28 return $this->bbox[3]*0.25; 36 return $this->bbox[3]*0.8; 110 $this->bbox = array($head->_xMin*1000/$head->_unitsPerEm, 133 $font->bbox = array(); 203 $this->bbox = array($matches[1], $matches[2], $matches[3], $matches[4]);
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/ |
| D | FpdiTrait.php | 262 $bbox = $page->getBoundary($box); 263 if ($bbox === false) { 274 $dict->value['BBox'] = $bbox->toPdfArray(); 295 $e = -$bbox->getLlx(); 296 $f = -$bbox->getLly(); 310 $e = -$bbox->getLly(); 311 $f = $bbox->getUrx(); 314 $e = $bbox->getUrx(); 315 $f = $bbox->getUry(); 318 $e = $bbox->getUry(); [all …]
|
| /plugin/diagramsnet/lib/plugins/trees/ |
| D | trees.js | 535 var bbox = mxRectangle.fromRectangle(state); 540 bbox.x += ((after) ? cell.geometry.width + spacing : 545 bbox.y += ((after) ? cell.geometry.height + spacing : 570 if (mxUtils.intersects(bbox, sibling)) 572 dx = spacing + Math.max(dx, (Math.min(bbox.x + bbox.width, 573 sibling.x + sibling.width) - Math.max(bbox.x, sibling.x)) / s); 574 dy = spacing + Math.max(dy, (Math.min(bbox.y + bbox.height, 575 sibling.y + sibling.height) - Math.max(bbox.y, sibling.y)) / s); 716 var bbox = graph.view.getBounds(targets); 723 clones[1].geometry.x = (bbox == null) ? cell.geometry.x + (cell.geometry.width - [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | MetricsGenerator.php | 31 …FontBBox' => '[' . round($ttf->bbox[0]) . " " . round($ttf->bbox[1]) . " " . round($ttf->bbox[2]) …
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Trees.js | 715 var bbox = mxRectangle.fromRectangle(state); 720 bbox.x += ((after) ? cell.geometry.width + spacing : 725 bbox.y += ((after) ? cell.geometry.height + spacing : 750 if (mxUtils.intersects(bbox, sibling)) 752 dx = spacing + Math.max(dx, (Math.min(bbox.x + bbox.width, 753 sibling.x + sibling.width) - Math.max(bbox.x, sibling.x)) / s); 754 dy = spacing + Math.max(dy, (Math.min(bbox.y + bbox.height, 755 sibling.y + sibling.height) - Math.max(bbox.y, sibling.y)) / s); 965 var bbox = graph.view.getBounds(targets); 971 clones[1].geometry.x = (bbox == null) ? cell.geometry.x + (cell.geometry.width - [all …]
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.svg.js | 152 var bbox = o.getBBox(1); 153 … $(o.pattern, {patternTransform: o.matrix.invert() + " translate(" + bbox.x + "," + bbox.y + ")"}); 758 var bbox = this.getBBox(1); 759 cx = bbox.x + bbox.width / 2; 760 cy = bbox.y + bbox.height / 2; 794 var bbox = this.getBBox(1); 796 cx = cx == null ? bbox.x + bbox.width / 2 : cx; 797 cy = cy == null ? bbox.y + bbox.height / 2 : cy; 949 var bbox = {}; 951 bbox = this.node.getBBox(); property [all …]
|
| D | raphael.vml.js | 250 var bbox = o.getBBox(1); 251 fill.position = bbox.x + S + bbox.y; 252 o._.fillpos = [bbox.x, bbox.y]; 514 var bbox = this.getBBox(1); 515 cx = bbox.x + bbox.width / 2; 516 cy = bbox.y + bbox.height / 2; 532 if (this._.bbox) { 533 this._.bbox.x += dx; 534 this._.bbox.y += dy; 555 var bbox = this.getBBox(1); [all …]
|
| D | raphael.core.js | 276 var bbox = el._getBBox(); 277 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height); 280 var bbox = el._getBBox(); 281 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height); 1272 var bbox = curveDim.apply(null, p1x); 1274 x: bbox.min.x, 1275 y: bbox.min.y, 1276 x2: bbox.max.x, 1277 y2: bbox.max.y, 1278 width: bbox.max.x - bbox.min.x, [all …]
|
| /plugin/diagramsnet/lib/math/extensions/TeX/ |
| D | mathchoice.js | 19 …ed().CoreMO()},toHTML:function(e){e=this.HTMLcreateSpan(e);e.bbox=this.Core().toHTML(e).bbox;if(e.…
|
| D | noErrors.js | 19 …bbox=l.data[0].toHTML(j).bbox}else{j=f.apply(this,arguments)}return j}});g.merror.Augment({toHTML:…
|
| /plugin/callflow/ |
| D | raphael.js | 672 var bbox = el._getBBox(); 673 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height); 676 var bbox = el._getBBox(); 677 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height); 1658 var bbox = curveDim.apply(null, p1x); 1660 x: bbox.min.x, 1661 y: bbox.min.y, 1662 x2: bbox.max.x, 1663 y2: bbox.max.y, 1664 width: bbox.max.x - bbox.min.x, [all …]
|
| /plugin/advrack/ |
| D | raphael.js | 672 var bbox = el._getBBox(); 673 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height); 676 var bbox = el._getBBox(); 677 return rectPath(bbox.x, bbox.y, bbox.width, bbox.height); 1658 var bbox = curveDim.apply(null, p1x); 1660 x: bbox.min.x, 1661 y: bbox.min.y, 1662 x2: bbox.max.x, 1663 y2: bbox.max.y, 1664 width: bbox.max.x - bbox.min.x, [all …]
|
| /plugin/openlayersmap/syntax/ |
| D | olmap.php | 601 $bbox = $this->calcBBOX($overlay, $gmap ['lat'], $gmap ['lon']); 604 … $imgUrl .= "?ma=" . $bbox ['minlat'] . "%2C" . $bbox ['minlon'] . "%2C" . $bbox ['maxlat'] 605 . "%2C" . $bbox ['maxlon'];
|
| /plugin/simplemap/ |
| D | syntax.php | 94 … 'bbox' => ($long - 0.004) . ',' . ($lat - 0.002) . ',' . ($long + 0.004) . ',' . ($lat + 0.002),
|