Home
last modified time | relevance | path

Searched refs:showCurrentIndicator (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Ui/
H A DMediaRevisions.php97 $RevInfo->showCurrentIndicator(), // current indicator (only when k=1)
H A DPageRevisions.php98 $RevInfo->showCurrentIndicator(), // current indicator (only when k=1)
H A DMediaDiff.php239 …Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
243 …Title = trim($this->RevInfo2->showRevisionTitle() . ' ' . $this->RevInfo2->showCurrentIndicator());
H A DPageDiff.php194 …Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
203 …Title = trim($this->RevInfo2->showRevisionTitle() . ' ' . $this->RevInfo2->showCurrentIndicator());
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php400 public function showCurrentIndicator() function in dokuwiki\\ChangeLog\\RevisionInfo