Searched refs:show_changes (Results 1 – 3 of 3) sorted by relevance
29 $show_changes = $INPUT->str('show_changes');30 if (!empty($show_changes)) {31 set_doku_pref('show_changes', $show_changes);32 $this->showType = $show_changes;
18 protected $show_changes; variable in dokuwiki\\Ui\\Recent24 * @param string $show_changes type of changes to show; 'pages', 'mediafiles', or 'both'26 public function __construct($first = 0, $show_changes = 'both') argument29 $this->show_changes = $show_changes;123 if ($this->show_changes == 'mediafiles' && $conf['mediarevisions']) {125 } elseif ($this->show_changes == 'pages') {225 ->val($this->show_changes)->addClass('quickselect');
360 * @param string $show_changes363 function html_recent($first = 0, $show_changes = 'both') argument366 (new Recent($first, $show_changes))->show();