Searched refs:entireWord (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 2207 entireWord: evt.entireWord, property 2218 entireWord: false, property 2385 entireWord: findState.entireWord, property 6457 this.entireWord = options.entireWordCheckbox || null; 6497 this.entireWord.addEventListener('click', function () { 6517 entireWord: this.entireWord.checked, property 6968 value: function _calculatePhraseMatch(query, pageIndex, pageContent, entireWord) { 6980 if (entireWord && !this._isEntireWord(pageContent, matchIdx, queryLen)) { 6991 value: function _calculateWordMatch(query, pageIndex, pageContent, entireWord) { 7007 if (entireWord && !this._isEntireWord(pageContent, matchIdx, subqueryLen)) { [all …]
|
| D | viewer.js.map | 1 …entireWord","highlightAll","findPrevious","result","matchesCount","setZoomDisabledTimeout","zoomDi…
|