Lines Matching refs:length
80 for (let index = 0; index < bodyList.length; index++) {
90 for (let index = 0; index < tableHeadStyle.children.length; index++) {
105 if (this.statDataArray.length > maxPageSize) {
134 if (resultList && resultList.length > 0) {
137 this.querySize!.textContent = `Query result - ${this.statDataArray.length} counts.`;
142 this.querySize!.textContent = `Query result - ${this.statDataArray.length} counts.`;
160 let total = this.statDataArray.length;
198 if (this.selector!.value.length < queryNormalLength ||
205 if (this.notSupportList && this.notSupportList.length > 0) {
206 for (let index = 0; index < this.notSupportList.length; index++) {
221 info('Metric query Table Colum size is: ', this.keyList.length);
254 let valueLength = this.selector?.value.split('\n').length;
286 for (let index = 0; index < queryDataSty.children.length; index++) {