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.php245 …Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
249 …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.php390 public function showCurrentIndicator() function in dokuwiki\\ChangeLog\\RevisionInfo