Home
last modified time | relevance | path

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

12

/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php104 $revs = $this->getRevisions(-1, 1);
203 public function getRevisions($first, $num)
193 public function getRevisions($first, $num) global() function in dokuwiki\\ChangeLog\\ChangeLog
H A DRevisionInfo.php272 $revs = (new MediaChangeLog($id))->getRevisions(0, 1);
/dokuwiki/inc/Remote/
H A DApiCore.php486 $revisions = $pagelog->getRevisions($first - 1, $conf['recent']);
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php92 $revisions = $pagelog->getRevisions($n++, 1);
198 $rev = $pagelog->getRevisions($n++, 1);
/dokuwiki/inc/Ui/
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);
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);
/dokuwiki/inc/
H A Dmedia.php613 $oldRev = $medialog->getRevisions(-1, 1); // from changelog
/dokuwiki/lib/plugins/revert/
H A Dadmin.php96 $old = $pagelog->getRevisions(0, $this->max_revs);
/plugin/acknowledge/
H A Dhelper.php183 $revs = $changelog->getRevisions(0, 1);
/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/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ResourceStatus.php62 public function getRevisions() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ResourceStatus
/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/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/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevisionList.php72 public function getRevisions() function in Google\\Service\\Drive\\RevisionList
/plugin/autotranslation/
H A Dhelper.php433 $revs = $changelog->getRevisions(0, 100);
460 $revs = $changelog->getRevisions(0, 100);
/plugin/chat/
H A Dchat.php52 $revs = getRevisions($dID);
H A Dsyntax.php85 $revs = getRevisions($dID);
/plugin/combo/renderer/
H A Danalytics.php236 $revs = $changelog->getRevisions(0, 10000);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10004 ….isRevisionHistorySupported=function(){return!1};DrawioFile.prototype.getRevisions=function(b,e){b…
11083 …();return null!=b&&b.isRevisionHistorySupported()};EditorUi.prototype.getRevisions=function(b,c){v…
11084 d&&d.getRevisions?d.getRevisions(b,c):c({message:mxResources.get("unknownError")})};EditorUi.protot…
11248 DriveFile.prototype.getRevisions=function(b,e){this.ui.drive.executeRequest({url:"/files/"+this.get…
11319 DropboxFile.prototype.getRevisions=function(b,e){var d=this.ui.dropbox.client.filesListRevisions({p…
11812 …pported()?c.spinner.spin(document.body,mxResources.get("loading"))&&c.getRevisions(mxUtils.bind(th…

12