/plugin/xslfo/ |
H A D | action.php | 45 global $ID, $REV, $ACT; 70 $cache_key = $ID.$REV.$this->template; 74 wikiFN($ID, $REV), 92 * @global string $REV 98 global $ID, $REV; 141 * @global string $REV 146 global $ID, $REV, $INFO, $conf; 153 $params = ($REV) ? array('rev'=> $REV) : null; 157 $file = wikiFN($ID, $REV); 158 $instructions = p_get_instructions(io_readWikiPage($file, $ID, $REV)); [all …]
|
/plugin/dokusioc/ |
H A D | action.php | 301 global $ID, $INFO, $REV, $conf; 304 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''), 319 $ID . ($REV ? $exporter->_urlseparator . 'rev' . $exporter->_urlequal . $REV : '') 322 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''), // subject 323 rawWiki($ID, $REV) // body (content) 326 $wikipage->addContentEncoded(p_cached_output(wikiFN($ID, $REV), 'xhtml')); 347 if (!$REV [all...] |
/plugin/cite/ |
H A D | code.php | 15 global $INFO, $ID, $REV; 18 $rev = $REV; //$REV includes converted DATE_AT as well 35 global $INFO, $ID, $REV; 37 $rev = $REV; //$REV includes converted DATE_AT as well
|
H A D | MenuItem.php | 30 global $REV, $DATE_AT; 34 } elseif ($REV) { 35 $this->params['rev'] = $REV;
|
/plugin/projects/lib/ |
H A D | tools.php | 77 global $REV; 78 if (auth_quickaclcheck($ID) < AUTH_DELETE || $REV) return ''; 83 global $REV; 85 if (!$INFO['writable'] || $REV) return ''; 91 global $REV; 93 if (!$INFO['writable'] || $REV) return ''; 102 global $REV; 104 if (!$INFO['writable'] || $REV) return '';
|
/plugin/struct/action/ |
H A D | revert.php | 49 global $REV; 50 if ($ACT != 'revert' || !$REV) return false; 73 global $REV; 74 if ($ACT != 'revert' || !$REV) return false; 81 $accessOld = AccessTable::getPageAccess($table, $event->data['id'], $REV);
|
/plugin/odtplus2dw/ |
H A D | MenuItem.php | 23 global $REV; 24 if($REV) $this->params['rev'] = $REV;
|
/plugin/file2dw/ |
H A D | MenuItem.php | 23 global $REV; 24 if($REV) $this->params['rev'] = $REV;
|
/plugin/odt/ |
H A D | MenuItemODT.php | 27 global $REV; 28 if($REV) $this->params['rev'] = $REV;
|
H A D | MenuItemODTPDF.php | 27 global $REV; 28 if($REV) $this->params['rev'] = $REV;
|
/plugin/sidebar/ |
H A D | action.php | 97 global $ID, $REV, $ACT, $conf; 101 $saveREV = $REV; 114 $REV = ''; 122 $REV = ''; 129 $REV = $saveREV;
|
/plugin/dw2pdf/ |
H A D | MenuItem.php | 28 global $REV, $DATE_AT; 32 } elseif ($REV) { 33 $this->params['rev'] = $REV;
|
/plugin/folded/ |
H A D | MenuItemFolded.php | 24 global $REV; 25 if($REV) $this->params['rev'] = $REV;
|
H A D | action.php | 49 global $ID, $REV; 53 if($REV) $params['rev'] = $REV;
|
/plugin/publish/action/ |
H A D | start.php | 20 global $REV; 28 if (!empty($REV)) { 48 $REV = $latestApproved;
|
/plugin/displaywikipage/ |
H A D | code.php | 13 global $ID, $REV; 17 $backup['REV'] = $REV; 45 $REV = $backup['REV'];
|
/plugin/odt/action/ |
H A D | export.php | 51 global $ID, $REV; 55 if($REV) { 56 $params['rev'] = $REV; 78 global $ID, $REV; 82 if($REV) { 83 $params['rev'] = $REV; 373 global $REV; 382 . $REV 433 global $REV; 444 $filename = wikiFN($page, $REV);
|
/plugin/dwedit/ |
H A D | MenuItem.php | 27 global $REV, $INFO; 33 if($REV) $this->params['rev'] = $REV;
|
/plugin/mellelexport/ |
H A D | syntax.php | 63 global $ID, $REV; 68 …$renderer->doc .= '<a href="'.exportlink($ID, 'mellelexport', ($REV != '' ? 'rev='.$REV : '')).'?p…
|
/plugin/latexit/ |
H A D | action.php | 54 global $ID, $REV, $conf; 58 if ($REV) 59 $params['rev'] = $REV;
|
/plugin/pagestat/ |
H A D | action.php | 48 global $ID, $REV,$GLOBALS; 66 if($REV){ 67 $params['rev']=$REV;
|
/plugin/odp/ |
H A D | syntax.php | 76 global $ID, $REV; 79 …$renderer->doc .= '<a href="'.exportlink($ID, 'odp', ($REV != '' ? 'rev='.$REV : '')).'" title="'.…
|
/plugin/structpublish/action/ |
H A D | show.php | 31 global $REV; 44 $currentRevision = new Revision($ID, $REV ?: $INFO['currentrev']); 60 $REV = self::$latestPublishedRev;
|
/plugin/dblclickedit/ |
H A D | action.php | 28 global $REV; 32 if ($REV > 0) {
|
/plugin/dump/renderer/ |
H A D | callstack.php | 25 global $REV; 33 $file = wikiFN($ID, $REV);
|