Home
last modified time | relevance | path

Searched refs:revision (Results 26 – 50 of 192) sorted by relevance

12345678

/plugin/issuelinks/helper/
H A Dutil.php34 * @param int $revision
38 public function getDiffUrl($page_id, $revision = 0) argument
40 if (empty($revision)) {
52 $previousRevision = $changelog->getRelativeRevision($revision, -1);
57 "rev2[0]" => $revision,
/plugin/publish/
H A Dhelper.php180 function getApprovalsOnRevision($revision) { argument
183 if (isset($approvals[$revision])) {
184 return $approvals[$revision];
205 function isRevisionApproved($revision, $id = null) { argument
207 if (!isset($approvals[$revision])) {
219 foreach ($approvals as $revision => $ignored) {
221 return $revision;
277 foreach ($approvals as $revision => $ignored) {
278 if ($revision >= $currentRevision) {
281 if ($this->isRevisionApproved($revision)) {
[all …]
/plugin/publish/action/
H A Dbanner.php112 $revision = $this->hlp->getRevision();
115 if ($revision >= $latestRevision) {
124 echo $this->difflink($ID, null, $revision) . '</span>';
129 $revision = $this->hlp->getRevision();
132 if ($latestApprovedRevision <= $revision) {
142 echo $this->difflink($ID, $latestApprovedRevision, $revision) . '</span>';
146 $revision = $this->hlp->getRevision();
156 …printf($this->getLang('apr_draft'), '<span class="approval_date">' . dformat($revision) . '</span>…
H A Drevisions.php39 $revision = $ref['value'];
40 if ($revision == 'current') {
42 $revision = isset($meta['last_change']['date']) ?
46 if ($this->hlp->isRevisionApproved($revision)) {
H A Dremoveattic.php41 foreach ($revisions as $revision) {
42 $fn = wikiFN($ID, $revision);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypePostalAddress.php58 public $revision; variable in Google\\Service\\Document\\GoogleTypePostalAddress
183 public function setRevision($revision) argument
185 $this->revision = $revision;
192 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DPostalAddress.php58 public $revision; variable in Google\\Service\\CloudDomains\\PostalAddress
183 public function setRevision($revision) argument
185 $this->revision = $revision;
192 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
H A DPostalAddress.php58 public $revision; variable in Google\\Service\\MyBusinessAccountManagement\\PostalAddress
183 public function setRevision($revision) argument
185 $this->revision = $revision;
192 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DPostalAddress.php58 public $revision; variable in Google\\Service\\MyBusinessVerifications\\PostalAddress
183 public function setRevision($revision) argument
185 $this->revision = $revision;
192 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DPostalAddress.php58 public $revision; variable in Google\\Service\\CloudTalentSolution\\PostalAddress
183 public function setRevision($revision) argument
185 $this->revision = $revision;
192 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleTypePostalAddress.php58 public $revision; variable in Google\\Service\\Cloudchannel\\GoogleTypePostalAddress
183 public function setRevision($revision) argument
185 $this->revision = $revision;
192 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DPostalAddress.php58 public $revision; variable in Google\\Service\\MyBusinessBusinessInformation\\PostalAddress
183 public function setRevision($revision) argument
185 $this->revision = $revision;
192 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Deployment.php44 public $revision; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Deployment
143 public function setRevision($revision) argument
145 $this->revision = $revision;
152 return $this->revision;
H A DGoogleCloudApigeeV1SharedFlowRevision.php66 public $revision; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1SharedFlowRevision
233 public function setRevision($revision) argument
235 $this->revision = $revision;
242 return $this->revision;
H A DGoogleCloudApigeeV1ApiProxyRevision.php86 public $revision; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProxyRevision
343 public function setRevision($revision) argument
345 $this->revision = $revision;
352 return $this->revision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2RevisionTemplate.php52 public $revision; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2RevisionTemplate
169 public function setRevision($revision) argument
171 $this->revision = $revision;
178 return $this->revision;
H A DGoogleCloudRunV2RevisionTemplate.php52 public $revision; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2RevisionTemplate
169 public function setRevision($revision) argument
171 $this->revision = $revision;
178 return $this->revision;
/plugin/structpublish/action/
H A Dsave.php20 * Handle the page save event to store revision meta data
39 $revision = new Revision($id, $event->data['newRevision']);
40 $revision->setStatus(Constants::STATUS_DRAFT);
43 $revision->save();
H A Drevisions.php51 $revision = new Revision($INFO['id'], $rev);
52 $status = $revision->getStatus();
53 $version = $revision->getVersion();
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloFile.js67 TrelloFile.prototype.save = function(revision, success, error) argument
99 TrelloFile.prototype.saveFile = function(title, revision, success, error) argument
133 this.saveFile(title, revision, success, error);
164 this.saveFile(title, revision, success, error);
H A DDriveLibrary.js30 DriveLibrary.prototype.save = function(revision, success, error) argument
32 this.ui.drive.saveFile(this, revision, mxUtils.bind(this, function(resp)
H A DDropboxFile.js162 DropboxFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
164 this.doSave(this.getTitle(), revision, success, error, unloading, overwrite);
184 DropboxFile.prototype.doSave = function(title, revision, success, error, unloading, overwrite) argument
193 this.saveFile(title, revision, success, error, unloading, overwrite);
203 DropboxFile.prototype.saveFile = function(title, revision, success, error) argument
/plugin/revisionsdue/
H A Dsyntax.php62 function revision_string($revision) { argument
64 $result = date("Y-m-d", $revision);
248 $revision = $item['revision'];
257 …. $id .'</a></td><td>'.revision_string($revision)."</td><td>".$frequency."</td><td>".revision_stri…
/plugin/conflictmerger/lang/en/
H A Dconflict-unsolved.txt9 Below are shown the differences between the latest revision of the document and
11 version right now overwriting the latest revision, edit your version to adapt
15 latest revision you'll get again this warning page when saving the edition.
/plugin/approve/db/
H A Dupdate0001.sql7 CREATE TABLE revision ( table
31 ON revision (current, page, rev, ready_for_approval, approved, version);

12345678