Home
last modified time | relevance | path

Searched refs:getView (Results 1 – 25 of 71) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js255 extent = ol.extent.extend(extent, map.getView().calculateExtent());
312 map.getView().fit(extent, autoZoom_options);
350 map.getView().fit(extent, autoZoom_options);
419 map.getView().fit(extent, autoZoom_options);
470 map.getView().fit(extent, autoZoom_options);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js74 var item=element.childNodes[i];if(item.nodeType==1&&!item.getAttribute('firebugIgnore')){var container=new lib.element().attribute.addClass("Block").insert(parent),link=new lib.element("A").attribute.addClass("Link").insert(container),spacer=new lib.element("SPAN").attribute.addClass("Spacer").update(" ").insert(link),html=new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link),subContainer=new lib.element("DIV").attribute.addClass("SubContainer").insert(container),view;view=lib.util.Element.getView(item);link.event.addListener("click",lib.util.Curry(d.html.openHtmlTree,window,item,subContainer,false));link.event.addListener("mouseover",lib.util.Curry(d.html.highlight,window,item,false));link.event.addListener("mouseout",lib.util.Curry(d.html.highlight,window,item,true));returnParentVal=returnParentEl==item?subContainer:returnParentVal;if(d.html.current==null&&item==document.body){link.attribute.addClass("Selected");link.attribute.addClass("Parent");d.html.current=[item,link];d.html.openHtmlTree(item,subContainer);}
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;}
114 return pi.util.Element.getOpacity(_element.style);return typeof _property=="string"?_element.style[_property]:_element.style;},getValue:function(_element){switch(_element.nodeName.toLowerCase()){case"input":case"textarea":return _element.value;case"select":return _element.options[_element.selectedIndex].value;default:return _element.innerHTML;break;}},getView:function(_element,_property){var view=document.defaultView?document.defaultView.getComputedStyle(_element,null):_element.currentStyle;_property=_property=="float"?pi.env.ie?"styleFloat":"cssFloat":_property;if(_property=="opacity"&&pi.env.ie) 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.js1441 view = lib.util.Element.getView(item);
2088 var parent = _element,offsetLeft = document.body.offsetLeft, offsetTop = document.body.offsetTop, view = pi.util.Element.getView(_element);
2110 var view = pi.util.Element.getView(_element);
2150 getView:function(_element,_property){ method in pi.util.Element
2449 "getView":function(_property){ method in pi.element.body.environment
2450 return pi.util.Element.getView(this.getElement(),_property);
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js7 …unction(e){var t=this._injector.get("_parent",!1);if(!t)return!1;var n=t.getView(e.businessObject)…
21getView(t);e.open(n)}}))}return o(e,[{key:"canViewDrd",value:function(){var e=this._injector.get("…
H A Ddmn-navigated-viewer.production.min.js2 …unction(e){var t=this._injector.get("_parent",!1);if(!t)return!1;var n=t.getView(e.businessObject)…
16getView(t);e.open(n)}}))}return o(e,[{key:"canViewDrd",value:function(){var e=this._injector.get("…
H A Ddmn-viewer.production.min.js2 …unction(e){var t=this._injector.get("_parent",!1);if(!t)return!1;var n=t.getView(e.businessObject)…
16getView(t);e.open(n)}}))}return o(e,[{key:"canViewDrd",value:function(){var e=this._injector.get("…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js10637 Calendar.prototype.getView = function () {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DPermission.php286 public function getView() function in Google\\Service\\Drive\\Permission
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetAccess.php175 public function getView() function in Google\\Service\\Bigquery\\DatasetAccess
H A DTable.php705 public function getView() function in Google\\Service\\Bigquery\\Table
H A DTableListTables.php225 public function getView() function in Google\\Service\\Bigquery\\TableListTables
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DCountArtifactsRequest.php53 public function getView() function in Google\\Service\\Vault\\CountArtifactsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DUpdateRowRequest.php71 public function getView() function in Google\\Service\\Area120Tables\\UpdateRowRequest
H A DCreateRowRequest.php71 public function getView() function in Google\\Service\\Area120Tables\\CreateRowRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DTask.php209 public function getView() function in Google\\Service\\CloudTasks\\Task
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequestEntry.php196 public function getView() function in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DQueryGrantableRolesRequest.php91 public function getView() function in Google\\Service\\Iam\\QueryGrantableRolesRequest
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js325 var view = graph.getView();
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1299 var lblOffset = edgeShape.getLblEdgeOffset(graph.getView(), points);
1421 var lblOffset = edgeShape.getLblEdgeOffset(graph.getView(), points);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1292 imgExport.drawState(graph.getView().getState(graph.model.root), xmlCanvas);
H A DGraph.js9922 imgExport.drawState(this.getView().getState(this.model.root), svgCanvas);
11391 var state = this.graph.getView().getState(this.editingCell);
11570 var scale = this.graph.getView().scale;
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2504 imgExport.drawState(graph.getView().getState(graph.model.root), asynCanvas);
2510 imgExport.drawState(graph.getView().getState(graph.model.root), htmlCanvas);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js452 …n(a){var b=this.getOriginForCell(a.cell),c=this.graph.getView().getTranslate(),d=this.graph.getVie…
1466 …laneContent=function(a,b,c){var d=this.getView().getState(a);a=this.getStartSize(a);if(null!=d){va…
1633getView().addListener(mxEvent.SCALE_AND_TRANSLATE,this.refreshHandler);this.graph.getView().addLis…
1647getView().addListener(mxEvent.SCALE,this.changeHandler);this.graph.getView().addListener(mxEvent.T…
1669 ….prototype.convertWaypoint=function(a){var b=this.graph.getView().getScale(),c=this.graph.getView(…
1702 this.graph.getView().removeListener(this.drillHandler),this.drillHandler=null);null!=this.escapeHan…
1865 …=this.changePoints(c,this.points,e):(this.graph.getView().invalidate(this.state.cell),this.graph.g…
1868getView().getScale(),d=this.graph.getView().getTranslate();b&&(a.x=this.graph.snap(a.x),a.y=this.g…
1897 …r.prototype.convertPoint=function(a,b){var c=this.graph.getView().getScale(),d=this.graph.getView(…
1898 …nt(this.graph.getView().scale*(e.x+this.graph.getView().translate.x+this.state.origin.x),this.grap…
[all …]

123