Lines Matching refs:j

2815 			var iLoop, i, iLen, j, jLen, jInner,
2844 for ( j=0, jLen=nTds.length ; j<jLen ; j++ )
2846 sNodeName = nTds[j].nodeName.toUpperCase();
2849 _fnSetCellData( oSettings, iThisIndex, jInner, $.trim(nTds[j].innerHTML) );
2865 for ( j=0, jLen=nTrs[i].childNodes.length ; j<jLen ; j++ )
2867 nTd = nTrs[i].childNodes[j];
2974 var i, nTh, iLen, j, jLen;
3105 var i, iLen, j, jLen, k, kLen;
3123 for ( j=iColumns-1 ; j>=0 ; j-- )
3125 if ( !oSettings.aoColumns[j].bVisible && !bIncludeHidden )
3127 aoLocal[i].splice( j, 1 );
3146 for ( j=0, jLen=aoLocal[i].length ; j<jLen ; j++ )
3154 if ( typeof aApplied[i][j] == 'undefined' )
3156 aoLocal[i].nTr.appendChild( aoLocal[i][j].cell );
3157 aApplied[i][j] = 1;
3161 aoLocal[i][j].cell == aoLocal[i+iRowspan][j].cell )
3163 aApplied[i+iRowspan][j] = 1;
3168 while ( typeof aoLocal[i][j+iColspan] != 'undefined' &&
3169 aoLocal[i][j].cell == aoLocal[i][j+iColspan].cell )
3174 aApplied[i+k][j+iColspan] = 1;
3180 aoLocal[i][j].cell.rowSpan = iRowspan;
3181 aoLocal[i][j].cell.colSpan = iColspan;
3253 for ( var j=iStart ; j<iEnd ; j++ )
3255 var aoData = oSettings.aoData[ oSettings.aiDisplay[j] ];
3258 _fnCreateTr( oSettings, oSettings.aiDisplay[j] );
3278 oSettings.aoData[ oSettings.aiDisplay[j] ]._aData, iRowCount, j );
3597 for ( var j=0, jLen=oSettings.aoColumns.length ; j<jLen ; j++ )
3599 aDataSorted.push( aData[i][ aiIndex[j] ] );
3654 var nTmp, iPushFeature, cOption, nNewNode, cNext, sAttr, j;
3670 j = 2;
3671 while ( aDom[i+j] != cNext )
3673 sAttr += aDom[i+j];
3674 j++;
3705 i += j; /* Move along the position array */
3970 i, iLen, j, jLen, anHeadToSize, anHeadSizers, anFootSizers, anFootToSize, oStyle, iVis,
4375 for ( var j=0, jLen=oSettings.aiDisplay.length ; j<jLen ; j++ )
4377 var iDisIndex = oSettings.aiDisplay[j-iCorrector];
4382 oSettings.aiDisplay.splice( j-iCorrector, 1 );
4547 for ( var j=0, jLen=oSettings.aoColumns.length ; j<jLen ; j++ )
4549 if ( oSettings.aoColumns[j].bSearchable )
4551 var sData = aData[j];
4552 sSearch += _fnDataToSearch( sData, oSettings.aoColumns[j].sType )+' ';
4645 i, iLen, j, jLen,
4676 for ( j=0, jLen=aoData.length ; j<jLen ; j++ )
4678 _fnSetCellData( oSettings, j, iColumn, aData[j] );
4883 var i, iLen, j, jLen, iFound;
4913 for ( j=0 ; j<aaSort.length ; j++ )
4915 if ( aaSort[j][0] == i )
4917 sClass = ( aaSort[j][1] == "asc" ) ?
4919 iFound = j;
4986 for ( j=0, jLen=(nTds.length/iColumns) ; j<jLen ; j++ )
4988 nTds[(iColumns*j)+i].className =
4989 $.trim( nTds[(iColumns*j)+i].className.replace( sClass+"1", "" ) );
4994 for ( j=0, jLen=(nTds.length/iColumns) ; j<jLen ; j++ )
4996 nTds[(iColumns*j)+i].className =
4997 $.trim( nTds[(iColumns*j)+i].className.replace( sClass+"2", "" ) );
5002 for ( j=0, jLen=(nTds.length/iColumns) ; j<jLen ; j++ )
5004 nTds[(iColumns*j)+i].className =
5005 $.trim( nTds[(iColumns*j)+i].className.replace( " "+sClass+"3", "" ) );
5016 for ( j=0, jLen=(nTds.length/iColumns) ; j<jLen ; j++ )
5018 nTds[(iColumns*j)+iTargetCol].className += " "+sClass+iClass;
6097 for ( var j=0 ; j<iLen ; j++ )
6099 if ( oSettings.aoColumns[i].sName == aColumns[j] )
6101 aiReturn.push( j );
6450 var i, j, k, l, iLen, jLen, iColShifted;
6451 var fnShiftCol = function ( a, i, j ) { argument
6452 while ( typeof a[i][j] != 'undefined' ) {
6453 j++;
6455 return j;
6472 for ( j=0, jLen=nTrs[i].childNodes.length ; j<jLen ; j++ )
6474 nCell = nTrs[i].childNodes[j];
6530 for ( var j=0, jLen=aLayout[i].length ; j<jLen ; j++ )
6532 if ( aLayout[i][j].unique &&
6533 (typeof aReturn[j] == 'undefined' || !oSettings.bSortCellsTop) )
6535 aReturn[j] = aLayout[i][j].cell;
6597 for ( var j=0, jLen=an1[i].childNodes.length ; j<jLen ; j++ )
6599 if ( an1[i].childNodes[j].nodeType == 1 )
6603 fn( an1[i].childNodes[j], an2[i].childNodes[j] );
6607 fn( an1[i].childNodes[j] );
6925 var i=0, iLen, j, jLen, k, kLen;
7298 for ( j=0, jLen=aTargets.length ; j<jLen ; j++ )
7300 if ( typeof aTargets[j] == 'number' && aTargets[j] >= 0 )
7306 while( oSettings.aoColumns.length <= aTargets[j] )
7310 _fnColumnOptions( oSettings, aTargets[j], oInit.aoColumnDefs[i] );
7312 else if ( typeof aTargets[j] == 'number' && aTargets[j] < 0 )
7315 _fnColumnOptions( oSettings, oSettings.aoColumns.length+aTargets[j],
7318 else if ( typeof aTargets[j] == 'string' )
7323 if ( aTargets[j] == "_all" ||
7324 $(oSettings.aoColumns[k].nTh).hasClass( aTargets[j] ) )
7369 for ( j=0, jLen=oColumn.asSorting.length ; j<jLen ; j++ )
7371 if ( oSettings.aaSorting[i][1] == oColumn.asSorting[j] )
7373 oSettings.aaSorting[i][2] = j;