Home
last modified time | relevance | path

Searched refs:y (Results 276 – 300 of 1365) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/pgn4web/pgn4web/
H A Dcrc32.js16 var y = 0;
19 y = ( crc ^ (str.charCodeAt( i ) % 0x100) ) & 0xFF;
20 x = "0x" + table.substr( y * 9, 8 );
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1y=x/(v*v),z=this.numGridSnapNodes,i=0;i<z;++i)for(d=0;d<this.k;++d){var A=this.x[d][i],B=A/w,C=B%1…
2y);var d=[a.px,a.py];this._descent.locks.add(b,d)}var f=this._descent.rungeKutta();return 0===f?th…
3y=c,this.Y=d}return a.empty=function(){return new a(Number.POSITIVE_INFINITY,Number.NEGATIVE_INFIN…
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js2331 y = Math.round(y);
2339 var ty = (y + tr.y) * s;
2362 var ty = (y + tr.y) * s;
2474 pt.y += offset.y;
2502 geo.y -= offset.y - dy;
2560 geo.y = Math.round(geo2.y);
2621 geo2.y = p0.y / view.scale - view.translate.y - geo2.height / 2;
2636 geo.y = (state.y - view.translate.y) / view.scale;
2648 var dy = pe.y - p0.y;
2660 geo2.y = geo.y - length;
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxAWS4.js35 mxShapeAws4ProductIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
37 c.translate(x, y);
126 mxShapeAws4ResourceIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
128 c.translate(x, y);
184 mxShapeAws4Group.prototype.paintVertexShape = function(c, x, y, w, h) argument
186 c.translate(x, y);
259 mxShapeAws4GroupCenter.prototype.paintVertexShape = function(c, x, y, w, h) argument
261 c.translate(x, y);
381 mxShapeAws4Group2.prototype.paintVertexShape = function(c, x, y, w, h) argument
383 c.translate(x, y);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php196 $y = 0;
204 …lor.';width:'.$w.'px;height:'.$h.'px;position:absolute;left:'.$x.'px;top:'.$y.'px;">&nbsp;</div>'.…
208 $y += $h;
238 $y = 0;
245 imagefilledrectangle($png, $x, $y, ($x + $scale->size - 1), ($y + $scale->size - 1), $fgcol);
249 $y += $scale->size;
310 $y = $scale->posY;
318 …$datamatrixData .= "\t\t".'<rect x="'.$x.'" y="'.$y.'" width="'.$scale->size.'" height="'.$scale->…
322 $y += $scale->size;
H A DPDF417Factory.php200 $y = 0;
208 …lor.';width:'.$w.'px;height:'.$h.'px;position:absolute;left:'.$x.'px;top:'.$y.'px;">&nbsp;</div>'.…
212 $y += $h;
242 $y = 0;
249 imagefilledrectangle($png, $x, $y, ($x + $scale->size - 1), ($y + $scale->size - 1), $fgcol);
253 $y += $scale->size;
314 $y = $scale->posY;
322 …$pdf417Data .= "\t\t".'<rect x="'.$x.'" y="'.$y.'" width="'.$scale->size.'" height="'.$scale->size…
326 $y += $scale->size;
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19y.doc.querySelector(String(a)),w(a)}return a=null==a?"100%":a,b=null==b?"100%":b,new v(a,b)}functi… property in AnonymousFunction85d6629b2d00.e
20y:+b.y.toFixed(3),width:+b.width.toFixed(3),height:+b.height.toFixed(3),contents:this.outerSVG()})… function
21y),c.push(h.x+h.width),f.push(h.y+h.height)}return a=e.apply(0,a),b=e.apply(0,b),c=d.apply(0,c),f=…
/plugin/rrdgraph/inc/
H A Derrorimage.php49 $y = self::BORDER_WIDTH + self::BORDER_SPACING;
50 …imagestring($image, self::TITLE_FONT, self::BORDER_WIDTH + self::BORDER_SPACING, $y, $title, $cBla…
51 $y += imagefontheight(self::FONT) + self::LINE_SPACING;
52 … imagestring($image, self::FONT, self::BORDER_WIDTH + self::BORDER_SPACING, $y, $message, $cBlack);
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js226 var y, obj;
230 return img.container.pageY + img.y;
232 return img.y;
251 var y, obj;
261 function moveXY(myObject, x, y) { argument
264 obj.top = y;
268 obj.pixelTop = y;
271 obj.top = y + 'px';
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js48 mxShapePidFan.prototype.paintVertexShape = function(c, x, y, w, h) argument
50 c.translate(x, y);
51 this.background(c, x, y, w, h);
53 this.foreground(c, x, y, w, h);
56 mxShapePidFan.prototype.background = function(c, x, y, w, h) argument
62 mxShapePidFan.prototype.foreground = function(c, x, y, w, h) argument
162 c.translate(x, y);
163 this.background(c, x, y, w, h);
165 this.foreground(c, x, y, w, h);
458 c.translate(x, y);
[all …]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js117 return " translate3d(" + t.x + "px," + t.y + "px," + t.z + "px) ";
125 rY = " rotateY(" + r.y + "deg) ",
303 y: toNumber(data.y), property in initStep.step.translate
308 y: toNumber(data.rotateY), property in initStep.step.rotate
395 translate: { x: 0, y: 0, z: 0 }, property in init.currentState.translate
396 rotate: { x: 0, y: 0, z: 0 }, property in init.currentState.rotate
454 y: -step.rotate.y, property in goto.target.rotate
459 y: -step.translate.y, property in goto.target.translate
521 … (currentState.rotate.x === target.rotate.x && currentState.rotate.y === target.rotate.y &&
523 …currentState.translate.y === target.translate.y && currentState.translate.z === target.translate.z…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1y(){this._=Object.create(null)}function m(n){return n}function M(n,t,e){return function(){var r=e.… property in Yn.C
2y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEnd=o,o()}var s,h,p,g,v,d,y,m,M,x,… function
3y.push([+_.call(this,h,m),+w.call(this,h,m)])):d.length&&(l(),d=[],y=[]);return d.length&&l(),v.le… function
4y){var i=mt(y,r),u=[i[1],-i[0],0],o=mt(u,i);bt(o),o=_t(o);var l=t-g,c=l>0?1:-1,v=o[0]*Zo*c,d=xo(l)… class in AnonymousFunctione5006140bb00
5y=c,i.dy=f,a+=i.dx=Math.min(e.x+e.dx-a,f?l(i.area/f):0);i.z=!0,i.dx+=e.x+e.dx-a,e.y+=f,e.dy-=f}els… property in AnonymousFunctione5006140ef00.t
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dkanban.svg3 <rect width="3" height="5" x="6.5" y="2" rx="1"/>
4 <rect width="3" height="9" x="2.5" y="2" rx="1"/>
5 <rect width="3" height="12" x="10.5" y="2" rx="1"/>
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Drack_out_of_band.svg1y="11.5" width="47" height="9" rx="1.5" fill="#fff"/><path d="M46 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1…
H A Drack_cumulus_linux.svg1y="11.5" width="47" height="9" rx="1.5" fill="#fff"/><path d="M46 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.br.php29 function apply_clear($y, &$context) { argument
30 return LayoutVertical::apply_clear($this, $y, $context);
104 $y = $this->apply_clear($parent->_current_y, $context);
111 $this->put_top($y);
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5 "use strict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Popper={})}(this,(function(e){function t(e){return{width:(e=e.getBoundingClientRect()).width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function n(e){return null==e?window:"[object Window]"!==e.toString()?(e=e.ownerDocument)&&e.defaultView||window:e}function o(e){return{scrollLeft:(e=n(e)).pageXOffset,scrollTop:e.pageYOffset}}function r(e){return e instanceof n(e).Element||e instanceof Element}function i(e){return e instanceof n(e).HTMLElement||e instanceof HTMLElement}function a(e){return"undefined"!=typeof ShadowRoot&&(e instanceof n(e).ShadowRoot||e instanceof ShadowRoot)}function s(e){return e?(e.nodeName||"").toLowerCase():null}function f(e){return((r(e)?e.ownerDocument:e.document)||window.document).documentElement}function p(e){return t(f(e)).left+o(e).scrollLeft}function c(e){return n(e).getComputedStyle(e)}function l(e){return e=c(e),/auto|scroll|overlay|hidden/.test(e.overflow+e.overflowY+e.overflowX)}function u(e,r,a){void 0===a&&(a=!1);var c=f(r);e=t(e);var u=i(r),d={scrollLeft:0,scrollTop:0},m={x:0,y:0};return(u||!u&&!a)&&(("body"!==s(r)||l(c))&&(d=r!==n(r)&&i(r)?{scrollLeft:r.scrollLeft,scrollTop:r.scrollTop}:o(r)),i(r)?((m=t(r)).x+=r.clientLeft,m.y+=r.clientTop):c&&(m.x=p(c))),{x:e.left+d.scrollLeft-m.x,y:e.top+d.scrollTop-m.y,width:e.width,height:e.height}}function d(e){var n=t(e),o=e.offsetWidth,r=e.offsetHeight;return 1>=Math.abs(n.width-o)&&(o=n.width),1>=Math.abs(n.height-r)&&(r=n.height),{x:e.offsetLeft,y:e.offsetTop,width:o,height:r}}function m(e){return"html"===s(e)?e:e.assignedSlot||e.parentNode||(a(e)?e.host:null)||f(e)}function h(e){return 0<=["html","body","#document"].indexOf(s(e))?e.ownerDocument.body:i(e)&&l(e)?e:h(m(e))}function v(e,t){var o;void 0===t&&(t=[]);var r=h(e);return e=r===(null==(o=e.ownerDocument)?void 0:o.body),o=n(r),r=e?[o].concat(o.visualViewport||[],l(r)?r:[]):r,t=t.concat(r),e?t:t.concat(v(m(r)))}function g(e){return i(e)&&"fixed"!==c(e).position?e.offsetParent:null}function y(e){for(var t=n(e),o=g(e);o&&0<=["table","td","th"].indexOf(s(o))&&"static"===c(o).position;)o=g(o);if(o&&("html"===s(o)||"body"===s(o)&&"static"===c(o).position))return t;if(!o)e:{if(o=-1!==navigator.userAgent.toLowerCase().indexOf("firefox"),-1===navigator.userAgent.indexOf("Trident")||!i(e)||"fixed"!==c(e).position)for(e=m(e);i(e)&&0>["html","body"].indexOf(s(e));){var r=c(e);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||o&&"filter"===r.willChange||o&&r.filter&&"none"!==r.filter){o=e;break e}e=e.parentNode}o=null}return o||t}function b(e){function t(e){o.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){o.has(e)||(e=n.get(e))&&t(e)})),r.push(e)}var n=new Map,o=new Set,r=[];return e.forEach((function(e){n.set(e.name,e)})),e.forEach((function(e){o.has(e.name)||t(e)})),r}function w(e){var t;return function(){return t||(t=new Promise((function(n){Promise.resolve().then((function(){t=void 0,n(e())}))}))),t}}function x(e){return e.split("-")[0]}function O(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&a(n))do{if(t&&e.isSameNode(t))return!0;t=t.parentNode||t.host}while(t);return!1}function j(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function E(e,r){if("viewport"===r){r=n(e);var a=f(e);r=r.visualViewport;var s=a.clientWidth;a=a.clientHeight;var l=0,u=0;r&&(s=r.width,a=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(l=r.offsetLeft,u=r.offsetTop)),e=j(e={width:s,height:a,x:l+p(e),y property in T.e
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ku/
H A Dku.txt
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php755 $y = 0;
761 $y = 0;
766 $y = 4;
771 $y = 2;
776 $y = 1;
780 for (; $y < $this->m_gih->m_nHeight; $y += $s) {
902 for ($y = 0; $y < $this->m_gfh->m_nHeight; $y++) {
906 ($y >= $this->m_img->m_gih->m_nTop) &&
1001 for ($y = 0; $y < $this->m_gfh->m_nHeight; $y++) {
1006 ($y >= $this->m_img->m_gih->m_nTop) &&
[all …]
/plugin/stlviewer/stlviewer/
H A Dload_stl.min.js2y=0,z=0,model_id=-1,get_progress=!1,jszip_path="jszip.min.js";function isNumeric(a){return!isNaN(p… variable
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DMedium_Business_Building.svg1y="0" width="41.986" height="21.893"><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 …
/plugin/gcalendar/inc/
H A Dgcal_read.php200 $d=$match[1];$m=$match[2];$y=$match[3];
202 $d=$match[2];$m=$match[1];$y=$match[3];
204 $d=$match[3];$m=$match[2];$y=$match[1];
211 if(strlen($y)==0) $y=date('Y',$default_date);
212 if(strlen($y)==2) $y='20'.$y;
215 return $y.$m.$d; // return format yyyymmdd
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js387 y: rect[1],
610 $(node, {x: a.x, y: a.y});
613 dif = a.y - (bb.y + bb.height / 2);
760 cy = bbox.y + bbox.height / 2;
956 y: this.node.clientTop,
1221 …res.attrs = {x: x, y: y, width: w, height: h, rx: r || 0, ry: r || 0, fill: "none", stroke: "#000"… property in res.attrs
1237 $(el, {x: x, y: y, width: w, height: h, preserveAspectRatio: "none"});
1241 res.attrs = {x: x, y: y, width: w, height: h, src: src}; property in res.attrs
1251 y: y, property in res.attrs
1280 y = con.y,
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js706 clones[1].geometry.y -= pgeo.y;
755 sibling.y + sibling.height) - Math.max(bbox.y, sibling.y)) / s);
839 clones[1].geometry.y -= pgeo.y;
974 clones[1].geometry.y += clones[1].geometry.height - pgeo.y + level;
981 clones[1].geometry.y -= clones[1].geometry.height + pgeo.y + level;
987 clones[1].geometry.height) / 2 : (bbox.y + bbox.height) / s - tr.y + -
988 pgeo.y + spacing;
994 clones[1].geometry.height) / 2 : (bbox.y + bbox.height) / s - tr.y + -
995 pgeo.y + spacing;
1020 (horizontal && (Math.min(temp.y + temp.height, state.y + state.height) >=
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php117 $this->mpdf->y+=$h;
213 $this->mpdf->y+=$h;
278 function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') argument
356 $this->mpdf->transformRotate(-$d / 2, $x, $y);
358 $this->mpdf->transformRotate($d / 2, $x, $y);
368 $this->mpdf->transformRotate((($w[$i] / 2) / $u) * 360, $x, $y);
370 $this->mpdf->transformRotate((($w[$i] / 2 + $w[$i - 1] / 2) / $u) * 360, $x, $y);
375 $this->mpdf->transformScale($fontwidth * 100, 100, $x, $y);
378 $this->mpdf->SetXY($x - $w[$i] / 2, $y - $r);
384 $this->mpdf->transformRotate(-(($w[$i] / 2) / $u) * 360, $x, $y);
[all...]

1...<<11121314151617181920>>...55