Home
last modified time | relevance | path

Searched refs:matchIdx (Results 1 – 3 of 3) sorted by relevance

/plugin/sphinxsearchwas/
DSphinxSearch.php118 $matchIdx = 0;
121 if (mb_stripos($line, $word) !== false) { $matchIdx = $idx; break 2; }
126 $start = max(0, $matchIdx - 3);
/plugin/pdfjs/pdfjs/web/
Dviewer.js6829 } else if (matchIndex === -1 || matchIndex !== this._selected.matchIdx) {
6853 matchIdx: -1 property
6857 matchIdx: null, property
6971 var matchIdx = -queryLen; variable
6974 matchIdx = pageContent.indexOf(query, matchIdx + queryLen);
6976 if (matchIdx === -1) {
6980 if (entireWord && !this._isEntireWord(pageContent, matchIdx, queryLen)) {
6984 matches.push(matchIdx);
6998 var matchIdx = -subqueryLen; variable
7001 matchIdx = pageContent.indexOf(subquery, matchIdx + subqueryLen);
[all …]
Dviewer.js.map1matchIdx","wrapped","_shouldDirtyMatch","_prepareMatches","currentElem","matchesWithLength","nextE…