Home
last modified time | relevance | path

Searched refs:visible (Results 201 – 225 of 638) sorted by last modified time

12345678910>>...26

/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DBlockStorage.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DEnterprise.svg1 …2" viewBox="0 0 71.491 71.458" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DFirewall.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DFloatingIP.svg1 …r-interpolation-filters="sRGB" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DImage.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DInternet.svg1 …viewBox="0 0 69.971 68.995" fill="#00459d" fill-rule="nonzero" overflow="visible" stroke-linecap="…
H A DInternetServices.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DKey.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DLoadBalancer.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DRules.svg1 …pectRatio="xMidYMid meet" viewBox="0 0 75 75" height="100.032" overflow="visible" color-interpolat…
H A DVPN.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DMarketplace.svg1 …6" viewBox="0 0 73.629 66.639" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DPublicGateway.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DRouter.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
H A DVPNConnection.svg1 …="100.032" viewBox="0 0 75 75" fill="none" fill-rule="evenodd" overflow="visible" stroke-linecap="…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js2724 mxGraph.prototype.updatePageBreaks = function(visible, width, height) argument
6262 var visible = true;
6272 visible = false;
6282 visible = false;
6286 model.setVisible(cells[i], visible);
12080 mxVertexHandler.prototype.setHandlesVisible = function(visible) argument
12088 this.moveHandles[i].style.visibility = (visible) ? '' : 'hidden';
12096 this.cornerHandles[i].node.style.visibility = (visible) ? '' : 'hidden';
H A DActions.js1205 action.visible = false;
1792 this.visible = true;
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js6961 var visible = this.fullscreenMode;
6965 this.toggleCompactMode(visible);
6968 if (!visible)
6973 this.hsplitPosition = (visible) ? initialPosition : 0;
6974 this.toggleFormatPanel(visible);
6975 this.fullscreenMode = !visible;
7041 App.prototype.toggleCompactMode = function(visible) argument
7043 visible = (visible != null) ? visible : this.compactMode;
7045 if (visible)
7078 this.compactMode = !visible;
H A DDiffSync.js35 visible: true, collapsed: true, connectable: true, parent: true, children: true, previous: true,
573 if (diff.visible != null)
575 model.setVisible(cell, diff.visible == 1);
917 cell.visible = json.visible != 0;
990 if (!cell.visible)
992 result.visible = 0;
1094 if (oldCell.visible != newCell.visible)
1096 diff.visible = (newCell.visible) ? 1 : 0;
H A DTrees.js1294 mxVertexHandler.prototype.setHandlesVisible = function(visible) argument
1300 this.moveHandle.style.display = (visible) ? '' : 'none';
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js348 …type.resizeImage=mxClient.imageBasePath+"/resize.gif";mxWindow.prototype.visible=!1;mxWindow.proto… method in mxWindow
573 mxShape.prototype.visible=!0;mxShape.prototype.useSvgBoundingBox=!1;mxShape.prototype.init=function… method in mxShape
575 …};mxShape.prototype.redraw=function(){this.updateBoundsFromPoints();this.visible&&this.checkBounds…
665 mxText.prototype.redraw=function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.las…
981 …=a;this.cell=b;this.previous=this.visible=c}mxVisibleChange.prototype.execute=function(){null!=thi…
983 mxCell.prototype.edge=!1;mxCell.prototype.connectable=!0;mxCell.prototype.visible=!0;mxCell.prototy… method in mxCell
985 …prototype.isVisible=function(){return 0!=this.visible};mxCell.prototype.setVisible=function(a){thi…
1755 …state);this.graph.isEnabled()&&d.setCursor(a);this.isSizerVisible(b)||(d.visible=!1);return d};mxV…
1899 …lHandle?this.checkLabelHandle(c):null==this.handleImage&&this.labelShape.visible&&mxUtils.intersec…
3014 …ct=this.createFunction(c);this.enabled=null!=e?e:!0;this.iconCls=k;this.shortcut=g;this.visible=!0}
[all …]
H A Dviewer.min.js348 …type.resizeImage=mxClient.imageBasePath+"/resize.gif";mxWindow.prototype.visible=!1;mxWindow.proto… method in mxWindow
573 mxShape.prototype.visible=!0;mxShape.prototype.useSvgBoundingBox=!1;mxShape.prototype.init=function… method in mxShape
575 …};mxShape.prototype.redraw=function(){this.updateBoundsFromPoints();this.visible&&this.checkBounds…
665 mxText.prototype.redraw=function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.las…
981 …=a;this.cell=b;this.previous=this.visible=c}mxVisibleChange.prototype.execute=function(){null!=thi…
983 mxCell.prototype.edge=!1;mxCell.prototype.connectable=!0;mxCell.prototype.visible=!0;mxCell.prototy… method in mxCell
985 …prototype.isVisible=function(){return 0!=this.visible};mxCell.prototype.setVisible=function(a){thi…
1755 …state);this.graph.isEnabled()&&d.setCursor(a);this.isSizerVisible(b)||(d.visible=!1);return d};mxV…
1899 …lHandle?this.checkLabelHandle(c):null==this.handleImage&&this.labelShape.visible&&mxUtils.intersec…
3014 …ct=this.createFunction(c);this.enabled=null!=e?e:!0;this.iconCls=k;this.shortcut=g;this.visible=!0}
[all …]
H A Dextensions.min.js39 …,v.geometry.y=0,v.style+="part=1;",h.insert(v),v=h);Ae(v,n);n.Hidden&&(v.visible=!1);return v}func…
40 …reas:a.TextAreas;null!=f.Message&&(n=vc(f.Message,n,a,c,g))}a.Hidden&&(n.visible=!1);return n}func…
46 …ucidLayerInfo={name:a.Name,visible:!a.Hidden,locked:a.Restrictions.b&&a.Restrictions.p&&a.Restrict…
51 …var D=new mxCell;a.addCell(D,a.model.root);D.setVisible(C.lucidLayerInfo.visible);C.lucidLayerInfo…
315 …e+=a(h.Title,z)}catch(hb){console.log(hb)}Ae(v,h);Ub(v,h,x);h.Hidden&&(v.visible=!1);return v}func…
1049 …dChild(b("Color","255",f));H.appendChild(b("Status","0",f));H.appendChild(b("Visible",P[F].visible?
1052 …odel.getChildCells(a.model.root);n[b]=[];for(var g=0;g<c.length;g++)c[g].visible&&n[b].push({name:…
1053 visible:c[g].visible,locked:c[g].style&&0<=c[g].style.indexOf("locked=1")})},c=new JSZip;F.init(c);…
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js251 Sidebar.prototype.showPalettes = function(prefix, ids, visible) argument
255 this.showPalette(prefix + ids[i], visible);
262 Sidebar.prototype.showPalette = function(id, visible) argument
268 …var vis = (visible != null) ? ((visible) ? 'block' : 'none') : (elts[0].style.display == 'none') ?…
408 var visible = {};
412 visible[this.libAliases[temp[i]] || temp[i]] = true;
422 visible[this.configuration[i].id] == true);
445 this.showPalettes('', libs, visible[entry.id]);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js763 layerRow.appendChild(createCellElem("Visible", layers[k].visible? '1' : '0', pagesXmlDoc));
864 if (layers[k].visible)
868 visible: layers[k].visible,

12345678910>>...26