Home
last modified time | relevance | path

Searched refs:REV (Results 1 – 25 of 73) sorted by last modified time

123

/plugin/structpublish/action/
H A Dbanner.php31 global $REV;
47 if ($REV) {
48 $shownRevision = new Revision($ID, $REV);
53 $prevpubRevision = $shownRevision->getLatestPublishedRevision($REV ?: $INFO['currentrev']);
H A Dshow.php31 global $REV;
44 $currentRevision = new Revision($ID, $REV ?: $INFO['currentrev']);
60 $REV = self::$latestPublishedRev;
/plugin/struct/syntax/
H A Doutput.php95 global $REV;
122 $schemadata = AccessTable::getPageAccess($table, $ID, (int)$REV);
/plugin/struct/action/
H A Dedit.php111 global $REV;
115 $ts = $REV ?: time();
H A Doutput.php104 global $REV;
105 $rev = $REV ?: time();
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/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/photogallery/
H A DpgFetch.php32 $REV = & $INPUT->ref('rev'); variable
34 $REV = preg_replace('/[^0-9]/', '', $REV); variable
44 list($STATUS, $STATUSMESSAGE) = checkFileStatus($MEDIA, $FILE, $REV, $WIDTH, $HEIGHT);
/plugin/dw2pdf/
H A DMenuItem.php28 global $REV, $DATE_AT;
32 } elseif ($REV) {
33 $this->params['rev'] = $REV;
H A Daction.php86 global $REV, $DATE_AT;
99 if ($event->data === 'export_pdf' && ($REV || $DATE_AT)) {
149 global $ID, $REV;
171 $filename = wikiFN($ID, $REV);
320 global $REV;
323 . $REV
414 global $REV, $INPUT, $DATE_AT;
417 $rev = $REV;
706 global $REV, $DATE_AT;
721 $replace['@UPDATE@'] = dformat(filemtime(wikiFN($id, $REV)));
[all...]
/plugin/structacl/
H A Daction.php35 global $REV;
56 $schemaData = AccessTable::getPageAccess($schemaName, $ID, (int)$REV);
/plugin/odt/
H A DMenuItemODT.php27 global $REV;
28 if($REV) $this->params['rev'] = $REV;
H A Dsyntax.php91 global $ID, $REV;
96 …$renderer->doc .= '<a href="' . exportlink($ID, 'odt', ($REV != '' ? 'rev=' . $REV : '')) . '" tit…
H A DMenuItemODTPDF.php27 global $REV;
28 if($REV) $this->params['rev'] = $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/pageredirect/
H A Daction.php36 global $ID, $ACT, $REV;
39 if(($ACT != 'show' && $ACT != '') || $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/ckgedit/action/
H A Dedit.php116 global $REV;
194 global $REV;
206 if($REV){
215 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
217 $text = rawWiki($ID,$REV);
555 global $REV;
562 if ($REV) print p_locale_xhtml('editrev');
681 <input type="hidden" name="rev" value="<?php echo $REV?>" />
/plugin/dwedit/
H A DMenuItem.php27 global $REV, $INFO;
33 if($REV) $this->params['rev'] = $REV;
H A Daction.php52 global $ACT, $ID, $REV, $INFO, $INPUT, $USERINFO,$conf;
76 if($REV) {
77 $params['rev'] = $REV;
/plugin/evesso/
H A Daction.php116 global $INPUT, $ACT, $TEXT, $PRE, $SUF, $SUM, $RANGE, $DATE_AT, $REV;
120 $REV = $INPUT->int('rev');
/plugin/publish/action/
H A Dbanner.php192 global $REV;
209 echo '<a href="' . wl($ID, array('rev' => $REV, 'publish_approve'=>1)) . '">';
H A Dmail.php168 global $REV;
175 if (!$REV) {
178 $rev=$REV;
/plugin/publish/
H A Dhelper.php106 global $REV;
107 if (isset($REV) && !empty($REV)) {
108 return $REV;

123