Home
last modified time | relevance | path

Searched refs:getNamespaceCond (Results 1 – 9 of 9) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DNewPagesPager.php76 $conds = array_merge( $conds, $this->getNamespaceCond() );
131 private function getNamespaceCond() { function in NewPagesPager
H A DDeletedContribsPager.php92 $conds = array_merge( $userCond, $this->getNamespaceCond() );
218 private function getNamespaceCond() { function in DeletedContribsPager
H A DContribsPager.php311 $queryInfo['conds'] = array_merge( $queryInfo['conds'], $this->getNamespaceCond() );
344 protected function getNamespaceCond() { function in ContribsPager
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/pagers/
H A DNewPagesPager.php109 $conds = array_merge( $conds, $this->getNamespaceCond() );
162 private function getNamespaceCond() { function in NewPagesPager
H A DDeletedContribsPager.php114 $conds = array_merge( $userCond, $this->getNamespaceCond() );
238 private function getNamespaceCond() { function in DeletedContribsPager
H A DContribsPager.php394 $queryInfo['conds'] = array_merge( $queryInfo['conds'], $this->getNamespaceCond() );
427 protected function getNamespaceCond() { function in ContribsPager
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/pagers/
H A DNewPagesPager.php125 $conds = array_merge( $conds, $this->getNamespaceCond() );
178 private function getNamespaceCond() { function in NewPagesPager
H A DDeletedContribsPager.php125 $conds = array_merge( $userCond, $this->getNamespaceCond() );
250 private function getNamespaceCond() { function in DeletedContribsPager
H A DContribsPager.php368 $queryInfo['conds'] = array_merge( $queryInfo['conds'], $this->getNamespaceCond() );
401 protected function getNamespaceCond() { function in ContribsPager