Home
last modified time | relevance | path

Searched refs:linkBatchFactory (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialCategories.php33 private $linkBatchFactory; variable in SpecialCategories
39 * @param LinkBatchFactory $linkBatchFactory
43 LinkBatchFactory $linkBatchFactory, argument
47 $this->linkBatchFactory = $linkBatchFactory;
63 $this->linkBatchFactory,
H A DSpecialListUsers.php38 private $linkBatchFactory;
47 * @param LinkBatchFactory $linkBatchFactory
52 LinkBatchFactory $linkBatchFactory,
57 $this->linkBatchFactory = $linkBatchFactory;
73 $this->linkBatchFactory,
H A DSpecialUnwatchedPages.php41 private $linkBatchFactory; variable in SpecialUnwatchedPages
47 * @param LinkBatchFactory $linkBatchFactory
52 LinkBatchFactory $linkBatchFactory, argument
57 $this->linkBatchFactory = $linkBatchFactory;
81 $batch = $this->linkBatchFactory->newLinkBatch();
H A DSpecialTrackingCategories.php39 private $linkBatchFactory; variable in SpecialTrackingCategories
42 * @param LinkBatchFactory $linkBatchFactory
44 public function __construct( LinkBatchFactory $linkBatchFactory ) { argument
46 $this->linkBatchFactory = $linkBatchFactory;
78 $batch = $this->linkBatchFactory->newLinkBatch();
H A DSpecialListRedirects.php40 private $linkBatchFactory;
46 * @param LinkBatchFactory $linkBatchFactory
51 LinkBatchFactory $linkBatchFactory,
56 $this->linkBatchFactory = $linkBatchFactory;
107 $batch = $this->linkBatchFactory->newLinkBatch();
H A DSpecialActiveUsers.php36 private $linkBatchFactory; variable in SpecialActiveUsers
45 * @param LinkBatchFactory $linkBatchFactory
50 LinkBatchFactory $linkBatchFactory, argument
55 $this->linkBatchFactory = $linkBatchFactory;
87 $this->linkBatchFactory,
H A DSpecialAutoblockList.php39 private $linkBatchFactory;
57 * @param LinkBatchFactory $linkBatchFactory
65 LinkBatchFactory $linkBatchFactory,
74 $this->linkBatchFactory = $linkBatchFactory;
137 $this->linkBatchFactory,
H A DSpecialDoubleRedirects.php41 private $linkBatchFactory; variable in SpecialDoubleRedirects
48 * @param LinkBatchFactory $linkBatchFactory
53 LinkBatchFactory $linkBatchFactory, argument
58 $this->linkBatchFactory = $linkBatchFactory;
236 $batch = $this->linkBatchFactory->newLinkBatch();
H A DSpecialProtectedtitles.php37 private $linkBatchFactory; variable in SpecialProtectedtitles
43 * @param LinkBatchFactory $linkBatchFactory
47 LinkBatchFactory $linkBatchFactory, argument
51 $this->linkBatchFactory = $linkBatchFactory;
75 $this->linkBatchFactory,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialCategories.php33 private $linkBatchFactory; variable in SpecialCategories
39 * @param LinkBatchFactory $linkBatchFactory
43 LinkBatchFactory $linkBatchFactory, argument
47 $this->linkBatchFactory = $linkBatchFactory;
63 $this->linkBatchFactory,
H A DSpecialListUsers.php38 private $linkBatchFactory; variable in SpecialListUsers
47 * @param LinkBatchFactory $linkBatchFactory
52 LinkBatchFactory $linkBatchFactory, argument
57 $this->linkBatchFactory = $linkBatchFactory;
73 $this->linkBatchFactory,
H A DSpecialUnwatchedPages.php41 private $linkBatchFactory; variable in SpecialUnwatchedPages
47 * @param LinkBatchFactory $linkBatchFactory
52 LinkBatchFactory $linkBatchFactory, argument
57 $this->linkBatchFactory = $linkBatchFactory;
81 $batch = $this->linkBatchFactory->newLinkBatch();
H A DSpecialTrackingCategories.php39 private $linkBatchFactory; variable in SpecialTrackingCategories
42 * @param LinkBatchFactory $linkBatchFactory
44 public function __construct( LinkBatchFactory $linkBatchFactory ) { argument
46 $this->linkBatchFactory = $linkBatchFactory;
78 $batch = $this->linkBatchFactory->newLinkBatch();
H A DSpecialListRedirects.php40 private $linkBatchFactory; variable in SpecialListRedirects
46 * @param LinkBatchFactory $linkBatchFactory
51 LinkBatchFactory $linkBatchFactory, argument
56 $this->linkBatchFactory = $linkBatchFactory;
107 $batch = $this->linkBatchFactory->newLinkBatch();
H A DSpecialActiveUsers.php36 private $linkBatchFactory; variable in SpecialActiveUsers
45 * @param LinkBatchFactory $linkBatchFactory
50 LinkBatchFactory $linkBatchFactory, argument
55 $this->linkBatchFactory = $linkBatchFactory;
87 $this->linkBatchFactory,
H A DSpecialAutoblockList.php38 private $linkBatchFactory; variable in SpecialAutoblockList
56 * @param LinkBatchFactory $linkBatchFactory
64 LinkBatchFactory $linkBatchFactory, argument
73 $this->linkBatchFactory = $linkBatchFactory;
136 $this->linkBatchFactory,
H A DSpecialDoubleRedirects.php41 private $linkBatchFactory; variable in SpecialDoubleRedirects
48 * @param LinkBatchFactory $linkBatchFactory
53 LinkBatchFactory $linkBatchFactory, argument
58 $this->linkBatchFactory = $linkBatchFactory;
236 $batch = $this->linkBatchFactory->newLinkBatch();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/pagers/
H A DProtectedTitlesPager.php47 private $linkBatchFactory; variable in ProtectedTitlesPager
57 * @param LinkBatchFactory $linkBatchFactory
68 LinkBatchFactory $linkBatchFactory, argument
78 $this->linkBatchFactory = $linkBatchFactory;
84 $lb = $this->linkBatchFactory->newLinkBatch();
H A DCategoryPager.php32 private $linkBatchFactory; variable in CategoryPager
38 * @param LinkBatchFactory $linkBatchFactory
45 LinkBatchFactory $linkBatchFactory, argument
57 $this->linkBatchFactory = $linkBatchFactory;
81 $batch = $this->linkBatchFactory->newLinkBatch();
H A DMergeHistoryPager.php45 private $linkBatchFactory; variable in MergeHistoryPager
55 * @param LinkBatchFactory $linkBatchFactory
64 LinkBatchFactory $linkBatchFactory, argument
84 $this->linkBatchFactory = $linkBatchFactory;
91 $batch = $this->linkBatchFactory->newLinkBatch();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/pagers/
H A DProtectedTitlesPager.php47 private $linkBatchFactory; variable in ProtectedTitlesPager
57 * @param LinkBatchFactory $linkBatchFactory
68 LinkBatchFactory $linkBatchFactory, argument
78 $this->linkBatchFactory = $linkBatchFactory;
84 $lb = $this->linkBatchFactory->newLinkBatch();
H A DCategoryPager.php32 private $linkBatchFactory; variable in CategoryPager
38 * @param LinkBatchFactory $linkBatchFactory
45 LinkBatchFactory $linkBatchFactory, argument
57 $this->linkBatchFactory = $linkBatchFactory;
81 $batch = $this->linkBatchFactory->newLinkBatch();
H A DMergeHistoryPager.php44 private $linkBatchFactory; variable in MergeHistoryPager
54 * @param LinkBatchFactory $linkBatchFactory
63 LinkBatchFactory $linkBatchFactory, argument
83 $this->linkBatchFactory = $linkBatchFactory;
90 $batch = $this->linkBatchFactory->newLinkBatch();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/cache/
H A DUserCache.php40 private $linkBatchFactory; variable in UserCache
57 * @param LinkBatchFactory $linkBatchFactory
62 LinkBatchFactory $linkBatchFactory argument
66 $this->linkBatchFactory = $linkBatchFactory;
153 $lb = $this->linkBatchFactory->newLinkBatch();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/cache/
H A DUserCache.php40 private $linkBatchFactory; variable in UserCache
57 * @param LinkBatchFactory $linkBatchFactory
62 LinkBatchFactory $linkBatchFactory argument
66 $this->linkBatchFactory = $linkBatchFactory;
153 $lb = $this->linkBatchFactory->newLinkBatch();

1234567