Home
last modified time | relevance | path

Searched refs:revisions (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2ListRevisionsResponse.php47 public function setRevisions($revisions) argument
49 $this->revisions = $revisions;
56 return $this->revisions;
H A DGoogleCloudRunV2ListRevisionsResponse.php47 public function setRevisions($revisions) argument
49 $this->revisions = $revisions;
56 return $this->revisions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DRevisionList.php65 public function setRevisions($revisions) argument
67 $this->revisions = $revisions;
74 return $this->revisions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ResourceStatus.php55 public function setRevisions($revisions) argument
57 $this->revisions = $revisions;
64 return $this->revisions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Document.php143 public function setRevisions($revisions) argument
145 $this->revisions = $revisions;
152 return $this->revisions;
H A DGoogleCloudDocumentaiV1beta1Document.php143 public function setRevisions($revisions) argument
145 $this->revisions = $revisions;
152 return $this->revisions;
H A DGoogleCloudDocumentaiV1beta2Document.php159 public function setRevisions($revisions) argument
161 $this->revisions = $revisions;
168 return $this->revisions;
/plugin/jsonrpc/
H A Djsonrpc.php605 $revisions = getRevisions($id, $first, $num+1);
607 if(count($revisions)==0 && $first!=0) {
609 $revisions = getRevisions($id, $first, $num+1);
612 if(count($revisions)>0 && $first==0) {
613 array_unshift($revisions, ''); // include current revision
614 array_pop($revisions); // remove extra log entry
618 if(count($revisions)>$num) {
620 array_pop($revisions); // remove extra log entry
623 if(!empty($revisions)) {
624 foreach($revisions as $rev) {
/plugin/publish/action/
H A Dremoveattic.php39 $revisions = $changelog->getRevisions(0, 0);
41 foreach ($revisions as $revision) {
/plugin/tos/
H A Daction.php111 while ($revisions = $changes->getRevisions($start, 25)) {
112 $start += count($revisions);
113 foreach ($revisions as $rev) {
/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md9 $revisionCount = $revisionCount->revisions;
10 echo "Pad has $revisionCount revisions\n\n";
/plugin/sync/lang/en/
H A Dlist.txt3 …your local and the remote wiki is shown below. You need to decide which revisions you want to keep.
/plugin/cacherevisionseraser/
H A Dplugin.info.txt6 desc Erase entire cache and/or old wiki revisions
H A DREADME.md5 This admin plug-in allows you to erase the entire cache and/or old wiki revisions.
8 Once old revisions are erased; there�s no way to restore them.
101 * Enable/Disable all old revisions erase command (Default OFF).
/plugin/revisionat/
H A Dplugin.info.txt6 desc Link to old version of the wiki from old revisions page
/plugin/deletehistory/lang/en/
H A Dintro.txt1 Deleting history will irretrievably remove previous revisions of pages and media. All edits will be…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionRev.txt
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php71 public $revisions; variable in Google\\Service\\Drive
1068 'revisions',
1072 'path' => 'files/{fileId}/revisions/{revisionId}',
1087 'path' => 'files/{fileId}/revisions/{revisionId}',
1106 'path' => 'files/{fileId}/revisions',
1124 'path' => 'files/{fileId}/revisions/{revisionId}',
H A DGames.php52 public $revisions; variable in Google\\Service\\Games
437 'revisions',
441 'path' => 'games/v1/revisions/check',
H A DCloudRun.php506 'revisions',
538 'path' => 'v2/{+parent}/revisions',
/plugin/clearhistory/lang/en/
H A Dintro.txt3 It deletes all page revisions that have been made by the same user within a one-hour timeframe.
/plugin/archivegenerator/lang/en/
H A Dintro.txt2 This archive will not include old revisions of pages and media files, changelogs or cache data.
/plugin/actionlink/
H A Dsyntax.php96 …$renderer->doc .=$this->tpll_link(wl($ID,'do=revisions'),$title,'class="action revisions" accesske…
/plugin/fastwiki/
H A Dscript.js18 var m_supportedActions = {'':1, edit:1, draft:1, history:1, recent:1, revisions:1, show:1, subscribe:1, backlink:1, index:1, profile:1, media:1, diff:1, save:1}; property in plugin_fastwiki.m_supportedActions
509 revisions: function(params, extraData) { method in plugin_fastwiki.m_actionEffects
583 m_actionEffects.diff = m_actionEffects.revisions;
/plugin/farmer/lang/en/
H A Dtab_new_help.txt21 to the new animal. Page and media revisions will not be copied.

1234