Home
last modified time | relevance | path

Searched refs:pageExists (Results 1 – 2 of 2) sorted by relevance

/template/starterbootstrap/
H A Dsidebar.php13 $pageExists = false;
23 resolve_pageid($ns, $startPagePath,$pageExists);
25 if ($pageExists) {
/template/mikio/
H A Dmikio.php404 public function pageExists(string $page): bool
887 return $this->pageExists($conf['sidebar' . $prefix]);
430 public function pageExists(string $page) global() function in dokuwiki\\template\\mikio\\Template