Searched refs:resultsPath (Results 1 – 3 of 3) sorted by relevance
90 function SearchBox(name, resultsPath, inFrame, label) argument92 if (!name || !resultsPath) { alert("Missing parameters to SearchBox."); }96 this.resultsPath = resultsPath;360 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…366 resultsPage = this.resultsPath + '/nomatches.html';
59 function SearchBox(name, resultsPath, inFrame, label) argument61 if (!name || !resultsPath) { alert("Missing parameters to SearchBox."); }65 this.resultsPath = resultsPath;327 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…333 resultsPage = this.resultsPath + '/nomatches.html';
347 String resultsPath = Utils.jsonToString(row.get("execution_path")); in initialize()348 Utils.openUrlInNewWindow(Utils.getRetrieveLogsUrl(resultsPath)); in initialize()