Home
last modified time | relevance | path

Searched refs:getIndexField (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/mediawiki135/mediawiki-1.35.5/includes/search/
H A DSearchSqlite.php135 $field = $this->getIndexField( $fulltext );
254 private function getIndexField( $fulltext ) { function in SearchSqlite
H A DSearchMySQL.php129 $field = $this->getIndexField( $fulltext );
289 private function getIndexField( $fulltext ) { function in SearchMySQL
/dports/www/mediawiki136/mediawiki-1.36.3/includes/search/
H A DSearchSqlite.php135 $field = $this->getIndexField( $fulltext );
254 private function getIndexField( $fulltext ) { function in SearchSqlite
H A DSearchMySQL.php129 $field = $this->getIndexField( $fulltext );
289 private function getIndexField( $fulltext ) { function in SearchMySQL
/dports/www/mediawiki137/mediawiki-1.37.1/includes/search/
H A DSearchSqlite.php135 $field = $this->getIndexField( $fulltext );
254 private function getIndexField( $fulltext ) { function in SearchSqlite
H A DSearchMySQL.php132 $field = $this->getIndexField( $fulltext );
292 private function getIndexField( $fulltext ) { function in SearchMySQL
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DProtectedTitlesPager.php110 public function getIndexField() { function in ProtectedTitlesPager
H A DCategoryPager.php52 public function getIndexField() { function in CategoryPager
H A DDeletedContribsPager.php141 $result[$row->{$this->getIndexField()} . "-$i"] = $row;
161 public function getIndexField() { function in DeletedContribsPager
H A DMergeHistoryPager.php108 public function getIndexField() { function in MergeHistoryPager
H A DContribsPager.php216 $result[$row->{$this->getIndexField()} . "-$index"] = $row;
325 $indexField = $this->getIndexField();
410 public function getIndexField() { function in ContribsPager
H A DNewPagesPager.php164 public function getIndexField() { function in NewPagesPager
/dports/www/mediawiki137/mediawiki-1.37.1/includes/pager/
H A DAlphabeticPager.php67 if ( !is_array( $this->getIndexField() ) ) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/pager/
H A DAlphabeticPager.php67 if ( !is_array( $this->getIndexField() ) ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/pagers/
H A DProtectedTitlesPager.php130 public function getIndexField() { function in ProtectedTitlesPager
H A DDeletedContribsPager.php157 $result[$row->{$this->getIndexField()} . "-$i"] = $row;
177 public function getIndexField() { function in DeletedContribsPager
H A DCategoryPager.php68 public function getIndexField() { function in CategoryPager
H A DContribsPager.php303 $result[$row->{$this->getIndexField()} . "-$index"] = $row;
408 $indexField = $this->getIndexField();
492 public function getIndexField() { function in ContribsPager
H A DMergeHistoryPager.php135 public function getIndexField() { function in MergeHistoryPager
/dports/www/mediawiki136/mediawiki-1.36.3/includes/pager/
H A DAlphabeticPager.php67 if ( !is_array( $this->getIndexField() ) ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/pagers/
H A DProtectedTitlesPager.php130 public function getIndexField() { function in ProtectedTitlesPager
H A DDeletedContribsPager.php173 $result[$row->{$this->getIndexField()} . "-$i"] = $row;
193 public function getIndexField() { function in DeletedContribsPager
H A DCategoryPager.php68 public function getIndexField() { function in CategoryPager
H A DContribsPager.php275 $result[$row->{$this->getIndexField()} . "-$index"] = $row;
382 $indexField = $this->getIndexField();
466 public function getIndexField() { function in ContribsPager
H A DMergeHistoryPager.php134 public function getIndexField() { function in MergeHistoryPager

123