Lines Matching +full:runs +full:- +full:on
22 selected = -1;
65 // scrollview correction on arrow up/down gets easier
74 jQuery('#link__wiz .ui-dialog-titlebar-close').on('click', () => this.hide());
76 jQuery(this.result).on('click', 'a', (e) => this.onResultClick(e));
93 this.select(this.selected - 1);
105 if (this.selected > -1) {
153 const yDiff = childPos + $obj.outerHeight() - jQuery(this.result).innerHeight();
171 if (this.selected > -1) {
174 this.selected = -1;
192 * Handles the "click" on a given result anchor
196 if (a.title === '' || a.title.charAt(a.title.length - 1) === ':') {
231 if (linkTitle.charAt(linkTitle.length - 1) === ' ') {
233 selection.end--;
300 * Calls autocomplete_exec when the timer runs out
371 * @param {string} ref The ID of a page the link is used on
401 relativeID.push(...Array(sourceNs.length - commonPrefixLength).fill('..'));