Home
last modified time | relevance | path

Searched refs:bx (Results 1 – 25 of 39) sorted by relevance

12

/plugin/slider/
Dscreen.css17 .bx-wrapper {
24 .bx-wrapper img {
32 .bx-wrapper .bx-viewport {
41 .bx-wrapper .bx-pager,
42 .bx-wrapper .bx-controls-auto {
50 .bx-wrapper .bx-loading {
63 .bx-wrapper .bx-pager {
72 .bx-wrapper .bx-pager .bx-pager-item,
73 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
79 .bx-wrapper .bx-pager.bx-default-pager a {
[all …]
Dstyle.css38 .bx-wrapper .bx-viewport {
47 .bx-wrapper {
50 .bx-wrapper .bx-controls .bx-pager {
54 .bx-wrapper .bx-controls-direction a {
59 .bx-wrapper .bx-controls .bx-pager a {
64 .bx-wrapper img.plugin_slider_img {
/plugin/godiag/
Dsyntax.php260 foreach($as_array as $bx => $symb) {
262 … $this->dgm['imap_html'] .= $this->imap_area($bx, $row, $this->dgm['imappings'][$symb]);
409 function draw_hoshi($im, $bx, $by) { argument
410 $coords=$this->get_coords($bx, $by);
414 function draw_white($im, $bx, $by) { argument
415 $coords=$this->get_coords($bx, $by);
420 function draw_black($im, $bx, $by) { argument
421 $coords=$this->get_coords($bx, $by);
425 function draw_white_circle($im, $bx, $by) { argument
426 $coords=$this->get_coords($bx, $by);
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/
DRectangle.php62 $bx = PdfNumeric::ensure(PdfType::resolve($array[2], $parser))->value;
65 return new self($ax, $ay, $bx, $by);
73 * @param float|int $bx
76 public function __construct($ax, $ay, $bx, $by) argument
78 $this->llx = \min($ax, $bx);
80 $this->urx = \max($ax, $bx);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php1789 $bx = $this->computeBezierBoundingBox($start, $curves);
1790 $minl = min($minl, $bx[0]);
1791 $maxr = max($maxr, $bx[2]);
1792 $mint = min($mint, $bx[1]);
1793 $maxb = max($maxb, $bx[3]);
1845 $bx = $this->computeBezierBoundingBox($start, $curves);
1846 $minl = min($minl, $bx[0]);
1847 $maxr = max($maxr, $bx[2]);
1848 $mint = min($mint, $bx[1]);
1849 $maxb = max($maxb, $bx[3]);
[all …]
/plugin/codemirror/dist/modes/
Dgas.min.js1 …unction g(a){d="#";f.ax="variable";f.eax="variable-2";f.rax="variable-3";f.bx="variable";f.ebx="va…
Dgas.min.js.map1bx","ebx","rbx","cx","ecx","rcx","dx","edx","rdx","si","esi","rsi","di","edi","rdi","sp","esp","rs…
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js1976 attrs = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
1977 attrs2 = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
1994 nx = d.x * 2 - d.bx; // And reflect the previous
2050 a1.bx = 0;
2098 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
2100 attrs2.bx = p2 && (toFloat(seg2[seg2len - 4]) || attrs2.x);
4275 bx = 3 * (p2x - p1x) - cx,
4276 ax = 1 - cx - bx,
4281 return ((ax * t + bx) * t + cx) * t;
4294 d2 = (3 * ax * t2 + 2 * bx) * t2 + cx;
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js6228 attrs = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
6229 attrs2 = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
6246 nx = d.x * 2 - d.bx; // And reflect the previous
6302 a1.bx = 0;
6351 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
6353 attrs2.bx = p2 && (toFloat(seg2[seg2len - 4]) || attrs2.x);
8116 var bx = el.getBBox ? el.getBBox() : box(el),
8124 out.dy = bx.y - bb.y;
8128 out.dy = bx.y2 - bb.y2;
8132 out.dy = bx.cy - bb.cy;
[all …]
Dsnap.svg-min.js20bx:0,by:0,X:0,Y:0,qx:null,qy:null},i={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},j=(function(a,b,c… property
/plugin/callflow/
Draphael.js2362 attrs = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
2363 attrs2 = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
2380 nx = d.x * 2 - d.bx; // And reflect the previous
2434 a1.bx = 0;
2454 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
2456 attrs2.bx = p2 && (toFloat(seg2[seg2len - 4]) || attrs2.x);
4636 bx = 3 * (p2x - p1x) - cx,
4637 ax = 1 - cx - bx,
4642 return ((ax * t + bx) * t + cx) * t;
4655 d2 = (3 * ax * t2 + 2 * bx) * t2 + cx;
/plugin/advrack/
Draphael.js2362 attrs = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
2363 attrs2 = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, property
2380 nx = d.x * 2 - d.bx; // And reflect the previous
2434 a1.bx = 0;
2454 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
2456 attrs2.bx = p2 && (toFloat(seg2[seg2len - 4]) || attrs2.x);
4636 bx = 3 * (p2x - p1x) - cx,
4637 ax = 1 - cx - bx,
4642 return ((ax * t + bx) * t + cx) * t;
4655 d2 = (3 * ax * t2 + 2 * bx) * t2 + cx;
Djquery.qtip.js3122 rect: function(ax, ay, bx, by) { argument
3124 width: Math.abs(bx - ax),
3127 left: Math.min(ax, bx),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php9747 $bx = $ay - ($lh / Mpdf::SCALE);
9749 $lk[0] = $bx * Mpdf::SCALE;
9844 $bx = $ay - ($lh / Mpdf::SCALE);
9846 $lk[0] = $bx * Mpdf::SCALE;
13038 $bx = $this->page_box['outer_width_LR'] - $m;
13039 $ax = max($ax1, $bx - $l);
13050 $this->Line($ax, $this->page_box['outer_width_TB'], $bx, $this->page_box['outer_width_TB']);
13052 …$this->Line($ax, $this->h - $this->page_box['outer_width_TB'], $bx, $this->h - $this->page_box['ou…
22227 $bx = $x0;
22231 …$bx -= ($table['padding']['L'] + $table['border_details']['L']['w'] + $table['border_spacing_H'] /…
[all …]
/plugin/sequencediagram/bower_components/raphael/
Draphael.no-deps.min.js1bx:0,by:0,X:0,Y:0,qx:null,qy:null},s={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o=function(t,e,r)… property
Draphael.min.js1bx:0,by:0,X:0,Y:0,qx:null,qy:null},s={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o=function(t,e,r)… property
/plugin/flowchartjs/
Draphael.min.js1bx:0,by:0,X:0,Y:0,qx:null,qy:null},s={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o=function(t,e,r)… property
/plugin/chordsheets/js/
H A Draphael.js1bx:0,by:0,X:0,Y:0,qx:null,qy:null},s={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o=function(t,e,r)… property
/plugin/diagramsnet/lib/
Dyarn.lock115 …integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyP…
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js1141 function draw_rest(s){var s2,i,j,x,y,yb,bx,p_staff=staff_tb[s.st]
2099 function out_bars(){var i,b,bx,l=ba.length
2100 set_font("annotation");bx=gene.curfont.box
2101 if(bx)
2104 if(bx)
2105 gene.curfont.box=bx
7483 function tempo_build(s){var i,j,bx,p,wh,dy,w=0,str=[]
7526 function writempo(s,x,y){var bx
7529 bx=x}
7533 if(bx){gene.curfont.box=true
[all …]
/plugin/diagramsnet/lib/js/mermaid/
Dmermaid.min.js6bx=Math.sqrt,xx=Math.PI,_x=xx/2,kx=2*xx;function wx(t){return t>1?0:t<-1?xx:Math.acos(t)}function …
/plugin/flowcharts/
Dmermaid.min.js1bx=Math.sqrt,xx=Math.PI,_x=xx/2,wx=2*xx;function kx(t){return t>1?0:t<-1?xx:Math.acos(t)}function …
/plugin/amcharts/assets/amcharts/
Damcharts.js194 a.bx=b;a.by=c;d.setCN(e,p,this.bcn+"bullet");a.className&&d.setCN(e,p,a.className,!0)}if(p){p.size=…
201 this.resizedDItem;if(a){var b=a.bulletGraphics;b&&!b.doNotScale&&(b.translate(a.bx,a.by,1),b.setAtt…
203 …(1!=b||!isNaN(c))){var e=a.bulletGraphics;e&&!e.doNotScale&&(e.translate(a.bx,a.by,b),isNaN(c)||(e…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js5094 mxVsdxUtils.isInsideTriangle = function (x, y, ax, ay, bx, by, cx, cy) { argument
5100 var d1 = sign(x, y, ax, ay, bx, by);
5101 var d2 = sign(x, y, bx, by, cx, cy);
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js7bx:0,by:0,X:0,Y:0,qx:null,qy:null},o=function(e,t,n){var i,o;if(!e)return["C",t.x,t.y,t.x,t.y,t.x,… property

12