Searched defs:excluded (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/jansson/doc/html/_static/
H A Dsearchtools.js324 var excluded = []; variable
343 toAppend = excluded;
358 // console.info('excluded: ', excluded);
376 results = results.concat(this.performTermsSearch(searchterms, excluded, terms, Scorer.term))
377 .concat(this.performTermsSearch(searchterms, excluded, titleterms, Scorer.title));
541 performTermsSearch : function(searchterms, excluded, terms, score) {
568 // now check if the files don't contain excluded terms
576 // ensure that none of the excluded terms is in the search result
577 for (i = 0; i < excluded
[all...]

Completed in 27 milliseconds