Home
last modified time | relevance | path

Searched refs:revs (Results 1 – 17 of 17) sorted by relevance

/plugin/chat/
H A Dsyntax.php85 $revs = getRevisions($dID);
86 if (count($revs)) {
88 $rev = array_shift($revs);
H A Dchat.php52 $revs = getRevisions($dID);
53 if (count($revs) != 0)
/plugin/approve/action/
H A Dmigration.php203 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
204 foreach ($revs as $rev) {
230 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
231 foreach ($revs as $rev) {
259 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
260 foreach ($revs as $rev) {
/plugin/qc/
H A Drenderer.php68 $revs = $changelog->getRevisions(0, 10000); //FIXME find a good solution for 'get ALL revisions'
69 $revs[] = $meta['last_change']['date'];
70 $this->docArray['changes'] = count($revs);
71 foreach ($revs as $rev) {
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js105 var revs = [];
111 revs.push({modifiedDate: stat.client_modified, fileSize: stat.size,
125 success(revs);
H A DDialogs.js5584 var RevisionDialog = function(editorUi, revs, restoreFn) argument
6013 if (revs != null && revs.length > 0)
6030 for (var i = revs.length - 1; i >= 0; i--)
6050 if (item == revs[revs.length - 1])
6319 })(revs[i]);
6323 if (elt != null && i == revs.length - 1)
H A DMenus.js630 editorUi.getRevisions(mxUtils.bind(this, function(revs, restoreFn) argument
633 var dlg = new RevisionDialog(editorUi, revs, restoreFn);
/plugin/sortablejs/
H A Dscript.js97 var revs = false;
99 revs = true;
102 sorttable.defaultSort( elem, colid, revs );
106 defaultSort: function ( table, colid, revs ) { argument
148 if ( revs ) {
/plugin/autotranslation/
H A Dhelper.php433 $revs = $changelog->getRevisions(0, 100);
434 foreach($revs as $rev) {
460 $revs = $changelog->getRevisions(0, 100);
461 foreach($revs as $rev) {
/plugin/translation/
H A Dhelper.php364 $revs = $changelog->getRevisions(0, 100);
365 foreach ($revs as $rev) {
/plugin/translation3/
H A Dhelper.php401 $revs = getRevisions($orig,0,100);
402 foreach($revs as $rev){
/plugin/watchcycle/
H A Daction.php315 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
316 foreach ($revs as $rev) {
/plugin/acknowledge/
H A Dhelper.php183 $revs = $changelog->getRevisions(0, 1);
186 $oldContent = str_replace(NL, '', io_readFile(wikiFN($page, $revs[0])));
/plugin/combo/renderer/
H A Danalytics.php236 $revs = $changelog->getRevisions(0, 10000);
237 $statExport[self::EDITS_COUNT] = count($revs);
238 foreach ($revs as $rev) {
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css100 .mode_revisions a.action.revs,
/plugin/indexmenu/scripts/
H A Dcontextmenu.js83 [LANG.plugins.indexmenu.revs, 'IndexmenuContextmenu.getid(index.config.urlbase,id)+"do=revisions"'],
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1021 var revs = [];
1027 revs.push(rev);
1030 success(revs, restoreFn);