Lines Matching refs:length
82 for (let index = 0; index < bodyList.length; index++) {
97 if (this.statDataArray.length > this.maxPageSize) {
130 for (let index = 0; index < resultList.length; index++) {
136 for (let keyIndex = 0; keyIndex < keys.length; keyIndex++) {
146 if (keyIndex != keys.length - 1) {
160 let total = this.statDataArray.length;
184 info('metric query Sql result Data size is: ', this.statDataArray!.length);
203 for (let index = 0; index < styleTable.children.length; index++) {
215 for (let index = 0; index < statList.length; index++) {
226 this.querySize!.textContent = 'Query result - ' + statList.length + ' counts';
228 this.resultText = 'Query result - ' + statList.length + ' counts';
239 if (result.length > 0) {
282 for (let index = 1; index < splitSql?.length; index++) {
302 info('Metric query Table Colum size is: ', this.keyList.length);
334 let valueLength = this.selector?.value.split('\n').length;
359 if (this.selector!.value.length < 15) {
365 info('metric query sql table size is: ', this.querySelectTables.length);
381 if (this.statDataArray.length > 0) {
385 let sqlField = this.keyList?.length == 0 ? '*' : this.keyList?.toLocaleString();
386 this.querySize!.textContent = 'Query result - ' + this.statDataArray.length + ' counts';
395 for (let index = 0; index < queryHeadStyle.children.length; index++) {
413 for (let index = 0; index < queryDataSty.children.length; index++) {