Home
last modified time | relevance | path

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

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