Home
last modified time | relevance | path

Searched refs:getPosition (Results 51 – 75 of 96) sorted by relevance

1234

/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12getPosition=function(){var t=h(this.element),e=this.layout.options,i=e.isOriginLeft,n=e.isOriginTo…
/plugin/statdisplay/pchart/
H A DpChart.php448 $Value = $Values[$Data->getDataDescription()->getPosition()];
1181 if ($Value[$DataDescription->getPosition()] == $ValueName) {
2386 if (isset ( $Data [$i] [$DataDescription->getPosition()] )) {
2387 $Label = $Data [$i] [$DataDescription->getPosition()];
2795 if ($DataDescription->getPosition() == '') {
/plugin/statistics/inc/pchart/
H A DpChart.php464 $Value = $Values[$Data->getDataDescription()->getPosition()];
1269 if($Value[$DataDescription->getPosition()] == $ValueName) {
2567 if(isset ($Data [$i] [$DataDescription->getPosition()])) {
2568 $Label = $Data [$i] [$DataDescription->getPosition()];
3005 if($DataDescription->getPosition() == '') {
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js866 var pos = this.getPosition(left, top, w, h);
952 var pos = this.getPosition(left, top, w, h);
1015 Dialog.prototype.getPosition = function(left, top) method in Dialog
H A DShapes.js5387 handle.getPosition = getPositionFn;
5577 function createEdgeHandle(state, keys, start, getPosition, setPosition) argument
5594 var pt = getPosition.call(this, dist, dx / dist, dy / dist, p0, p1);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js415 var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);
781 win.resizer.y[3]=parseInt(el.main.environment.getPosition().top);
1499 var pos = internal.targetWindow.firebug.lib.util.Element.getPosition(_element);
2076 getPosition:function(_element){ method in pi.util.Element
2417 return pi.util.Element.getPosition(this.getElement());
H A Dfirebug-lite-1.2-compressed.js18 …Visible:false,show:function(){with(firebug){var posXY=lib.util.Element.getPosition(firebug.el.nav.…
24 …,_event.clientY];if(lib.env.ie6){win.resizer.y[3]=parseInt(el.main.environment.getPosition().top);}
67 …){with(firebug){var pos=internal.targetWindow.firebug.lib.util.Element.getPosition(_element);inter…
101 …element,{"filter":"alpha(opacity="+_value+")"});return this._parent_;},getPosition:function(_eleme… method in pi.util.Element
117 …Element().parentNode;},"getPosition":function(){return pi.util.Element.getPosition(this.getElement… method in pi.element.body.environment
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js29 win.setHeight(env.height);if(env.openInPopup&&!internal.isPopup){win.newWindow();}else{el.main.environment.addStyle({"display":env.debug&&'block'||'none'});el.mainiframe.environment.addStyle({"display":env.debug&&'block'||'none'});}}},inspect:function(){return firebug.d.html.inspect.apply(window,arguments);},watchXHR:function(){with(firebug){d.xhr.addObject.apply(window,arguments);if(env.dIndex!="xhr"){d.navigate("xhr");}}},settings:{isVisible:false,show:function(){with(firebug){var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);settings.refreshForm();el.settings.container.environment.addStyle({"display":"block","left":(posXY.offsetLeft-107)+"px"});el.settings.progressDiv.environment.addStyle({"display":"none"});firebug.settings.isVisible=true;}},hide:function(){with(firebug){firebug.el.settings.container.environment.addStyle({"display":"none"});firebug.settings.isVisible=false;}},toggle:function(){with(firebug){settings[!settings.isVisible&&'show'||'hide']();}},saveClicked:function(){firebug.el.settings.progressDiv.environment.addStyle({"display":"block"});setTimeout(firebug.settings.formToSettings,0);},formToSettings:function(){var fe=firebug.env,ofe,elSet=firebug.el.settings,exdate;fe.debug=elSet.cbxDebug.element.checked;fe.detectFirebug=elSet.cbxDetectFirebug.element.checked;fe.hideDOMFunctions=elSet.cbxHideDOMFunctions.element.checked;fe.override=elSet.cbxOverride.element.checked;fe.showIconWhenHidden=elSet.cbxShowIcon.element.checked;fe.openInPopup=elSet.cbxOpenInPopup.element.checked;if(isFinite(elSet.textNodeChars.element.value)&&elSet.textNodeChars.element.value>0){fe.textNodeChars=elSet.textNodeChars.element.value;}else{fe.textNodeChars=0;}
35 if(!done){firebug.internal.popupWin.document.getElementsByTagName('head')[0].appendChild(script);firebug.el.main.environment.addStyle({"display":"none"});firebug.el.mainiframe.environment.addStyle({"display":"none"});}}else{alert("Unable to detect the following script \""+firebug.internal.liteFilename+"\" ... if the script has been renamed then please set the value of firebug.internal.liteFilename to reflect this change");firebug.internal.popupWin.close();firebug.internal.popupWin=null;}}}},dock:function(){with(opener.firebug){internal.popupWin=null;el.main.environment.addStyle({"display":"block"});el.mainiframe.environment.addStyle({"display":"block"});settings.readCookie();window.close();};},unload:function(){with(firebug){if(internal.isPopup){win.dock();}else if(internal.popupWin){internal.popupWin.close();}}},fitToPopup:function(){with(firebug){var viewport=lib.util.GetViewport(window);win.setHeight((window.innerHeight||viewport.height)-38);el.main.environment.addStyle({"width":(viewport.width)+"px"});el.mainiframe.environment.addStyle({"width":(viewport.width)+"px"});}},resizer:{y:[],enabled:false,start:function(_event){with(firebug){if(internal.minimized)return;win.resizer.y=[el.main.element.offsetHeight,_event.clientY];if(lib.env.ie6){win.resizer.y[3]=parseInt(el.main.environment.getPosition().top);}
78 el.right.html.content.update(str);break;case"dom":d.dom.open(node,el.right.html.content,lib.env.ie);break;}}}},inspector:{enabled:false,el:null,inspect:function(_element,_bgInspector){with(firebug){var pos=internal.targetWindow.firebug.lib.util.Element.getPosition(_element);internal.targetWindow.firebug.el[_bgInspector&&"bgInspector"||"borderInspector"].environment.addStyle({"width":_element.offsetWidth+"px","height":_element.offsetHeight+"px","top":pos.offsetTop-(_bgInspector?0:2)+"px","left":pos.offsetLeft-(_bgInspector?0:2)+"px","display":"block"});if(!_bgInspector){d.inspector.el=_element;}};},toggle:function(_absoluteValue,_event){with(firebug){if(_absoluteValue==d.inspector.enabled)
112 return pi.util.Element.addStyle(_element,{"opacity":_value});_value*=100;pi.util.Element.addStyle(_element,{"filter":"alpha(opacity="+_value+")"});return this._parent_;},getPosition:function(_element){var parent=_element,offsetLeft=document.body.offsetLeft,offsetTop=document.body.offsetTop,view=pi.util.Element.getView(_element);while(parent&&parent!=document.body&&parent!=document.firstChild){offsetLeft+=parseInt(parent.offsetLeft);offsetTop+=parseInt(parent.offsetTop);parent=parent.offsetParent;};return{"bottom":view["bottom"],"clientLeft":_element.clientLeft,"clientTop":_element.clientTop,"left":view["left"],"marginTop":view["marginTop"],"marginLeft":view["marginLeft"],"offsetLeft":offsetLeft,"offsetTop":offsetTop,"position":view["position"],"right":view["right"],"top":view["top"],"zIndex":view["zIndex"]};},getSize:function(_element){var view=pi.util.Element.getView(_element);return{"height":view["height"],"clientHeight":_element.clientHeight,"clientWidth":_element.clientWidth,"offsetHeight":_element.offsetHeight,"offsetWidth":_element.offsetWidth,"width":view["width"]}},addStyle:function(_element,_style){for(var key in _style){key=key=="float"?pi.env.ie?"styleFloat":"cssFloat":key;if(key=="opacity"&&pi.env.ie){pi.util.Element.setOpacity(_element,_style[key]);continue;} method in pi.util.Element
128 return this._parent_;},"addAfter":function(_element,_referenceElement){this.addBefore(_element.environment?_element.environment.getElement():_element,(_referenceElement.environment?_referenceElement.environment.getElement():_referenceElement).nextSibling);return this._parent_;},"addBefore":function(_element,_referenceElement){this._parent_.environment.getElement().insertBefore(_element.environment?_element.environment.getElement():_element,_referenceElement.environment?_referenceElement.environment.getElement():_referenceElement);return this._parent_;},"remove":function(_element){this._parent_.environment.getElement().removeChild(_element.environment?_element.environment.getElement():_element);}},"environment":{"_element":null,"setElement":function(_value){this._parent_.element=_value;this._parent_.element.lib=this._parent_;this._parent_.element.firebugElement=true;this._setElement(_value);},"getParent":function(){return this.getElement().parentNode;},"getPosition":function(){return pi.util.Element.getPosition(this.getElement());},"getSize":function(){return pi.util.Element.getSize(this.getElement());},"addStyle":function(_styleObject){pi.util.Element.addStyle(this.getElement(),_styleObject);return this._parent_;},"getStyle":function(_property){return pi.util.Element.getStyle(this.getElement(),_property);},"getName":function(){return this.getElement().nodeName;},"getType":function(){return this.getElement().nodeType;},"getValue":function(){return pi.util.Element.getValue(this.getElement());},"getView":function(_property){return pi.util.Element.getView(this.getElement(),_property);}},"event":{"addListener":function(_event,_fn,_useCapture){pi.util.AddEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);return this._parent_;},"removeListener":function(_event,_fn,_useCapture){pi.util.RemoveEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);return this._parent_;}}};pi.element=pi.element.build();pi.xhr=new pi.base;pi.xhr.init=function(_url){if(!window.XMLHttpRequest){var names=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.3.0","Msxml2.XMLHTTP","Microsoft.XMLHTTP"];for(var i=0;i<names.length;i++){try{this.environment.setApi(new ActiveXObject(names[i]));break;}catch(e){continue;}}} method in pi.element.body.environment
H A Dfirebug-lite-1.2.js426 var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);
792 win.resizer.y[3]=parseInt(el.main.environment.getPosition().top);
1510 var pos = internal.targetWindow.firebug.lib.util.Element.getPosition(_element);
2087 getPosition:function(_element){ method in pi.util.Element
2427 "getPosition":function(){ method in pi.element.body.environment
2428 return pi.util.Element.getPosition(this.getElement());
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …this.startColumn,e,t):new o(e,t,this.startLineNumber,this.startColumn)}getPosition(){return new i.…
396getPosition();if(!i||!r)return;let o=!1,s=!1;for(const e of t.references)if(Object(N.f)(e.uri,i.ur…
426 …rlayWidget(this)}getId(){return Gs.ID}getDomNode(){return this.domNode}getPosition(){return{prefer…
H A D6.6.js1getPosition:function(){return n},scan:t?function(){var e;do{e=g()}while(e>=12&&e<=15);return e}:g,…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1 …this.startColumn,e,t):new o(e,t,this.startLineNumber,this.startColumn)}getPosition(){return new i.…
396getPosition();if(!i||!r)return;let o=!1,s=!1;for(const e of t.references)if(Object(N.f)(e.uri,i.ur…
426 …rlayWidget(this)}getId(){return Gs.ID}getDomNode(){return this.domNode}getPosition(){return{prefer…
H A D6.6.js1getPosition:function(){return n},scan:t?function(){var e;do{e=g()}while(e>=12&&e<=15);return e}:g,…
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2462 public function getPosition() { function in Google_InvideoPromotion
3268 public function getPosition() { function in Google_PlaylistItemSnippet
H A DGoogle_PlusDomainsService.php2423 public function getPosition() { function in Google_Place
H A DGoogle_PlusService.php2375 public function getPosition() { function in Google_Place
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js145 …else{for(b=b.$;b.lastChild;)b=b.lastChild;b=new CKEDITOR.dom.node(b)}a.getPosition(b)&CKEDITOR.POS…
177 …c.find(a),f=0;f<m.count();f++)if(c=m.getItem(f),b||!c.isReadOnly())h=c.getPosition(d.startNode)&CK…
178 d.startNode.equals(c),k=c.getPosition(d.endNode)&CKEDITOR.POSITION_PRECEDING+CKEDITOR.POSITION_IS_C…
374 …,Y;x=q=0;var W,Z;G=R.startContainer;var w=n.endPath.elements[0],aa,t=w.getPosition(G),fa=!!w.getCo…
375 (ba=X.getPosition(W),ba==CKEDITOR.POSITION_IDENTICAL||ba==CKEDITOR.POSITION_CONTAINS?M=0:(W=M.split…
391 CKEDITOR.POSITION_IS_CONTAINED,e=a.getPosition(c);return e===CKEDITOR.POSITION_IDENTICAL?!1:0===(e&…
443 …;"false"==e?c=a:"true"==e&&(d=1)}return c}function f(a,b,c,d){return(a.getPosition(b)|d)==d&&(!c.c…
446 !0;else{if(q||B&&CKEDITOR.dtd.$removeEmpty[B]&&(x.getPosition(p)|L)!=L||(q=c.clone(),q.setStartBefo…
545 …og._.currentTop;g.setStyles({left:a.x+"px",top:a.y+"px"});if(c){do a=c.getPosition(),c.move(a.x,a.…
611 …&a.getParent().is("blockquote"))}return!!(c&&a.getPosition(z)&CKEDITOR.POSITION_FOLLOWING&&(a.getP…
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js81 …ent();do if(d.contains(a))return d;while(d=d.getParent());return null},getPosition:function(a){var…
161 …else{for(b=b.$;b.lastChild;)b=b.lastChild;b=new CKEDITOR.dom.node(b)}a.getPosition(b)&CKEDITOR.POS…
200 d.startNode.equals(c),k=c.getPosition(d.endNode)&CKEDITOR.POSITION_PRECEDING+CKEDITOR.POSITION_IS_C…
412 …:(S=x.startContainer.getAscendant(D.$block,1))&&S.is({div:1,p:1})?(Y=S.getPosition(H),Y==CKEDITOR.…
483 …;"false"==e?c=a:"true"==e&&(d=1)}return c}function d(a,b,c,d){return(a.getPosition(b)|d)==d&&(!c.c…
484 …stor(),m=a(t,x),x=a(v,x);m&&(r=m.getNextSourceNode(!0));x&&(v=x)}for(r.getPosition(v)==CKEDITOR.PO…
585getPosition();if(CKEDITOR.env.ie6Compat){var f=t.getChild(0).getFrameDocument();f.on("mousemove",b…
608 b[d?"right":"left"]=(0<a?a:0)+"px",e.setStyles(b),c&&(this._.moved=1))},getPosition:function(){retu…
660 …&a.getParent().is("blockquote"))}return!!(d&&a.getPosition(n)&CKEDITOR.POSITION_FOLLOWING&&(a.getP…
740 …));a=e.startNode;b=e.endNode;f=g.startNode;b&&a.getPosition(f)&CKEDITOR.POSITION_PRECEDING&&b.getP…
[all …]
H A Dckeditor.js.unc1969 getPosition: function(a) {
3471 a.getPosition(b) & CKEDITOR.POSITION_FOLLOWING && (a = b);
8302 W, I = G.getPosition(p),
8645 e = a.getPosition(c);
9660 return (a.getPosition(b) | d) == d && (!c.childRule || c.childRule(a))
11553 d = a.getPosition();
11572 C = a.getPosition();
11953 getPosition: function() {
13150 … return !!(d && a.getPosition(n) & CKEDITOR.POSITION_FOLLOWING && (a.getPosition(p) &
14706 …b && a.getPosition(f) & CKEDITOR.POSITION_PRECEDING && b.getPosition(f) & CKEDITOR.POSITION_FOLLOW…
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js37 …fig.wsc_height,10),m=CKEDITOR.document.getWindow().getViewPaneSize();a.getPosition();var n=a.getSi…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js38 …parseInt(b.config.wsc_height,10),m=CKEDITOR.document.getWindow().getViewPaneSize();a.getPosition();
/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 ...
/plugin/aceeditor/
H A Dbuild.js1getPosition()},this.setSelectionAnchor=function(e,t){this.anchor.setPosition(e,t),this.$isEmpty&&(… function

1234