Lines Matching refs:pageID

99         $pageID = noNS($targetPage);
103 $resolved = str_replace('~pagename~', $pageID, $tpl);
112 … function buildConfiguredCandidatesFromRaw(string $raw, string $namespace, string $pageID): array { argument
117 $name = str_replace('~pagename~', $pageID, $entry);
130 …private function buildConfiguredCandidates(string $namespace, string $pageID, string $sizeMode): a… argument
134 $big = $this->buildConfiguredCandidatesFromRaw($bigRaw, $namespace, $pageID);
135 $small = $this->buildConfiguredCandidatesFromRaw($smallRaw, $namespace, $pageID);
185 …private function resolveOwnPageIconId(string $namespace, string $pageID, string $sizeMode, array $… argument
186 $imageNames = $this->buildConfiguredCandidates($namespace, $pageID, $sizeMode);
210 $pageID = noNS($namespace);
212 $iconID = $this->resolveOwnPageIconId($parentNamespace, $pageID, $sizeMode, $extensions);
215 $leafPageID = cleanID($namespace . ':' . $pageID);
217 $iconID = $this->resolveOwnPageIconId($namespace, $pageID, $sizeMode, $extensions);
239 string $pageID, argument
245 $iconID = $this->resolveOwnPageIconId($namespace, $pageID, $sizeMode, $extensions);
271 string $pageID, argument
275 return $this->getPageIconId($namespace, $pageID, $size);
313 $pageID = cleanID($base);
314 if ($pageID === '') return false;
316 return $this->getPageIconId($namespace, $pageID, $size);
328 …private function matchesPageIconVariant(string $mediaID, string $namespace, string $pageID): bool { argument
329 $bigIconID = $this->getPageIconId($namespace, $pageID, 'big');
332 $smallIconID = $this->getPageIconId($namespace, $pageID, 'small');
362 $pageID = noNS($namespace);
363 if ($this->matchesPageIconVariant($mediaID, $parentNamespace, $pageID)) return true;
425 string $pageID, argument
431 $mediaID = $this->getPageIconId($namespace, $pageID, $size);
453 string $pageID, argument
459 return $this->getPageIconUrl($namespace, $pageID, $size, $params, $mtime, $withDefault);