Home
last modified time | relevance | path

Searched refs:getOffset (Results 76 – 83 of 83) sorted by last modified time

1234

/plugin/icalendar/
H A Dfunctions.php20 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/indexmenu2/cms/transitions/
H A Dwindowborderschecker.js10getOffset:function(i){var I=[i.offsetLeft,i.offsetTop];if(i.offsetParent){var l=this.getOffset(i.o…
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js229 DOM.getOffset = function (el /* :HTMLElement */) /* :Object */ { function
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js183 var xy = DOM.getOffset(target);
253 var tsp = DOM.getOffset(target)['y']-DOM.getBodyScrollTop()
255 ,bsp = ht - (DOM.getOffset(target)['y'] + target.offsetHeight-DOM.getBodyScrollTop())
257 ,ttop = DOM.getOffset(target)['y']
268 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px';
277 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px';

1234