Lines Matching refs:sizeMode
130 …private function buildConfiguredCandidates(string $namespace, string $pageID, string $sizeMode): a… argument
137 if ($sizeMode === 'big') return $big;
138 if ($sizeMode === 'small') return $small;
139 … if ($sizeMode === 'smallorbig') return array_values(array_unique(array_merge($small, $big)));
185 …private function resolveOwnPageIconId(string $namespace, string $pageID, string $sizeMode, array $… argument
186 $imageNames = $this->buildConfiguredCandidates($namespace, $pageID, $sizeMode);
203 …private function resolveNamespacePageIconId(string $namespace, string $sizeMode, array $extensions… argument
212 $iconID = $this->resolveOwnPageIconId($parentNamespace, $pageID, $sizeMode, $extensions);
217 $iconID = $this->resolveOwnPageIconId($namespace, $pageID, $sizeMode, $extensions);
224 $iconID = $this->resolveOwnPageIconId($namespace, $startId, $sizeMode, $extensions);
243 $sizeMode = $this->normalizeSizeMode($size);
245 $iconID = $this->resolveOwnPageIconId($namespace, $pageID, $sizeMode, $extensions);
255 $iconID = $this->resolveNamespacePageIconId($lookupNamespace, $sizeMode, $extensions);