Home
last modified time | relevance | path

Searched refs:REV (Results 1 – 25 of 73) sorted by relevance

123

/plugin/xslfo/
H A Daction.php45 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 Daction.php296 global $ID, $INFO, $REV, $conf;
299 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''),
314 … $ID . ($REV ? $exporter->_urlseparator . 'rev' . $exporter->_urlequal . $REV : '')
317 $INFO['meta']['title'] . ($REV ? ' (rev ' . $REV . ')' : ''), // subject
318 rawWiki($ID, $REV) // body (content)
321 $wikipage->addContentEncoded(p_cached_output(wikiFN($ID, $REV), 'xhtml'));
342 if (!$REV && $this->getConf('userns') && isset($INFO['meta']['contributor'])) {
352 if (!$REV) {
367 if (!$REV) {
372 $currentrev = array_search($REV, $pagerevs);
[all …]
/plugin/cite/
H A Dcode.php15 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 DMenuItem.php30 global $REV, $DATE_AT;
34 } elseif ($REV) {
35 $this->params['rev'] = $REV;
/plugin/projects/lib/
H A Dtools.php77 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 Drevert.php49 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 DMenuItem.php23 global $REV;
24 if($REV) $this->params['rev'] = $REV;
/plugin/file2dw/
H A DMenuItem.php23 global $REV;
24 if($REV) $this->params['rev'] = $REV;
/plugin/odt/
H A DMenuItemODT.php27 global $REV;
28 if($REV) $this->params['rev'] = $REV;
H A DMenuItemODTPDF.php27 global $REV;
28 if($REV) $this->params['rev'] = $REV;
/plugin/sidebar/
H A Daction.php97 global $ID, $REV, $ACT, $conf;
101 $saveREV = $REV;
114 $REV = '';
122 $REV = '';
129 $REV = $saveREV;
/plugin/dw2pdf/
H A DMenuItem.php28 global $REV, $DATE_AT;
32 } elseif ($REV) {
33 $this->params['rev'] = $REV;
/plugin/folded/
H A DMenuItemFolded.php24 global $REV;
25 if($REV) $this->params['rev'] = $REV;
H A Daction.php49 global $ID, $REV;
53 if($REV) $params['rev'] = $REV;
/plugin/publish/action/
H A Dstart.php22 global $REV;
30 if ($REV != '') {
50 $REV = $latestApproved;
/plugin/displaywikipage/
H A Dcode.php13 global $ID, $REV;
17 $backup['REV'] = $REV;
45 $REV = $backup['REV'];
/plugin/odt/action/
H A Dexport.php51 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 DMenuItem.php27 global $REV, $INFO;
33 if($REV) $this->params['rev'] = $REV;
/plugin/mellelexport/
H A Dsyntax.php63 global $ID, $REV;
68 …$renderer->doc .= '<a href="'.exportlink($ID, 'mellelexport', ($REV != '' ? 'rev='.$REV : '')).'?p…
/plugin/latexit/
H A Daction.php54 global $ID, $REV, $conf;
58 if ($REV)
59 $params['rev'] = $REV;
/plugin/pagestat/
H A Daction.php48 global $ID, $REV,$GLOBALS;
66 if($REV){
67 $params['rev']=$REV;
/plugin/odp/
H A Dsyntax.php76 global $ID, $REV;
79 …$renderer->doc .= '<a href="'.exportlink($ID, 'odp', ($REV != '' ? 'rev='.$REV : '')).'" title="'.…
/plugin/structpublish/action/
H A Dshow.php31 global $REV;
44 $currentRevision = new Revision($ID, $REV ?: $INFO['currentrev']);
60 $REV = self::$latestPublishedRev;
/plugin/dblclickedit/
H A Daction.php28 global $REV;
32 if ($REV > 0) {
/plugin/dump/renderer/
H A Dcallstack.php25 global $REV;
33 $file = wikiFN($ID, $REV);

123