Home
last modified time | relevance | path

Searched refs:isHomepage (Results 1 – 4 of 4) sorted by relevance

/plugin/visualindex/syntax/
H A Dvisualindex.php74 if($this->isHomepage($pageNamespaceInfo['pageID'], $pageNamespaceInfo['parentID'])) {
149 $isHomepage = $item['isHomepage'];
178 …$renderer->doc .= '<a class="vi_tile' . ($isHomepage? ' homepage' : '') . '" style="' . $tileStyle…
294 private function createListItem($parentNamespace, $pageID, $isHomepage = false) { argument
299 'sortID' => ($isHomepage? 100 : 0),
300 'isHomepage' => $isHomepage
382 $isHomepage = false;
384 if($this->isHomepage($childID, $pageNamespaceInfo['parentID'])) {
385 $isHomepage = true;
388 $items[] = $this->createListItem($namespace, $childID, $isHomepage);
[all …]
/plugin/catmenu/helper/
H A Dnamespace.php50 public function isHomepage(string $pageID, string $parentID): bool function in helper_plugin_catmenu_namespace
65 if ($this->isHomepage($info['pageID'], $info['parentID'])) {
/plugin/visualindex/action/
H A Dprosemirror.php39 private function isHomepage(string $pageID, string $parentID): bool function in action_plugin_visualindex_prosemirror
50 if ($this->isHomepage((string)$info['pageID'], (string)$info['parentID'])) {
/plugin/catmenu/syntax/
H A Dcatmenu.php154 if ($nsHelper->isHomepage($childID, (string)$pageNamespaceInfo['parentID'])) {
208 if ($nsHelper->isHomepage($childID, $pageNamespaceInfo['parentID'])) {