Home
last modified time | relevance | path

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

123

/plugin/mellelexport/
H A Dsyntax.php63 global $ID, $REV;
68 …$renderer->doc .= '<a href="'.exportlink($ID, 'mellelexport', ($REV != '' ? 'rev='.$REV : '')).'?p…
/plugin/pagestat/
H A Daction.php48 global $ID, $REV,$GLOBALS;
66 if($REV){
67 $params['rev']=$REV;
/plugin/dokutranslate/
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)) {
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/sectionedit/
H A Daction.php37 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
56 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
/plugin/html2pdf/html2pdf/
H A Daction.php39 global $REV;
60 $html .= p_wiki_xhtml($ID,$REV,false);
/plugin/redirect2/
H A Daction.php128 global $ID, $ACT, $REV, $INPUT;
130 if (($ACT != 'show' && $ACT != '') || $REV) return;
/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/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/dwspecialist/
H A Dsyntax.php94 global $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/dblclickedit/
H A Daction.php28 global $REV;
32 if ($REV > 0) {
/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/dokubookmark/
H A Dhelper.php98 global $REV;
126 if ($REV) $include = 'editrev';
144 $form->addHidden('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/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/sidebarng/
H A Daction.php102 global $REV;
106 $svREV = $REV; // save current REV
252 $REV = $svREV;
/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/sidebar/
H A Daction.php97 global $ID, $REV, $ACT, $conf;
101 $saveREV = $REV;
114 $REV = '';
122 $REV = '';
129 $REV = $saveREV;
/plugin/offline/
H A Drenderer.php383 global $REV;
390 }elseif(($ACT == 'show' || substr($ACT,0,6) == 'export') && !$REV && $INFO['exists']){
/plugin/chat/
H A Dchat.php14 global $REV;

123