Home
last modified time | relevance | path

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

/template/sprintdoc/tpl/
H A Dnav-usertools-buttons.php18 if ($item->visibleInContext(AbstractItem::CTX_DESKTOP))
30 if ($item->visibleInContext(AbstractItem::CTX_DESKTOP)) {
39 if ($item->visibleInContext(AbstractItem::CTX_DESKTOP)) {
/template/bootstrap3/compat/inc/Menu/Item/
H A DAdmin.php20 public function visibleInContext($ctx) function in dokuwiki\\Menu\\Item\\Admin
25 return parent::visibleInContext($ctx);
H A DAbstractItem.php195 public function visibleInContext($ctx) { function in dokuwiki\\Menu\\Item\\AbstractItem
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php61 if(!$item->visibleInContext($this->context)) continue;