Home
last modified time | relevance | path

Searched refs:excludeSelfPage (Results 1 – 2 of 2) sorted by relevance

/plugin/nspages/fileHelper/
H A DpagePreparer.php19 private $excludeSelfPage; variable in pagePreparer
23 $customTitleAllowListMetadata, $sortByMetadata, $excludeSelfPage) { argument
25 $useIdAndTitle, $sortPageByDate, $sortByCreationDate, $excludeSelfPage);
31 $this->excludeSelfPage = $excludeSelfPage;
39 && (!$this->excludeSelfPage || $ID !== $file['id']);
/plugin/nspages/
H A DoptionParser.php92 static function checkExclude(&$match, &$excludedPages, &$excludedNs, &$excludeSelfPage){
115 $excludeSelfPage = true;
89 checkExclude(& $match, & $excludedPages, & $excludedNs, & $excludeSelfPage) global() argument