Home
last modified time | relevance | path

Searched refs:getRevisions (Results 26 – 33 of 33) sorted by path

12

/plugin/publish/action/
H A Dremoveattic.php39 $revisions = $changelog->getRevisions(0, 0);
/plugin/qc/
H A Drenderer.php68 $revs = $changelog->getRevisions(0, 10000); //FIXME find a good solution for 'get ALL revisions'
/plugin/rocketchatnotifier/
H A Daction.php56 $revArr = $changelog->getRevisions(-1, 1);
/plugin/tos/
H A Daction.php111 while ($revisions = $changes->getRevisions($start, 25)) {
/plugin/translation/
H A Dhelper.php364 $revs = $changelog->getRevisions(0, 100);
/plugin/translation3/
H A Dhelper.php401 $revs = getRevisions($orig,0,100);
/plugin/watchcycle/
H A Daction.php315 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
/plugin/webexteamsnotifier/
H A Daction.php55 $revArr = $changelog->getRevisions(-1, 1);

12