Searched refs:shouldExclude (Results 1 – 3 of 3) sorted by relevance
118 $shouldExclude = false;123 $shouldExclude = true;128 if ($shouldExclude) continue;
105 shouldExclude(item: string): boolean
345 return !self.shouldExclude(name);386 this.shouldExclude = function (name) { method