Home
last modified time | relevance | path

Searched refs:childCount (Results 1 – 20 of 20) sorted by relevance

/plugin/diagramsnet/lib/plugins/
Dimport.js48 var childCount = 0;
59 childCount++;
63 node.childCount = childCount;
64 node.maxChilds = Math.max(childCount, maxChildsInHierarchy);
65 return childCount;
Dvoice.js1329 var childCount = graph.model.getChildCount(parent);
1331 for (var i = childCount - 1; i >= 0; i--)
1349 var childCount = model.getChildCount(model.getParent(cell));
1353 var next = model.getParent(cell).getChildAt(((index == 0) ? childCount : index) - 1);
1388 var childCount = graph.model.getChildCount(parent);
1390 for (var i = 0; i < childCount; i++)
1408 var childCount = model.getChildCount(model.getParent(cell));
1410 if (index < childCount)
1412 var next = model.getParent(cell).getChildAt(((index == childCount - 1) ? 0 : index + 1));
Danimation.js45 var childCount = cell.getChildCount();
47 for (var i = 0; i < childCount; i++)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php30 $childCount = $tree->getChildCount();
32 if ($childCount === 0) {
38 for ($i = 0; $i < $childCount; $i++) {
/plugin/combo/ComboStrap/
H A DTreeNode.php34 $childCount = count($this->children);
35 $levelChildIdentifier = $childCount + 1;
/plugin/diagramsnet/lib/js/orgchart/
DmxOrgChartLayout.js367 var childCount = node.getChildCount();
369 if (childCount <= 1) {
374 for (var i = 0; i < childCount; i++) {
381 if (childCount <= 4) {
384 if (childCount <= 8) {
/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js443 var childCount = model.getChildCount(cell);
446 for (var i = 0; i < childCount; i++)
771 var childCount = cell.getChildCount();
774 for (var i = 0; i < childCount; i++)
815 var childCount = cell.getChildCount();
818 for (var i = 0; i < childCount; i++)
DGraphViewer.js1057 var childCount = model.getChildCount(model.root);
1093 for (var i = 0; layersFound && i < childCount; i++)
1102 for (var i = 0; i < childCount; i++)
DEditor.js7682 var childCount = this.model.getChildCount(this.model.root);
7689 } while (index++ < childCount && mxUtils.getValue(this.getCellStyle(cell), 'locked', '0') == '1')
DDialogs.js11977 var childCount = model.getChildCount(model.root);
11982 for (var i = 0; i < childCount; i++)
DEditorUi.js11479 var childCount = graph.model.getChildCount(cell);
11481 for (var i = 0; i < childCount; i++)
/plugin/prosemirror/lib/
Dbundle.js1childCount;r++){var o=e.child(r),i=0;if(n)for(var a=0;a<r;a++)for(var s=e.child(a),l=0;l<s.childCo… property
/plugin/diagramsnet/lib/js/
Dexport.js488 var childCount = model.getChildCount(model.root);
491 for (var i = 0; i < childCount; i++)
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js2405 var childCount = this.model.getChildCount(parent);
2407 for (var i = childCount - 1; i >= 0; i--)
3666 var childCount = model.getChildCount(model.root);
3668 for (var i = 0; i < childCount; i++)
5783 Graph.prototype.createParent = function(parent, child, childCount, dx, dy) argument
5787 for (var i = 0; i < childCount; i++)
7486 var childCount = this.model.getChildCount(cell);
7488 for (var j = 0; j < childCount; j++)
8151 var childCount = this.model.getChildCount(cell);
8153 for (var i = 0; i < childCount; i++)
[all …]
DSidebar.js2250 var childCount = graph.model.getChildCount(targetCell);
2252 for (var j = childCount; j >= 0; j--)
/plugin/ckeditor5markdown/
Dckeditor.js2childCount)&&function(e,t){if(!e.isAttached())return!1;const n=Array.from(e.getChildren()).some(e=… getter in anonymousObjectd7719c392a105.Ec._clearCache.Rl.bufferOperation.Hl
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js1480 var childCount = model.getChildCount(cell);
1482 for (var i = 0; i < childCount; i++) {
1517 if (childCount > 0) {
1518 childCount = model.getChildCount(cell);
1522 if (childCount === 0 && model.isVertex(cell)) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js20106 var childCount = 0;
20109 childCount++;
20112 pos.y = itemTop + itemHeight + childCount*itemHeight;
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1childCount","getLineMarkerPosition","highlightRow","dropTarget","relTargetPos","eventTop","findClo…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1childCount = parent.children.length;\n let groupCount = parent.parent.groups.length;\n …