Searched refs:inputValue (Results 1 – 3 of 3) sorted by relevance
99 let inputValue = this._provider.get_source_code();101 inputValue = inputValue.split(/\u00A0/).join("");102 if (inputValue !== "") {106 navigator.clipboard.writeText(inputValue);110 textarea.value = inputValue;
118 .replace(/(^|[^='"])#([0-9a-f]{6})/gi, function (match, prefix, color, at, inputValue) { argument119 var suffix = inputValue[at + match.length];
1 ….push(` if (inputValue == ${haystack[i]}) { return true; }`);\n }\n context.functions[funcN…