Searched refs:selectionEnd (Results 1 – 9 of 9) sorted by relevance
765 this.selectionEnd = null;779 this.selectionEnd = this.selectionStart + 1;785 this.selectionEnd =796 this.selectionEnd = null;800 this.selectionEnd = x;806 let end = this.selectionEnd === null ? Infinity : this.selectionEnd;836 if (this.selectionStart !== null && this.selectionEnd !== null) {838 left = Math.min(this.selectionStart, this.selectionEnd);839 right = Math.max(this.selectionStart, this.selectionEnd);943 this.selectionEnd = (end - firstTime) / (lastTime - firstTime) * width;
169 public selectionEnd = -1; property in FourSlash.TestState419 target.selectionEnd,482 this.selectionEnd = -1;492 this.selectionEnd = end.position;498 this.selectionEnd = this.activeFile.content.length;503 this.selectionEnd = range.end;515 this.selectionEnd = -1;1721 let selectionEnd: ts.LineAndCharacter; variable1729 … selectionEnd = ts.computeLineAndCharacterOfPosition(contextLineMap, ts.textSpanEnd(spanInfo));1738 …selectionEnd = selection ? ts.computeLineAndCharacterOfPosition(contextLineMap, ts.textSpanEnd(spa…[all …]
25 selectionEnd: 5, property
925 attribute unsigned long? selectionEnd;1061 attribute unsigned long selectionEnd;
9138 selectionEnd: number; property10660 selectionEnd: number; property
7115 selectionEnd: number | null; property8386 selectionEnd: number; property
7135 selectionEnd: number | null; property8406 selectionEnd: number; property
4161 …d/front_end/color_picker/Spectrum.js(775,20): error TS2339: Property 'selectionEnd' does not exist…
163692 + if(taInput.selectionStart<taInput.selectionEnd){163693 + sql = taInput.value.substring(taInput.selectionStart,taInput.selectionEnd).trim();