Home
last modified time | relevance | path

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

/plugin/pagestats/
Dhelper.php118 $shouldExclude = false;
123 $shouldExclude = true;
128 if ($shouldExclude) continue;
/plugin/asciidocjs/node_modules/filelist/
Dindex.d.ts105 shouldExclude(item: string): boolean
Dindex.js345 return !self.shouldExclude(name);
386 this.shouldExclude = function (name) { method