Home
last modified time | relevance | path

Searched refs:root (Results 226 – 250 of 880) sorted by path

12345678910>>...36

/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js1661 var root = null;
1677 if (root != null)
1683 root = el.id;
1739 if (root == null)
1745 visit(root);
1868 var root = xmlDoc.createElement('output');
1869 xmlDoc.appendChild(root);
1872 var xmlCanvas = new mxXmlCanvas2D(root);
1900 imgExport.drawState(graph.getView().getState(graph.model.root), xmlCanvas);
1907 mxLog.debug(mxUtils.getXml(root));
H A DPages.js38 DiagramPage.prototype.root = null; method in DiagramPage
173 page.root = graph.model.root;
178 page.model.rootChanged(page.root);
188 graph.view.clear(page.root, true);
198 graph.model.rootChanged(page.root);
385 graph.model.setRoot(page.root);
900 if (page.root == null)
916 page.root = codec.decode(node).root;
1182 newPage.root = graph.cloneCell(graph.model.root, null, cloneMap);
1916 if (obj.relatedPage.root != null)
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js39 var root = doc.documentElement;
41 var children = root.children;
57 root.appendChild(newPage);
623 var root = createElt(xmlDoc, that.XMLNS, "PageContents");
625 root.setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns', that.XMLNS);
626 root.setAttributeNS('http://www.w3.org/2000/xmlns/', "xmlns:r", that.XMLNS_R);
629 root.appendChild(shapes);
650 var layers = graph.model.getChildCells(graph.model.root);
674 root.appendChild(connects);
703 xmlDoc.appendChild(root);
[all …]
H A Dimporter.js686 graph.addCell(layerCell, graph.model.root, layerIndex);
1475 var root = graph.getModel().getRoot();
1476 this.sanitiseCell(graph, root);
/plugin/diagramsnet/lib/js/
H A Dexport.js488 var childCount = model.getChildCount(model.root);
493 model.setVisible(model.getChildAt(model.root, i), false);
507 var layer = model.getChildAt(model.root, extras.layers[i]);
H A Dextensions.min.js51 …(null==C.parent)if(C.lucidLayerInfo){var D=new mxCell;a.addCell(D,a.model.root);D.setVisible(C.luc…
1046 …slate(-f.x,-f.y);F.scale(1/w);F.newPage();w=a.model.getChildCells(a.model.root);f={};for(k=0;k<w.l…
1052 …et("exporting"))){var b=function(a,b){var c=a.model.getChildCells(a.model.root);n[b]=[];for(var g=…
1112 …n[y]?n[y]:y,0==f?k=b.getDefaultParent():(k=new mxCell,b.addCell(k,b.model.root,f)),k.setVisible(1=…
1696root="",this.clone=function(){var a=new d;for(var b in this)"function"!=typeof this[b]&&(a[b]=this…
1705 …ction(t){for(var e=0,n=t.length;e<n;++e)this.remove(t[e]);return this},Ss.root=function(){return t…
1745root found: "+node1.getElement().Id);result.setRoot(node1)}}return result}},config:{properties:{Ro… argument
H A Dorgchart.min.js10root found: "+node1.getElement().Id);result.setRoot(node1)}}return result}},config:{properties:{Ro… argument
H A Dviewer-static.min.js473root.appendChild(a);a=this.createElement("fontsize");a.setAttribute("size",mxConstants.DEFAULT_FON…
475root.appendChild(this.createElement("restore"))};mxXmlCanvas2D.prototype.scale=function(a){var b=t…
504root.appendChild(r)}};mxXmlCanvas2D.prototype.stroke=function(){this.root.appendChild(this.createE…
511 …{if(null!=this.root.ownerDocument.createElementNS)return this.root.ownerDocument.createElementNS(b…
521 …ute("pointer-events"))&&this.root.appendChild(c);this.node=null}};mxSvgCanvas2D.prototype.addToler…
529root=this.originalRoot;else{this.originalRoot=this.root;var c=this.createElement("a");null==c.setA…
773root=a;else{var d=this.graph.findTreeRoots(a,!0,this.invert);if(0<d.length)for(var e=0;e<d.length;…
947root;this.root=a;this.nextId=0;this.cells=null;this.cellAdded(a);return b};mxGraphModel.prototype.…
1963 d){d.previous=d.root;return d};return a}());
2414 …tion(){k.setVisible(g,!k.isVisible(g));d();null!=b&&b(g)});d()})(k.getChildAt(k.root,p));return e};
[all …]
H A Dviewer.min.js473root.appendChild(a);a=this.createElement("fontsize");a.setAttribute("size",mxConstants.DEFAULT_FON…
475root.appendChild(this.createElement("restore"))};mxXmlCanvas2D.prototype.scale=function(a){var b=t…
504root.appendChild(r)}};mxXmlCanvas2D.prototype.stroke=function(){this.root.appendChild(this.createE…
511 …{if(null!=this.root.ownerDocument.createElementNS)return this.root.ownerDocument.createElementNS(b…
521 …ute("pointer-events"))&&this.root.appendChild(c);this.node=null}};mxSvgCanvas2D.prototype.addToler…
529root=this.originalRoot;else{this.originalRoot=this.root;var c=this.createElement("a");null==c.setA…
773root=a;else{var d=this.graph.findTreeRoots(a,!0,this.invert);if(0<d.length)for(var e=0;e<d.length;…
947root;this.root=a;this.nextId=0;this.cells=null;this.cellAdded(a);return b};mxGraphModel.prototype.…
1963 d){d.previous=d.root;return d};return a}());
2414 …tion(){k.setVisible(g,!k.isVisible(g));d();null!=b&&b(g)});d()})(k.getChildAt(k.root,p));return e};
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1282 var root = xmlDoc.createElement('output');
1283 xmlDoc.appendChild(root);
1286 var xmlCanvas = new mxXmlCanvas2D(root);
2099 var index = graph.model.root.getIndex(selectionLayer);
2103 if (graph.model.getChildCount(graph.model.root) == 0)
2105 graph.model.add(graph.model.root, new mxCell());
2163 }))(graph.model.getChildAt(graph.model.root, i));
2230 newCell = graph.addCell(newCell, graph.model.root);
2314 layerCount = graph.model.getChildCount(graph.model.root)
2366 graph.addCell(child, graph.model.root, dropIndex);
[all …]
H A DEditorUi.js424 var root = graph.view.getDrawPane().ownerSVGElement;
426 if (root != null)
428 root.style.position = 'absolute';
2413 layersButton.style.display = (model.getChildCount(model.root) > 1) ? '' : 'none';
3089 …return model.getChildCount(model.root) == 1 && model.getChildCount(model.getChildAt(model.root, 0)…
H A DGraph.js3730 })(model.getChildAt(model.root, i)));
7164 if (root.nodeName == 'stencils')
7166 var shapes = root.firstChild;
7181 var shape = root.firstChild;
7183 var name = root.getAttribute('name');
7830 flatten(this.model.root);
9742 if (root.style != null)
9773 svgDoc.appendChild(root);
9779 root.appendChild(group);
9926 return root;
[all …]
H A DSidebar.js3620 var cells = this.graph.cloneCells(model.root.getChildAt(0).children);
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2 …unction(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return …
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12root="",this.clone=function(){var a=new d;for(var b in this)"function"!=typeof this[b]&&(a[b]=this…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6 …ction(t){for(var e=0,n=t.length;e<n;++e)this.remove(t[e]);return this},Ss.root=function(){return t…
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1 …layoutLevel.Boundary.getBoundingRect()},MoveOneChild:function(state,root,offset){root.IterateChild… argument
/plugin/diagramsnet/lib/math/
H A DMathJax.js19root:"",path:b},params:{},STATUS:{OK:1,ERROR:-1},fileURL:function(j){var i;while((i=j.match(/^\[([… property in a.Ajax.config
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js44 …Element("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.root.Get("displaystyle")…
49 …csAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s…
51root.toMathML("",g.jax),y)}catch(w){if(!w.restart){throw w}e.After([this,g.ShowSource,x],w.restart…
52root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,arguments)}if(this.root.at…
55root;n.NativeMML={};var x=(z.Get("display")==="block"?"div":"span");A=e.Element(x,{className:"Math…
56root.Get("display")==="block")};C=u=this.Element("span",{className:"MathJax",id:p.inputID+"-Frame"…
58root.Get("display")==="block")};v=o=e.Element("span",{className:"MathJax_PHTML",id:n.inputID+"-Fra…
59root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/jax/o…
60root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(l){g.copyAttributes.id=true;…
73 n.a11y || (n.a11y = i.config.root + "/extensions/a11y");
H A DAM_HTMLorMML.js41 …Element("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.root.Get("displaystyle")…
46 …csAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s…
48root.toMathML("",g.jax),y)}catch(w){if(!w.restart){throw w}e.After([this,g.ShowSource,x],w.restart…
49root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,arguments)}if(this.root.at…
52root.Get("display")==="block")};v=o=e.Element("span",{className:"MathJax_PHTML",id:n.inputID+"-Fra…
53root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/jax/o…
54root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(l){g.copyAttributes.id=true;…
67 n.a11y || (n.a11y = i.config.root + "/extensions/a11y");
H A DAccessible-full.js60 …Element("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.root.Get("displaystyle")…
66 …csAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s…
68root.toMathML("",g.jax),y)}catch(w){if(!w.restart){throw w}e.After([this,g.ShowSource,x],w.restart…
69root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,arguments)}if(this.root.at…
73root:"Root",uproot:["MoveRoot","upRoot"],leftroot:["MoveRoot","leftRoot"],left:"LeftRight",right:"…
77root;n.NativeMML={};var x=(z.Get("display")==="block"?"div":"span");A=e.Element(x,{className:"Math…
78root.Get("display")==="block")};C=u=this.Element("span",{className:"MathJax",id:p.inputID+"-Frame"…
80root.Get("display")==="block")};v=o=e.Element("span",{className:"MathJax_PHTML",id:n.inputID+"-Fra…
81root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/jax/o…
82root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(l){g.copyAttributes.id=true;…
[all …]
H A DAccessible.js57 …Element("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.root.Get("displaystyle")…
63 …csAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s…
65root.toMathML("",g.jax),y)}catch(w){if(!w.restart){throw w}e.After([this,g.ShowSource,x],w.restart…
66root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,arguments)}if(this.root.at…
70root:"Root",uproot:["MoveRoot","upRoot"],leftroot:["MoveRoot","leftRoot"],left:"LeftRight",right:"…
74root.Get("display")==="block")};v=o=e.Element("span",{className:"MathJax_PHTML",id:n.inputID+"-Fra…
75root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/jax/o…
76root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(l){g.copyAttributes.id=true;…
89 n.a11y || (n.a11y = i.config.root + "/extensions/a11y");
H A DMML_HTMLorMML-full.js44 …Element("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.root.Get("displaystyle")…
49 …csAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s…
51root.toMathML("",g.jax),y)}catch(w){if(!w.restart){throw w}e.After([this,g.ShowSource,x],w.restart…
52root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,arguments)}if(this.root.at…
55root;n.NativeMML={};var x=(z.Get("display")==="block"?"div":"span");A=e.Element(x,{className:"Math…
56root.Get("display")==="block")};C=u=this.Element("span",{className:"MathJax",id:p.inputID+"-Frame"…
58root.Get("display")==="block")};v=o=e.Element("span",{className:"MathJax_PHTML",id:n.inputID+"-Fra…
59root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/jax/o…
60root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(l){g.copyAttributes.id=true;…
73 n.a11y || (n.a11y = i.config.root + "/extensions/a11y");
H A DMML_HTMLorMML.js42 …Element("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.root.Get("displaystyle")…
47 …csAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s…
49root.toMathML("",g.jax),y)}catch(w){if(!w.restart){throw w}e.After([this,g.ShowSource,x],w.restart…
50root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,arguments)}if(this.root.at…
53root.Get("display")==="block")};v=o=e.Element("span",{className:"MathJax_PHTML",id:n.inputID+"-Fra…
54root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/jax/o…
55root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(l){g.copyAttributes.id=true;…
68 n.a11y || (n.a11y = i.config.root + "/extensions/a11y");
H A DTeX-MML-AM_HTMLorMML-full.js56 …Element("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.root.Get("displaystyle")…
63 …csAnnotations;for(var z=0,y=q.length;z<y;z++){var s=q[z].name[1];if(v.root&&v.root.getAnnotation(s…
65root.toMathML("",g.jax),y)}catch(w){if(!w.restart){throw w}e.After([this,g.ShowSource,x],w.restart…
66root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,arguments)}if(this.root.at…
70root:"Root",uproot:["MoveRoot","upRoot"],leftroot:["MoveRoot","leftRoot"],left:"LeftRight",right:"…
75root;n.NativeMML={};var x=(z.Get("display")==="block"?"div":"span");A=e.Element(x,{className:"Math…
76root.Get("display")==="block")};C=u=this.Element("span",{className:"MathJax",id:p.inputID+"-Frame"…
78root.Get("display")==="block")};v=o=e.Element("span",{className:"MathJax_PHTML",id:n.inputID+"-Fra…
79root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/jax/o…
80root.toMathML("").replace(/\n */g,"").replace(/<!--.*?-->/g,"")}catch(l){g.copyAttributes.id=true;…
[all …]

12345678910>>...36