Searched refs:revs (Results 1 – 17 of 17) sorted by relevance
/plugin/chat/ |
H A D | syntax.php | 85 $revs = getRevisions($dID); 86 if (count($revs)) { 88 $rev = array_shift($revs);
|
H A D | chat.php | 52 $revs = getRevisions($dID); 53 if (count($revs) != 0)
|
/plugin/approve/action/ |
H A D | migration.php |
|
/plugin/qc/ |
H A D | renderer.php | 68 $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 D | DropboxFile.js | 105 var revs = []; 111 revs.push({modifiedDate: stat.client_modified, fileSize: stat.size, 125 success(revs);
|
H A D | Dialogs.js | 5584 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 D | Menus.js | 630 editorUi.getRevisions(mxUtils.bind(this, function(revs, restoreFn) argument 633 var dlg = new RevisionDialog(editorUi, revs, restoreFn);
|
/plugin/sortablejs/ |
H A D | script.js | 97 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 D | helper.php | 433 $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 D | helper.php | 364 $revs = $changelog->getRevisions(0, 100); 365 foreach ($revs as $rev) {
|
/plugin/translation3/ |
H A D | helper.php | 401 $revs = getRevisions($orig,0,100); 402 foreach($revs as $rev){
|
/plugin/watchcycle/ |
H A D | action.php | 317 while (count($revs = $changelog->getRevisions($first, $num)) > 0) { 318 foreach ($revs as $rev) {
|
/plugin/acknowledge/ |
H A D | helper.php | 183 $revs = $changelog->getRevisions(0, 1); 186 $oldContent = str_replace(NL, '', io_readFile(wikiFN($page, $revs[0])));
|
/plugin/combo/renderer/ |
H A D | analytics.php | 236 $revs = $changelog->getRevisions(0, 10000); 237 $statExport[self::EDITS_COUNT] = count($revs); 238 foreach ($revs as $rev) {
|
/plugin/geonav/tpl/startermap/css/ |
H A D | design.css | 100 .mode_revisions a.action.revs,
|
/plugin/indexmenu/scripts/ |
H A D | contextmenu.js | 83 [LANG.plugins.indexmenu.revs, 'IndexmenuContextmenu.getid(index.config.urlbase,id)+"do=revisions"'],
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1021 var revs = []; 1027 revs.push(rev); 1030 success(revs, restoreFn);
|