Lines Matching full:const
37 const pos = $editor.position();
106 const $obj = this.$getResult(this.selected);
140 const $obj = this.$getResult(num);
151 const childPos = $obj.position().top;
153 const yDiff = childPos + $obj.outerHeight() - jQuery(this.result).innerHeight();
243 const syntax = this.createLinkSyntax(link, linkTitle);
248 const externallinkpattern = new RegExp('^((f|ht)tps?:)?//', 'i');
273 const refId = this.textArea.form.id.value;
315 const $res = jQuery(this.result);
337 const temp = this.$entry.val();
375 const sourceNs = ref.split(':');
377 const targetNs = id.split(':');
378 const targetPage = targetNs.pop();
379 const relativeID = [];