Lines Matching refs:index
82 for (let index = 0; index < bodyList.length; index++) {
83 td[index].style.width = bodyList[index].offsetWidth + 'px';
84 td[index].style.overflow = 'hidden';
130 for (let index = 0; index < resultList.length; index++) {
131 const dataResult = resultList[index];
203 for (let index = 0; index < styleTable.children.length; index++) {
205 styleTable.children[index].style.backgroundColor = 'var(--dark-background5,#F6F6F6)';
215 for (let index = 0; index < statList.length; index++) {
216 const statsResult = statList[index]; constant
282 for (let index = 1; index < splitSql?.length; index++) { variable
283 let splitSqlItem = splitSql[index].trim(); variable
395 for (let index = 0; index < queryHeadStyle.children.length; index++) { variable
397 queryHeadStyle.children[index].style.gridArea = null;
413 for (let index = 0; index < queryDataSty.children.length; index++) { variable
415 queryDataSty.children[index].style.backgroundColor = 'var(--dark-background5,#F6F6F6)';