Home
last modified time | relevance | path

Searched refs:currentX (Results 1 – 18 of 18) sorted by relevance

/plugin/imagecarousel/vendor/swipebox/js/
Djquery.swipebox.js39 currentX = 0,
308 '-webkit-transform' : 'translate3d(' + currentX +'%, 0, 0)',
309 'transform' : 'translate3d(' + currentX + '%, 0, 0)'
355 '-webkit-transform' : 'translate3d(' + ( currentX + hDistancePercent ) +'%, 0, 0)',
356 'transform' : 'translate3d(' + ( currentX + hDistancePercent ) + '%, 0, 0)'
370 '-webkit-transform' : 'translate3d(' + ( currentX + hDistancePercent ) +'%, 0, 0)',
371 'transform' : 'translate3d(' + ( currentX + hDistancePercent ) + '%, 0, 0)'
435 '-webkit-transform' : 'translate3d(' + currentX + '%, 0, 0)',
436 'transform' : 'translate3d(' + currentX + '%, 0, 0)'
601 currentX = -index*100;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php4023 $currentX = $this->textXorigin;
4029 $x = isset($attribs['x']) ? $this->ConvertSVGSizePixels($attribs['x'], 'x') : $currentX;
4043 $currentX = $this->textXorigin;
4046 $currentX += isset($attribs['dx']) ? $this->ConvertSVGSizePixels($attribs['dx'], 'x') : 0;
4049 $this->txt_data[0] = $currentX;
4054 $this->textXorigin = $currentX;
/plugin/revealjs/js/
Dreveal.js5472 var currentX = event.touches[0].clientX;
5478 var deltaX = currentX - touch.startX,
/plugin/pdfjs/pdfjs/web/
Dviewer.js3591 var currentX = viewAreaElement.scrollLeft;
3594 if (currentX !== lastX) {
3595 state.right = currentX > lastX;
3598 state.lastX = currentX;
Dviewer.js.map1currentX","viewAreaElement","lastX","currentY","lastY","callback","right","down","_eventHandler","…
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js12596 if (this.first != null && this.currentX != null && this.currentY != null)
12600 dx = (this.currentX - x0) / this.graph.view.scale;
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js29756 var currentX = IMAGE_PADDING,
29764 if (currentX + img.width > MAX_WIDTH) {
29765 maxX = Math.max(maxX, currentX);
29767 currentX = 0;
29773 x: currentX,
29778 currentX += img.width + 2 * IMAGE_PADDING;
29782 var imgWidth = Math.max(maxX, currentX) + IMAGE_PADDING;
Dpdf.worker.js.map1currentX","currentY","img","imgWidth","imgHeight","dataOffset","MIN_IMAGES_IN_MASKS_BLOCK","MAX_IM…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js22711 currentX = 0,
22754 currentX += length - (endX - startX);
22793 currentX = currentY = 0;
22842 currentX = xAttr;
22851 currentX += dxAttr;
22863 x: currentX + pos[j].xOffset,
22880 currentX += pos[j].xAdvance + letterSpacing;
22884 currentX += wordSpacing;
22902 currentX = pathObject.endPoint[0];
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js1518 mxRubberband.prototype.currentX=0;mxRubberband.prototype.currentY=0;mxRubberband.prototype.fadeOut=… method in mxRubberband
1525 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX
1526 mxRubberband.prototype.repaint=function(){if(null!=this.div){var a=this.currentX-this.graph.panDx,b…
/plugin/diagramsnet/lib/js/
Dviewer.min.js1722 mxRubberband.prototype.currentX=0;mxRubberband.prototype.currentY=0;mxRubberband.prototype.fadeOut=… method in mxRubberband
1729 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX
1730 mxRubberband.prototype.repaint=function(){if(null!=this.div){var a=this.currentX-this.graph.panDx,b…
2663 …,l=null;null!=this.first&&null!=this.currentX&&null!=this.currentY&&(c=this.first.x,e=this.first.y…
Dapp.min.js1756 mxRubberband.prototype.currentX=0;mxRubberband.prototype.currentY=0;mxRubberband.prototype.fadeOut=… method in mxRubberband
1763 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX
1764 mxRubberband.prototype.repaint=function(){if(null!=this.div){var a=this.currentX-this.graph.panDx,b…
2912 …,g=null;null!=this.first&&null!=this.currentX&&null!=this.currentY&&(d=this.first.x,e=this.first.y…
Dviewer-static.min.js1722 mxRubberband.prototype.currentX=0;mxRubberband.prototype.currentY=0;mxRubberband.prototype.fadeOut=… method in mxRubberband
1729 this.currentX=0;this.div=this.first=null};mxRubberband.prototype.update=function(a,b){this.currentX
1730 mxRubberband.prototype.repaint=function(){if(null!=this.div){var a=this.currentX-this.graph.panDx,b…
2663 …,l=null;null!=this.first&&null!=this.currentX&&null!=this.currentY&&(c=this.first.x,e=this.first.y…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1currentX: startX, startY, currentY: startY, altKey };\n addClass(this.el, 'active');\n …
Dbundle.js396 …,current:t.currentY,alt:t.altKey}):t=>({sash:e,start:t.startX,current:t.currentX,alt:t.altKey}),i=…
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js396 …,current:t.currentY,alt:t.altKey}):t=>({sash:e,start:t.startX,current:t.currentX,alt:t.altKey}),i=…