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'])) {
139 $isHomepage = $item['isHomepage'];
168 …$renderer->doc .= '<a class="vi_tile' . ($isHomepage? ' homepage' : '') . '" style="color:' . $tex…
284 public function createListItem($parentNamespace, $pageID, $isHomepage = false) { argument
289 'sortID' => ($isHomepage? 100 : 0),
290 'isHomepage' => $isHomepage
372 $isHomepage = false;
374 if($this->isHomepage($childID, $pageNamespaceInfo['parentID'])) {
375 $isHomepage = true;
378 $items[] = $this->createListItem($namespace, $childID, $isHomepage);
[all …]
/plugin/catmenu/syntax/
H A Dcatmenu.php54 if($this->isHomepage($pageNamespaceInfo['pageID'], $pageNamespaceInfo['parentID'])) {
136 if($this->isHomepage($childID, (string)$pageNamespaceInfo['parentID'])) {
190 if($this->isHomepage($childID, $pageNamespaceInfo['parentID'])) {
294 public function isHomepage($pageID, $parentID) { function in syntax_plugin_catmenu_catmenu
/plugin/catmenu/action/
H A Dprosemirror.php39 private function isHomepage(string $pageID, string $parentID): bool function in action_plugin_catmenu_prosemirror
50 if ($this->isHomepage((string)$info['pageID'], (string)$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'])) {