Home
last modified time | relevance | path

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

123

/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) {
/plugin/publish/
H A Dhelper.php106 global $REV;
107 if (isset($REV) && !empty($REV)) {
108 return $REV;
/plugin/sidebarng/
H A Daction.php102 global $REV;
106 $svREV = $REV; // save current REV
252 $REV = $svREV;
/plugin/ebookexport/
H A Daction.php235 global $ID, $REV;
239 if($REV) {
240 $params['rev'] = $REV;
/plugin/cite/
H A Daction.php38 global $conf, $ID, $REV, $INFO;
41 $revisionId = $REV; //$REV includes converted DATE_AT as well
/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();
/plugin/task/syntax/
H A Dtask.php26 global $REV;
46 if(@file_exists(metaFN($ID, '.task')) && $ACT != 'preview' && !$REV) {
51 } elseif ($ACT != 'preview' && !$REV) {
/plugin/odt/
H A Dsyntax.php91 global $ID, $REV;
96 …$renderer->doc .= '<a href="' . exportlink($ID, 'odt', ($REV != '' ? 'rev=' . $REV : '')) . '" tit…
/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/publish/action/
H A Dbanner.php192 global $REV;
209 echo '<a href="' . wl($ID, array('rev' => $REV, 'publish_approve'=>1)) . '">';
/plugin/pageredirect/
H A Daction.php36 global $ID, $ACT, $REV;
39 if(($ACT != 'show' && $ACT != '') || $REV) {
/plugin/preservefilenames/
H A Daction_angua.php205 global $DEL, $NS, $IMG, $AUTH, $JUMPTO, $REV, $lang, $fullscreen, $conf;
212 if (isset($REV) && !$JUMPTO) $rev = $REV;
/plugin/page4release/
H A Daction.php24 if ($ACT != 'preview' && !$REV) {
H A Dsyntax.php65 } elseif ($mode == 'metadata' && $ACT != 'preview' && !$REV) {
/plugin/offline/
H A Drenderer.php383 global $REV;
390 }elseif(($ACT == 'show' || substr($ACT,0,6) == 'export') && !$REV && $INFO['exists']){
/plugin/odt2dw/
H A Daction.php33 global $ID, $REV, $conf;
37 if($REV) $params['rev'] = $REV;
/plugin/redirect2/
H A Daction.php128 global $ID, $ACT, $REV, $INPUT;
130 if (($ACT != 'show' && $ACT != '') || $REV) return;
/plugin/odtplus2dw/
H A Daction.php51 global $ID, $REV, $conf;
55 if($REV) {
56 $params['rev'] = $REV;
/plugin/chat/
H A Dchat.php14 global $REV;
/plugin/evesso/
H A Daction.php116 global $INPUT, $ACT, $TEXT, $PRE, $SUF, $SUM, $RANGE, $DATE_AT, $REV;
120 $REV = $INPUT->int('rev');
/plugin/dwspecialist/
H A Dsyntax.php94 global $REV;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2741 ¤ RVRB/REV data no longer returns under ['reverb'] array
2865 RVA, EQU, REV, PIC, GEO, CNT, POP, BUF, CRM, CRA, LNK

123