Searched refs:removeNodes (Results 1 – 6 of 6) sorted by relevance
/plugin/translator/ |
D | helper.php | 1204 $removeNodes = "while(node[i].hasChildNodes()) { node[i].removeChild(node[i].firstChild) }"; 1210 …; i<node.length; i++ ) { if (node[i].name != 'Version') { continue; } $removeNodes $createVersionN… 1211 … i<node.length; i++ ) { if (node[i].name != 'Language') { continue; } $removeNodes $createLanguage…
|
/plugin/diagramsnet/lib/js/grapheditor/ |
D | Graph.js | 5293 HoverIcons.prototype.removeNodes = function() method in HoverIcons 5419 this.removeNodes(); 5745 this.removeNodes();
|
/plugin/struct/jsoneditor/ |
D | jsoneditor-minimalist.min.js | 30 …ode;e.nodes.forEach(function(n){e.parent.insertAfter(e.node,t),t=n})}},removeNodes:{undo:function(…
|
/plugin/diagramsnet/lib/js/ |
D | viewer.min.js | 2460 …s.length;c++)null!=this.elts[c]&&b(this.elts[c])};HoverIcons.prototype.removeNodes=function(){this… 2465 …read);this.activeArrow=this.currentState=this.mouseDownPoint=null;this.removeNodes();this.bbox=nul… 2477 c,e))&&(null!=b&&this.graph.isEnabled()?(this.removeNodes(),this.setCurrentState(b),this.repaint(),…
|
D | app.min.js | 2709 …s.length;b++)null!=this.elts[b]&&a(this.elts[b])};HoverIcons.prototype.removeNodes=function(){this… 2714 …read);this.activeArrow=this.currentState=this.mouseDownPoint=null;this.removeNodes();this.bbox=nul… 2726 b,d))&&(null!=a&&this.graph.isEnabled()?(this.removeNodes(),this.setCurrentState(a),this.repaint(),…
|
D | viewer-static.min.js | 2460 …s.length;c++)null!=this.elts[c]&&b(this.elts[c])};HoverIcons.prototype.removeNodes=function(){this… 2465 …read);this.activeArrow=this.currentState=this.mouseDownPoint=null;this.removeNodes();this.bbox=nul… 2477 c,e))&&(null!=b&&this.graph.isEnabled()?(this.removeNodes(),this.setCurrentState(b),this.repaint(),…
|