Home
last modified time | relevance | path

Searched refs:CTX_DESKTOP (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/
H A DAbstractMenu.php20 protected $context = AbstractItem::CTX_DESKTOP;
30 public function __construct($context = AbstractItem::CTX_DESKTOP) {
/template/bootstrap3/compat/inc/Menu/Item/
H A DTop.php21 $this->context = self::CTX_DESKTOP;
H A DAbstractItem.php23 const CTX_DESKTOP = 1; define in dokuwiki\\Menu\\Item\\AbstractItem