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 $rev1Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
249 $rev2Title = trim($this->RevInfo2->showRevisionTitle() . ' ' . $this->RevInfo2->showCurrentIndicator());
H A DPageDiff.php194 $rev1Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
203 $rev2Title = trim($this->RevInfo2->showRevisionTitle() . ' ' . $this->RevInfo2->showCurrentIndicator());
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php390 public function showCurrentIndicator()
389 public function showCurrentIndicator() global() function in dokuwiki\\ChangeLog\\RevisionInfo