Lines Matching defs:excluded
324 var excluded = [];
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.length; i++) {
578 if (terms[excluded[i]] == file ||
579 $u.contains(terms[excluded[i]] || [], file)) {