| /plugin/struct/_test/action/ |
| H A D | EditTest.php | 240 $revisions = $pagelog->getRevisions(-1, 200); 242 $this->assertCount(0, $revisions); 276 $revisions = $pagelog->getRevisions(-1, 200); 279 $this->assertCount(0, $revisions); 316 $revisions = $pagelog->getRevisions(-1, 200); 317 $revinfo = $pagelog->getRevisionInfo($revisions[0]); 318 $schemaData = meta\AccessTable::getPageAccess($schema, $page, $revisions[0]); 327 $this->assertCount(1, $revisions); 379 $revisions = $pagelog->getRevisions(-1, 200); 380 $revinfo = $pagelog->getRevisionInfo($revisions[0]); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/ |
| D | GoogleCloudRunV2ListRevisionsResponse.php | 47 public function setRevisions($revisions) argument 49 $this->revisions = $revisions; 56 return $this->revisions;
|
| D | GoogleCloudRunOpV2ListRevisionsResponse.php | 47 public function setRevisions($revisions) argument 49 $this->revisions = $revisions; 56 return $this->revisions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
| D | RevisionList.php | 65 public function setRevisions($revisions) argument 67 $this->revisions = $revisions; 74 return $this->revisions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1ResourceStatus.php | 55 public function setRevisions($revisions) argument 57 $this->revisions = $revisions; 64 return $this->revisions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
| D | GoogleCloudDocumentaiV1Document.php | 143 public function setRevisions($revisions) argument 145 $this->revisions = $revisions; 152 return $this->revisions;
|
| D | GoogleCloudDocumentaiV1beta1Document.php | 143 public function setRevisions($revisions) argument 145 $this->revisions = $revisions; 152 return $this->revisions;
|
| D | GoogleCloudDocumentaiV1beta2Document.php | 159 public function setRevisions($revisions) argument 161 $this->revisions = $revisions; 168 return $this->revisions;
|
| /plugin/jsonrpc/ |
| D | jsonrpc.php | 605 $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 D | removeattic.php | 39 $revisions = $changelog->getRevisions(0, 0); 41 foreach ($revisions as $revision) {
|
| /plugin/tos/ |
| D | action.php | 111 while ($revisions = $changes->getRevisions($start, 25)) { 112 $start += count($revisions); 113 foreach ($revisions as $rev) {
|
| /plugin/etherpadlite/externals/etherpad-lite-client/ |
| D | README.md | 9 $revisionCount = $revisionCount->revisions; 10 echo "Pad has $revisionCount revisions\n\n";
|
| /plugin/approve/helper/ |
| H A D | db.php | 224 $revisions = $this->db->queryAll($sql, $page_id); 226 $revisions = array_map([$this, 'setPageStatus'], $revisions); 228 return $revisions;
|
| /plugin/sync/lang/en/ |
| D | list.txt | 3 …your local and the remote wiki is shown below. You need to decide which revisions you want to keep.
|
| /plugin/cacherevisionseraser2/ |
| D | plugin.info.txt | 6 desc Erase entire cache and/or old wiki revisions
|
| /plugin/cacherevisionseraser/ |
| D | plugin.info.txt | 6 desc Erase entire cache and/or old wiki revisions
|
| D | README.md | 5 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/ |
| D | plugin.info.txt | 6 desc Link to old version of the wiki from old revisions page
|
| /plugin/deletehistory/lang/en/ |
| D | intro.txt | 1 Deleting history will irretrievably remove previous revisions of pages and media. All edits will be…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Drive.php | 71 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}',
|
| D | Games.php | 52 public $revisions; variable in Google\\Service\\Games 437 'revisions', 441 'path' => 'games/v1/revisions/check',
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | HTML.DefinitionRev.txt | 13 up any older revisions of your definition as well as flush the
|
| /plugin/clearhistory/lang/en/ |
| D | intro.txt | 3 It deletes all page revisions that have been made by the same user within a one-hour timeframe.
|
| /plugin/archivegenerator/lang/en/ |
| D | intro.txt | 2 This archive will not include old revisions of pages and media files, changelogs or cache data.
|
| /plugin/actionlink/ |
| D | syntax.php | 96 …$renderer->doc .=$this->tpll_link(wl($ID,'do=revisions'),$title,'class="action revisions" accesske…
|