Lines Matching refs:headpage
279 $headpage = $opts['headpage'];
331 $title = static::getNamespaceTitle($id, $headpage, $hns);
334 $hns = $this->guessHeadpage($headpage, $id);
356 if (!$opts['nons'] && !empty($headpage) && $opts['hide_headpage']) {
360 $ahp = explode(",", $headpage);
454 $headpage = $opts['headpage'];
531 $title = static::getNamespaceTitle($id, $headpage, $hns);
535 $hns = $this->guessHeadpage($headpage, $id);
558 if (!$opts['nons'] && !empty($headpage) && $opts['hide_headpage']) {
562 $hpOptions = explode(",", $headpage);
702 * @param string $headpage comma-separated headpages options and headpages
708 public static function getNamespaceTitle($ns, $headpage, &$hns) argument
713 if (empty($headpage)) {
716 $hpOptions = explode(",", $headpage);
821 * @param string $headpage config setting
825 private function guessHeadpage(string $headpage, string $ns): string argument
830 $hpOptions = explode(",", $headpage);