Searched defs:countMaxRowDepth (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js7732 var countMaxRowDepth = function(row, tmpRowDepth) {
7740 countMaxRowDepth(col.children, tmpRowDepth);
7756 countMaxRowDepth(currentRow);
H A Ddatatable-beta-min.js435 var parseTreeForRowspan=function(tree){var maxRowDepth=1;var currentRow;var currentColumn;var countMaxRowDepth=function(row,tmpRowDepth){tmpRowDepth=tmpRowDepth||1;for(var n=0;n<row.length;n++){var col=row[n];if(YAHOO.lang.isArray(col.children)){tmpRowDepth++;countMaxRowDepth(col.children,tmpRowDepth);tmpRowDepth--;}
436 else{if(tmpRowDepth>maxRowDepth){maxRowDepth=tmpRowDepth;}}}};for(var m=0;m<tree.length;m++){currentRow=tree[m];countMaxRowDepth(currentRow);for(var p=0;p<currentRow.length;p++){currentColumn=currentRow[p];if(!YAHOO.lang.isArray(currentColumn.children)){currentColumn._rowspan=maxRowDepth;}
H A Ddatatable-beta.js7625 var countMaxRowDepth = function(row, tmpRowDepth) {
7633 countMaxRowDepth(col.children, tmpRowDepth);
7649 countMaxRowDepth(currentRow);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js7732 var countMaxRowDepth = function(row, tmpRowDepth) {
7740 countMaxRowDepth(col.children, tmpRowDepth);
7756 countMaxRowDepth(currentRow);
H A Ddatatable-beta-min.js435 var parseTreeForRowspan=function(tree){var maxRowDepth=1;var currentRow;var currentColumn;var countMaxRowDepth=function(row,tmpRowDepth){tmpRowDepth=tmpRowDepth||1;for(var n=0;n<row.length;n++){var col=row[n];if(YAHOO.lang.isArray(col.children)){tmpRowDepth++;countMaxRowDepth(col.children,tmpRowDepth);tmpRowDepth--;}
436 else{if(tmpRowDepth>maxRowDepth){maxRowDepth=tmpRowDepth;}}}};for(var m=0;m<tree.length;m++){currentRow=tree[m];countMaxRowDepth(currentRow);for(var p=0;p<currentRow.length;p++){currentColumn=currentRow[p];if(!YAHOO.lang.isArray(currentColumn.children)){currentColumn._rowspan=maxRowDepth;}
H A Ddatatable-beta.js7625 var countMaxRowDepth = function(row, tmpRowDepth) {
7633 countMaxRowDepth(col.children, tmpRowDepth);
7649 countMaxRowDepth(currentRow);

Completed in 90 milliseconds