Home
last modified time | relevance | path

Searched refs:REV (Results 26 – 50 of 73) sorted by path

123

/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/gtime/action/
H A Dtimestamp.php268 global $REV;
320 … $link_to_download = exportlink($ID,"gtime",$REV==true ? "rev=$REV,purge=true": "purge=true");
/plugin/html2pdf/html2pdf/
H A Daction.php39 global $REV;
60 $html .= p_wiki_xhtml($ID,$REV,false);
/plugin/issuelinks/_test/
H A DhandleIssueLinkSyntax.test.php62 global $ID, $REV;
65 $REV = filemtime(wikiFN($ID))+1;
/plugin/issuelinks/
H A Dsyntax.php74 global $ID, $REV, $ACT;
75 $isLatest = empty($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
/plugin/latexit/
H A Daction.php54 global $ID, $REV, $conf;
58 if ($REV)
59 $params['rev'] = $REV;
/plugin/mailto/
H A Daction.php57 global $INFO, $USERINFO, $ID, $REV;
92 … rawWiki($ID,$REV).$this->getConf('mailto_signature'),/// TODO improve here with a renderer email
/plugin/mellelexport/
H A Dsyntax.php63 global $ID, $REV;
68 …$renderer->doc .= '<a href="'.exportlink($ID, 'mellelexport', ($REV != '' ? 'rev='.$REV : '')).'?p…
/plugin/odp/
H A Dsyntax.php76 global $ID, $REV;
79 …$renderer->doc .= '<a href="'.exportlink($ID, 'odp', ($REV != '' ? 'rev='.$REV : '')).'" title="'.…
/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;
H A Dsyntax.php91 global $ID, $REV;
96 …$renderer->doc .= '<a href="' . exportlink($ID, 'odt', ($REV != '' ? 'rev=' . $REV : '')) . '" tit…
/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/odt2dw/
H A Daction.php33 global $ID, $REV, $conf;
37 if($REV) $params['rev'] = $REV;
/plugin/odtplus2dw/
H A DMenuItem.php23 global $REV;
24 if($REV) $this->params['rev'] = $REV;
H A Daction.php51 global $ID, $REV, $conf;
55 if($REV) {
56 $params['rev'] = $REV;
/plugin/offline/
H A Drenderer.php383 global $REV;
390 }elseif(($ACT == 'show' || substr($ACT,0,6) == 'export') && !$REV && $INFO['exists']){
/plugin/owncloud/
H A Daction.php53 global $REV;
56 if($REV != 0) return false; // TPL_ACT_RENDER for older revisions
72 global $REV;
74 if($REV == 0) return false; // see above
/plugin/page4release/
H A Daction.php24 if ($ACT != 'preview' && !$REV) {
H A Dsyntax.php65 } elseif ($mode == 'metadata' && $ACT != 'preview' && !$REV) {
/plugin/pageredirect/
H A Daction.php36 global $ID, $ACT, $REV;
39 if(($ACT != 'show' && $ACT != '') || $REV) {
/plugin/pagestat/
H A Daction.php48 global $ID, $REV,$GLOBALS;
66 if($REV){
67 $params['rev']=$REV;
/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);

123