Home
last modified time | relevance | path

Searched refs:context (Results 1 – 25 of 167) sorted by path

1234567

/template/20cones/css/
H A D_diff.css68 .dokuwiki table.diff td.diff-context {
/template/a_free_worldic/
H A Ddesign.css621 div.dokuwiki td.diff-context {
/template/a_new_day/
H A Ddesign.css841 div.dokuwiki td.diff-context {
/template/ach/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/ad-hominem/css/
H A D_diff.css67 .mode_diff table.diff td.diff-context {
153 body.mode_diff.darkmode table.diff td.diff-context {
/template/ad-hominem/
H A Dscript.js151 context: a,
/template/adoradark/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/amanuensis/
H A Ddesign.css659 td.diff-context {
/template/ameoto/
H A Ddesign.css595 div.dokuwiki td.diff-context {
/template/apricot/css/
H A D_diff.css56 .dokuwiki table.diff td.diff-context {
/template/aran/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/arctic-mbo/
H A Ddesign.css661 div.dokuwiki td.diff-context {
/template/arctic/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
H A Ddesign.css668 div.dokuwiki td.diff-context {
/template/arctictut/
H A Ddesign.css666 div.dokuwiki td.diff-context {
/template/argon-alt/assets/js/core/
H A Djquery.min.js4context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},aja…
/template/argon/assets/js/core/
H A Djquery.min.js4context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},aja…
/template/backpack/
H A Ddesign.css683 div.dokuwiki td.diff-context {
/template/battlehorse/
H A Ddesign.css824 div.dokuwiki td.diff-context {
/template/binkytestinstance/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/bootie/js/
H A Djquery-3.3.1.min.js2context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},aja…
/template/bootstrap3/
H A DRELEASE.md46 * #520: Revert .wikilink2 class in list context (@takuy)
/template/bootstrap3/compat/inc/Menu/
H A DAbstractMenu.php19 /** @var int the context this menu is used in */
20 protected $context = AbstractItem::CTX_DESKTOP; variable in dokuwiki\\Menu\\AbstractMenu
28 * @param int $context the context this menu is used in
30 public function __construct($context = AbstractItem::CTX_DESKTOP) { argument
31 $this->context = $context;
61 if(!$item->visibleInContext($this->context)) continue;
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php14 * desktop. The item's $context property can be used to hide the item depending on the current
15 * context.
49 /** @var int the context this titme is shown in */
50 protected $context = self::CTX_ALL; variable in dokuwiki\\Menu\\Item\\AbstractItem
190 * Should this item be shown in the given context
192 * @param int $ctx the current context
196 return (bool) ($ctx & $this->context);
H A DTop.php9 * Not shown in mobile context
21 $this->context = self::CTX_DESKTOP;

1234567