Home
last modified time | relevance | path

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

123

/plugin/ajaxedit/
H A Daction.php41 global $REV;
53 …if($rev && $range && (!$REV && !$RANGE)) { //$_POST has range and rev but pageinfo() cleared it ->…
/plugin/asiansearch/
H A Daction.php245 global $REV;
249 if($txt || $REV){
267 if ($REV) print p_locale_xhtml('showrev');
268 $html = p_wiki_xhtml($ID,$REV,true);
/plugin/chat/
H A Dchat.php14 global $REV;
/plugin/cite/
H A DMenuItem.php30 global $REV, $DATE_AT;
34 } elseif ($REV) {
35 $this->params['rev'] = $REV;
H A Daction.php38 global $conf, $ID, $REV, $INFO;
41 $revisionId = $REV; //$REV includes converted DATE_AT as well
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
/plugin/ckgdoku/action/
H A Dedit.php115 global $REV;
171 global $REV;
183 if($REV){
192 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
194 $text = rawWiki($ID,$REV);
531 global $REV;
538 if ($REV) print p_locale_xhtml('editrev');
637 <input type="hidden" name="rev" value="<?php echo $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/dblclickedit/
H A Daction.php28 global $REV;
32 if ($REV > 0) {
/plugin/displaywikipage/
H A Dcode.php13 global $ID, $REV;
17 $backup['REV'] = $REV;
45 $REV = $backup['REV'];
/plugin/dokubookmark/
H A Dhelper.php98 global $REV;
126 if ($REV) $include = 'editrev';
144 $form->addHidden('rev', $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/dokutranslate/
H A Daction.php170 global $REV;
282 $revert = $REV;
327 $writeRev = empty($REV) ? 'current' : intval($REV);
343 if (empty($REV) || $meta['current'][$parid]['changed'] == $writeRev) {
H A Dsyntax.php74 global $REV;
77 if (empty($REV)) {
84 $oldrev = intval($REV);
188 global $REV;
248 if (empty($REV)) {
299 if (empty($REV)) {
/plugin/dump/renderer/
H A Dcallstack.php25 global $REV;
33 $file = wikiFN($ID, $REV);
/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/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/dwspecialist/
H A Dsyntax.php94 global $REV;
/plugin/ebookexport/
H A Daction.php235 global $ID, $REV;
239 if($REV) {
240 $params['rev'] = $REV;
/plugin/etherpadlite/action/
H A Detherpadlite.php106 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid, $USERINFO;
120 $REV = (int) $_POST["rev"];
194 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
239 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
297 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
309 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid;
343 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid, $USERINFO;
349 global $conf, $ID, $REV, $INFO, $rev, $meta, $pageid, $USERINFO;
/plugin/evesso/
H A Daction.php116 global $INPUT, $ACT, $TEXT, $PRE, $SUF, $SUM, $RANGE, $DATE_AT, $REV;
120 $REV = $INPUT->int('rev');
/plugin/fckg/action/
H A Dedit.php113 global $REV;
177 global $REV;
189 if($REV){
198 list($PRE,$text,$SUF) = rawWikiSlices($RANGE,$ID,$REV);
200 $text = rawWiki($ID,$REV);
449 global $REV;
456 if ($REV) print p_locale_xhtml('editrev');
506 <input type="hidden" name="rev" value="<?php echo $REV?>" />
/plugin/file2dw/
H A DMenuItem.php23 global $REV;
24 if($REV) $this->params['rev'] = $REV;

123