Home
last modified time | relevance | path

Searched full:getrevisions (Results 1 – 25 of 44) sorted by relevance

12

/dokuwiki/inc/Ui/
H A DRevisions.php48 protected function getRevisions(&$first, &$hasNext) function in dokuwiki\\Ui\\Revisions
64 $revlist = $changelog->getRevisions($first, $num + 1);
68 return $this->getRevisions($first, $hasNext);
H A DDiff.php122 $revs = $this->changelog->getRevisions(0, 1);
H A DMediaRevisions.php58 $revisions = $this->getRevisions($first, $hasNext);
H A DPageRevisions.php56 $revisions = $this->getRevisions($first, $hasNext);
/plugin/approve/action/
H A Dmigration.php203 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
230 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
259 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
/plugin/publish/action/
H A Dremoveattic.php39 $revisions = $changelog->getRevisions(0, 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2ListRevisionsResponse.php54 public function getRevisions() function in Google\\Service\\CloudRun\\GoogleCloudRunOpV2ListRevisionsResponse
H A DGoogleCloudRunV2ListRevisionsResponse.php54 public function getRevisions() function in Google\\Service\\CloudRun\\GoogleCloudRunV2ListRevisionsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevisionList.php72 public function getRevisions() function in Google\\Service\\Drive\\RevisionList
/plugin/chat/
H A Dsyntax.php85 $revs = getRevisions($dID);
H A Dchat.php52 $revs = getRevisions($dID);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ResourceStatus.php62 public function getRevisions() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ResourceStatus
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php92 $revisions = $pagelog->getRevisions($n++, 1);
198 $rev = $pagelog->getRevisions($n++, 1);
/plugin/rocketchatnotifier/
H A Daction.php56 $revArr = $changelog->getRevisions(-1, 1);
/plugin/webexteamsnotifier/
H A Daction.php55 $revArr = $changelog->getRevisions(-1, 1);
/plugin/autotranslation/
H A Dhelper.php433 $revs = $changelog->getRevisions(0, 100);
460 $revs = $changelog->getRevisions(0, 100);
/plugin/dokutranslate/
H A Daction.php265 $lastrev = getRevisions($ID, 0, 1, 1024);
291 $lastrev = getRevisions($ID, 0, 1, 1024);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Document.php150 public function getRevisions() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1Document
H A DGoogleCloudDocumentaiV1beta1Document.php150 public function getRevisions() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1Document
H A DGoogleCloudDocumentaiV1beta2Document.php166 public function getRevisions() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2Document
/plugin/jsonrpc/
H A Djsonrpc.php605 $revisions = getRevisions($id, $first, $num+1);
609 $revisions = getRevisions($id, $first, $num+1);
/dokuwiki/lib/plugins/revert/
H A Dadmin.php96 $old = $pagelog->getRevisions(0, $this->max_revs);
/plugin/qc/
H A Drenderer.php68 $revs = $changelog->getRevisions(0, 10000); //FIXME find a good solution for 'get ALL revisions'
/plugin/tos/
H A Daction.php111 while ($revisions = $changes->getRevisions($start, 25)) {
/dokuwiki/
H A Dfeed.php

12