Searched refs:selector (Results 1 – 7 of 7) sorted by relevance
33 private selector: HTMLTextAreaElement | undefined; property in SpQuerySQL44 this.selector = this.shadowRoot?.querySelector('.sql-select') as HTMLTextAreaElement;133 queryCustomizeSelect(this.selector!.value).then((resultList): void => {186 this.selector!.value = '';192 if (this.selector?.value.trim() === '') {198 if (this.selector!.value.length < queryNormalLength ||199 !this.selector?.value.toLowerCase().trim().startsWith('select')202 ${this.selector!.value}.`;208 if (regexStr.test(this.selector!.value)) {210 ${this.selector!.value}.`;[all …]
35 private selector: HTMLTextAreaElement | undefined; property in SpQuerySQL49 this.selector = this.shadowRoot?.querySelector('.sql-select') as HTMLTextAreaElement;126 this.getInputSqlResult(this.selector!.value).then((resultList) => {156 this.queryText = this.selector!.value;197 this.selector!.value = '';210 if (!this.selector || this.selector.value == null) {237 return this.selector!.value.indexOf(item) > -1;250 let split = this.selector?.value.trim().split(' ');252 this.querySqlErrorText = 'Error: Incomplete query statement: ' + this.selector!.value;260 if (this.selector!.value.indexOf('from') < 0) {[all …]
206 … const selector = this.group ? `lit-radio[checked]` : `lit-radio[name="${this.name}"][checked]`; constant207 const siblingNode = this.parent?.querySelector(selector) as LitRadioBox;
221 … const selector = this.group ? `lit-radio[checked]` : `lit-radio[name="${this.name}"][checked]`; constant222 const siblingNode = this.parent?.querySelector(selector) as LitRadioBox;
29 constructor(selector: any, options = {}) {30 selector!.innerHTML = '';32 this.element = selector;
10454 u64 selector; member11287 __u8 selector; member57056 struct xfrm_selector selector; member65962 __u32 selector; member