Home
last modified time | relevance | path

Searched refs:screenX (Results 1 – 25 of 63) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DIosModel.php46 public $screenX; variable in Google\\Service\\Testing\\IosModel
133 public function setScreenX($screenX) argument
135 $this->screenX = $screenX;
142 return $this->screenX;
H A DAndroidModel.php62 public $screenX; variable in Google\\Service\\Testing\\AndroidModel
213 public function setScreenX($screenX) argument
215 $this->screenX = $screenX;
222 return $this->screenX;
/plugin/snow/
H A Dsnowstorm.js163 o.style.right = (100-(x/screenX*100)) + '%';
172 o.style.right = (100-(x/screenX*100)) + '%';
178 o.style.right = (100-(x/screenX*100)) + '%';
275 screenX = window.innerWidth - 16 - storm.flakeRightOffset;
282 screenX2 = parseInt(screenX/2,10);
288 screenX2 = parseInt(screenX/2,10);
356 this.x = x||parseInt(rnd(screenX-20),10);
426 if (s.x >= screenX || screenX-s.x < storm.flakeWidth) { // X-axis scroll check
429 s.x = screenX-storm.flakeWidth-1; // flakeWidth;
513 s.x = parseInt(rnd(screenX-storm.flakeWidth-20),10);
[all …]
/plugin/dirtylittlehelper/script/
H A Djquery-ui-touch-punch-cmpr.js11 …ument.createEvent("MouseEvents");g.initMouseEvent(i,true,true,window,1,j.screenX,j.screenY,j.clien…
H A Djquery-ui-touch-punch.js50 touch.screenX, // screenX
/plugin/overlay/script/
H A Djquery-ui-touch-punch.js50 touch.screenX, // screenX
H A Djquery-ui-touch-punch-cmpr.js11 …ument.createEvent("MouseEvents");g.initMouseEvent(i,true,true,window,1,j.screenX,j.screenY,j.clien…
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js43 var winx = window.screenX || window.screenLeft;
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js157 var screenX = w - barHeight * 1.3;
159 c.moveTo(screenX + barHeight * 0.1, speakerY + barHeight * 0.4);
160 c.lineTo(screenX + barHeight * 0.1, speakerY + barHeight * 0.3);
161 c.lineTo(screenX + barHeight * 0.25, speakerY + barHeight * 0.3);
163 c.moveTo(screenX + barHeight * 0.1, speakerY + barHeight * 0.6);
164 c.lineTo(screenX + barHeight * 0.1, speakerY + barHeight * 0.7);
165 c.lineTo(screenX + barHeight * 0.25, speakerY + barHeight * 0.7);
167 c.moveTo(screenX + barHeight * 0.9, speakerY + barHeight * 0.4);
168 c.lineTo(screenX + barHeight * 0.9, speakerY + barHeight * 0.3);
171 c.moveTo(screenX + barHeight * 0.9, speakerY + barHeight * 0.6);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckcontextmenu.js187 x = ev.screenX ;
/plugin/diagramsnet/lib/math/extensions/
H A DMathMenu.js19screenX:y.screenX,screenY:y.screenY};if(!g.jax){return}if(this.format==="MathML"){var v=MathJax.El… property in g.ShowSource.x
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js527 screenX = window.screenX,
532 var left = screenX + Math.max(outerWidth - width, 0) / 2;
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js491 screenX: sx, property in AnonymousFunctiond90371530100.mouseEvent.e
508 e.screenX, e.screenY, e.clientX, e.clientY,
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js834 orig_e.screenX, orig_e.screenY, orig_e.clientX, orig_e.clientY,
H A Djquery.pnotify.min.js38 …ouseEvents"),a.initMouseEvent(e,g.bubbles,g.cancelable,g.view,g.detail,g.screenX,g.screenY,g.clien…
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js834 orig_e.screenX, orig_e.screenY, orig_e.clientX, orig_e.clientY,
H A Djquery.pnotify.min.js38 …ouseEvents"),a.initMouseEvent(e,g.bubbles,g.cancelable,g.view,g.detail,g.screenX,g.screenY,g.clien…
/plugin/dokucrypt/
H A Dscript.js1045 addEntropyByte(e.screenX & 0xFF);
/plugin/dokucrypt2/
H A Dscript.js1117 addEntropyByte(e.screenX & 0xFF);
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML.js49screenX:y.screenX,screenY:y.screenY};if(!g.jax){return}if(this.format==="MathML"){var v=MathJax.El… property in g.ShowSource.x
H A DAM_HTMLorMML.js48screenX:y.screenX,screenY:y.screenY};if(!g.jax){return}if(this.format==="MathML"){var v=MathJax.El… property in g.ShowSource.x
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js634 … newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey …
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js634 … newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey …
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2 …tion(e){t._currentPopup=e};t.createPopupFeatures=function(){var e=window.screenX+Math.max(window.o…
H A DOneDrive.js6 …tion(e){t._currentPopup=e};t.createPopupFeatures=function(){var e=window.screenX+Math.max(window.o…

123