Home
last modified time | relevance | path

Searched refs:reallyDoQuery (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/mediawiki135/mediawiki-1.35.5/includes/specialpage/
H A DQueryPage.php349 $res = $this->reallyDoQuery( $limit, false );
444 public function reallyDoQuery( $limit, $offset = false ) { function in QueryPage
499 return $this->reallyDoQuery( $limit, $offset );
655 $res = $this->reallyDoQuery( $dbLimit, $this->offset );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/specials/
H A DContribsPagerTest.php78 $allContribsResults = $allContribsPager->reallyDoQuery( '', 2, IndexPager::QUERY_DESCENDING );
82 $revOnlyResults = $revOnlyPager->reallyDoQuery( '', 2, IndexPager::QUERY_DESCENDING );
H A DQueryAllSpecialPagesTest.php73 $result = $page->reallyDoQuery( 50 );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specialpage/
H A DQueryPage.php375 $res = $this->reallyDoQuery( $limit, false );
493 public function reallyDoQuery( $limit, $offset = false ) { function in QueryPage
548 return $this->reallyDoQuery( $limit, $offset );
704 $res = $this->reallyDoQuery( $dbLimit, $this->offset );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specialpage/
H A DQueryPage.php375 $res = $this->reallyDoQuery( $limit, false );
493 public function reallyDoQuery( $limit, $offset = false ) { function in QueryPage
548 return $this->reallyDoQuery( $limit, $offset );
704 $res = $this->reallyDoQuery( $dbLimit, $this->offset );
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/specials/
H A DContribsPagerTest.php81 $allContribsResults = $allContribsPager->reallyDoQuery( '', 2, IndexPager::QUERY_DESCENDING );
85 $revOnlyResults = $revOnlyPager->reallyDoQuery( '', 2, IndexPager::QUERY_DESCENDING );
H A DQueryAllSpecialPagesTest.php73 $result = $page->reallyDoQuery( 50 );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/specials/
H A DQueryAllSpecialPagesTest.php74 $result = $page->reallyDoQuery( 50 );
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DDeletedContribsPager.php127 public function reallyDoQuery( $offset, $limit, $order ) { function in DeletedContribsPager
128 $data = [ parent::reallyDoQuery( $offset, $limit, $order ) ];
H A DAllMessagesTablePager.php188 public function reallyDoQuery( $offset, $limit, $order ) { function in AllMessagesTablePager
H A DImageListPager.php337 public function reallyDoQuery( $offset, $limit, $order ) { function in ImageListPager
H A DContribsPager.php175 public function reallyDoQuery( $offset, $limit, $order ) { function in ContribsPager
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/pagers/
H A DDeletedContribsPager.php143 public function reallyDoQuery( $offset, $limit, $order ) { function in DeletedContribsPager
144 $data = [ parent::reallyDoQuery( $offset, $limit, $order ) ];
H A DAllMessagesTablePager.php209 public function reallyDoQuery( $offset, $limit, $order ) { function in AllMessagesTablePager
H A DImageListPager.php348 public function reallyDoQuery( $offset, $limit, $order ) { function in ImageListPager
H A DContribsPager.php259 public function reallyDoQuery( $offset, $limit, $order ) { function in ContribsPager
/dports/www/mediawiki135/mediawiki-1.35.5/includes/pager/
H A DIndexPager.php273 $isFirst = !$this->reallyDoQuery( $this->mOffset, 1, $oppositeOrder )->numRows();
277 $this->mResult = $this->reallyDoQuery(
445 public function reallyDoQuery( $offset, $limit, $order ) { function in IndexPager
/dports/www/mediawiki137/mediawiki-1.37.1/includes/pager/
H A DIndexPager.php275 $isFirst = !$this->reallyDoQuery( $this->mOffset, 1, $oppositeOrder )->numRows();
279 $this->mResult = $this->reallyDoQuery(
447 public function reallyDoQuery( $offset, $limit, $order ) { function in IndexPager
/dports/www/mediawiki136/mediawiki-1.36.3/includes/pager/
H A DIndexPager.php273 $isFirst = !$this->reallyDoQuery( $this->mOffset, 1, $oppositeOrder )->numRows();
277 $this->mResult = $this->reallyDoQuery(
445 public function reallyDoQuery( $offset, $limit, $order ) { function in IndexPager
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/pagers/
H A DDeletedContribsPager.php159 public function reallyDoQuery( $offset, $limit, $order ) { function in DeletedContribsPager
160 $data = [ parent::reallyDoQuery( $offset, $limit, $order ) ];
H A DAllMessagesTablePager.php210 public function reallyDoQuery( $offset, $limit, $order ) { function in AllMessagesTablePager
H A DImageListPager.php375 public function reallyDoQuery( $offset, $limit, $order ) { function in ImageListPager
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialShortPages.php74 public function reallyDoQuery( $limit, $offset = false ) { function in SpecialShortPages
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialShortPages.php89 public function reallyDoQuery( $limit, $offset = false ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialShortPages.php89 public function reallyDoQuery( $limit, $offset = false ) { function in SpecialShortPages

12