Searched refs:preference (Results 1 – 9 of 9) sorted by relevance
24 protected $preference = []; variable in dokuwiki\\Ui\\Diff72 public function preference($prefs = null, $value = null) function in dokuwiki\\Ui\\Diff76 $this->preference[$prefs] = $value;80 $this->preference[$name] = $value;85 return $this->preference;
41 $this->preference['fromAjax'] = false; // see dokuwiki\Ajax::callMediadiff()42 $this->preference['showIntro'] = false;43 $this->preference['difftype'] = 'both'; // diff view type: both, opacity or portions68 $this->preference['difftype'] = $INPUT->str('difftype');112 $this->preference['difftype'] = 'both';137 if ($this->preference['showIntro']) echo p_locale_xhtml('diff');140 if ($this->is_img && !$this->preference['fromAjax']) {145 switch ($this->preference['difftype']) {156 if ($this->is_img && !$this->preference['fromAjax']) {201 $type = $this->preference['difftype'];
42 $this->preference['showIntro'] = true;43 $this->preference['difftype'] = 'sidebyside'; // diff view type: inline or sidebyside117 $this->preference['difftype'] = $mode;219 if ($this->preference['showIntro']) echo p_locale_xhtml('diff');231 echo '<table class="diff diff_' . hsc($this->preference['difftype']) . '">';234 switch ($this->preference['difftype']) {312 ->val($this->preference['difftype'])476 $form->setHiddenField('difftype', $this->preference['difftype']);512 'difftype' => $this->preference['difftype']519 'difftype' => $this->preference['difftype']
60 … (new PageDiff($INFO['id']))->compareWith($this->text)->preference('showIntro', false)->show();
35 (new PageDiff($INFO['id']))->compareWith($text)->preference('showIntro', false)->show();
39 (new PageDiff($INFO['id']))->preference('showIntro', true)->show();
262 (new MediaDiff($image))->preference('fromAjax', true)->show();
564 (new PageDiff($INFO['id']))->compareWith($text)->preference([
349 - Fixed missing check for comment_regexp preference in HardQuotes (BenBE)