Home
last modified time | relevance | path

Searched refs:offsetY (Results 1 – 25 of 79) sorted by relevance

1234

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js226 drawActor: function(actor, offsetY, height) { argument
228 BaseTheme.prototype.drawActor.call(this, actor, offsetY, height); argument
232 drawSignal: function(signal, offsetY) { argument
234 BaseTheme.prototype.drawSignal.call(this, signal, offsetY); argument
238 drawSelfSignal: function(signal, offsetY) { argument
240 BaseTheme.prototype.drawSelfSignal.call(this, signal, offsetY); argument
244 drawNote: function(note, offsetY) { argument
246 BaseTheme.prototype.drawNote.call(this, note, offsetY); argument
H A Dtheme.js339 drawActors: function(offsetY) { argument
340 var y = offsetY;
356 drawActor: function(actor, offsetY, height) { argument
357 actor.y = offsetY;
362 drawSignals: function(offsetY) { argument
363 var y = offsetY;
381 drawSelfSignal: function(signal, offsetY) { argument
392 var y1 = offsetY + SIGNAL_MARGIN + SIGNAL_PADDING;
401 drawSignal: function(signal, offsetY) { argument
417 drawNote: function(note, offsetY) { argument
[all …]
/plugin/magnifier/
H A Dscript.js29 event.offsetY = (event.pageY - $(event.target).offset().top);
78 _.setPosition(event.pageX,event.pageY, event.offsetX, event.offsetY, $$);
88 rootOffset.top < event.offsetY ||
89 (rootOffset.top + rootOffset.height) > event.offsetY )
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js1142 drawActors: function(offsetY) { argument
1143 var y = offsetY;
1160 actor.y = offsetY;
1165 drawSignals: function(offsetY) { argument
1166 var y = offsetY;
1184 drawSelfSignal: function(signal, offsetY) { argument
1204 drawSignal: function(signal, offsetY) { argument
1220 drawNote: function(note, offsetY) { argument
1221 note.y = offsetY;
1503 drawSignal: function(signal, offsetY) { argument
[all …]
H A Dsequence-diagram-snap-min.js6offsetY){var y=offsetY;_.each(this.diagram.actors,function(a){this.drawActor(a,y,this.actorsHeight… argument
H A Dsequence-diagram.js1142 drawActors: function(offsetY) { argument
1143 var y = offsetY;
1160 actor.y = offsetY;
1165 drawSignals: function(offsetY) { argument
1166 var y = offsetY;
1184 drawSelfSignal: function(signal, offsetY) { argument
1204 drawSignal: function(signal, offsetY) { argument
1220 drawNote: function(note, offsetY) { argument
1221 note.y = offsetY;
1503 drawSignal: function(signal, offsetY) { argument
[all …]
H A Dsequence-diagram-min.js6offsetY){var y=offsetY;_.each(this.diagram.actors,function(a){this.drawActor(a,y,this.actorsHeight… argument
H A Dsequence-diagram-raphael.js1142 drawActors: function(offsetY) { argument
1143 var y = offsetY;
1159 drawActor: function(actor, offsetY, height) { argument
1160 actor.y = offsetY;
1165 drawSignals: function(offsetY) { argument
1166 var y = offsetY;
1184 drawSelfSignal: function(signal, offsetY) { argument
1195 var y1 = offsetY + SIGNAL_MARGIN + SIGNAL_PADDING;
1204 drawSignal: function(signal, offsetY) { argument
1220 drawNote: function(note, offsetY) { argument
[all …]
H A Dsequence-diagram-raphael-min.js6offsetY){var y=offsetY;_.each(this.diagram.actors,function(a){this.drawActor(a,y,this.actorsHeight… argument
/plugin/blogtng/
H A Dscript.js201 e.offsetY > 0 && e.offsetY < comment_div.offsetHeight-1){
232 y = e.offsetY;
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js809 offsetX: 10, offsetY: 5 // pixels to offset tooltip from mouse position
1000 offsetX: 10, offsetY: 5 // pixels to offset tooltip from mouse position
/plugin/openlayersmap/
H A DStaticMap.php72 private $offsetY;
330 $this->offsetY = floor((floor($this->centerY) - $this->centerY) * $this->tileSize);
366 $this->offsetY = -floor(($this->centerY - floor($this->centerY)) * $this->tileSize);
368 $this->offsetY += floor($this->height / 2);
370 $this->offsetY += floor($startY - floor($this->centerY)) * $this->tileSize;
389 $destY = ($y - $startY) * $this->tileSize + $this->offsetY;
143 private $offsetY; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js219 this.offsetY = (pointer[1] - offsets[1]);
232 this.offsetY = (pointer[1] - offsets[1]);
251 pointer[1] -= this.offsetY + offsets[1];
/plugin/editonlink/
H A Dscript.js20 dy = e.offsetY + xya.top - y,
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmaction.js19offsetY:5},g.config.tooltip||{});c.maction.Augment({SVGtooltip:MathJax.HTML.addElement(document.bo…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmaction.js19offsetY:5},e.config.tooltip||{});c.maction.Augment({HTMLtooltip:e.addElement(document.body,"div",{…
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js216 var offsetY = groupBounds.y;
234 geometry.y = geometry.y - offsetY;
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js1586 var offsetY = 14;
1597 offsetY += inset;
1648 stencil.drawShape(c, this, w * 0.5 + currXOffset + 1, h - offsetY + 1, 12, 12);
1655 c.translate(w * 0.5 + currXOffset + 1, h - offsetY + 1);
1666 c.translate(- w * 0.5 - currXOffset - 1, offsetY - 1 - h);
1672 c.translate(w * 0.5 + currXOffset + 1, h - offsetY + 1);
1683 c.translate(- w * 0.5 - currXOffset - 1, offsetY - 1 - h);
1693 stencil.drawShape(c, this, w * 0.5 + currXOffset, h - offsetY + 1, 14, 12);
1700 c.translate(w * 0.5 + currXOffset, h - offsetY);
1712 c.translate(- w * 0.5 - currXOffset, offsetY - h);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js95 offsetY: 3
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 …clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h…
H A Dlg-zoom.js117 … var offsetY = (($(window).height() - $image.prop('offsetHeight')) / 2) + $(window).scrollTop();
120 _y = _this.pageY - offsetY;
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js949 offsetY = texture.offset.y / texture.repeat.y,
954 v0 = ( v0 + offsetY ) * height;
957 v1 = ( v1 + offsetY ) * height;
960 v2 = ( v2 + offsetY ) * height;
/plugin/achart/assets/
H A Dapexcharts.min.js6offsetY,n+t.offsetX,a.globals.gridHeight+t.offsetY,t.borderColor,h,t.borderWidth);e.appendChild(c.… property in AnonymousFunction1cae5b510100.S.t.yAxis.axisTicks
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js4offsetY:0,initialize:function(options){options||(options={});var coords={};this.id=fabric.Object._…
5offsetY:pointer.y-target.top,originX:origin.x,originY:origin.y,ex:pointer.x,ey:pointer.y,left:targ… property in AnonymousFunction148c19c3ba00._currentTransform
6offsetY*multY*this.scaleY},_removeShadow:function(ctx){if(!this.shadow){return}ctx.shadowColor="";…
8offsetY=Math.sin(_angle+theta)*_hypotenuse,sinTh=Math.sin(theta),cosTh=Math.cos(theta),coords=this…
H A Dfabric.js4951 offsetY: 0,
4983 this.offsetY = options.offsetY || this.offsetY;
5013 offsetY: this.offsetY
5320 offsetY: 0,
5359 this.offsetY = options.offsetY;
5384 offsetY: this.offsetY
5502 offsetY: 0,
5610 offsetY: this.offsetY
5623 if (this.offsetY !== proto.offsetY) {
5624 obj.offsetY = this.offsetY;
[all …]

1234