Home
last modified time | relevance | path

Searched refs:difftype (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/Action/
H A DDiff.php29 $difftype = $INPUT->str('difftype');
30 if (!empty($difftype)) {
31 set_doku_pref('difftype', $difftype);
/dokuwiki/inc/
H A Dhtml.php566 'difftype' => $type, argument
589 * @param string $difftype display type
596 function html_diff_navigationlink($difftype, $linktype, $lrev, $rrev = null)