Home
last modified time | relevance | path

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

123

/plugin/dw2pdf/
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 Daction.php52 global $ACT, $ID, $REV, $INFO, $INPUT, $USERINFO,$conf;
76 if($REV) {
77 $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);
/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/structpublish/action/
H A Dbanner.php31 global $REV;
47 if ($REV) {
48 $shownRevision = new Revision($ID, $REV);
53 $prevpubRevision = $shownRevision->getLatestPublishedRevision($REV ?: $INFO['currentrev']);
/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)) {
/plugin/phprestrict/action/
H A Daction.php40 global $REV;
48 if ($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/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/issuelinks/_test/
H A DhandleIssueLinkSyntax.test.php62 global $ID, $REV;
65 $REV = filemtime(wikiFN($ID))+1;
/plugin/prettyprint/
H A Daction.php30 global $JSINFO, $ID, $REV;
34 $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/ajaxedit/
H A Daction.php41 global $REV;
53 …if($rev && $range && (!$REV && !$RANGE)) { //$_POST has range and rev but pageinfo() cleared it ->…
/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/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/structacl/
H A Daction.php35 global $REV;
56 $schemaData = AccessTable::getPageAccess($schemaName, $ID, (int)$REV);
/plugin/publish/action/
H A Dmail.php168 global $REV;
175 if (!$REV) {
178 $rev=$REV;
/plugin/html2pdf/html2pdf/
H A Daction.php39 global $REV;
60 $html .= p_wiki_xhtml($ID,$REV,false);
/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/dokubookmark/
H A Dhelper.php98 global $REV;
126 if ($REV) $include = 'editrev';
144 $form->addHidden('rev', $REV);
/plugin/struct/action/
H A Doutput.php104 global $REV;
105 $rev = $REV ?: time();
/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/saveandedit/
H A Daction.php31 global $ID, $INFO, $REV, $RANGE, $TEXT, $PRE, $SUF;
32 $REV = ''; // now we are working on the current revision
/plugin/issuelinks/
H A Dsyntax.php74 global $ID, $REV, $ACT;
75 $isLatest = empty($REV);
/plugin/structsection/
H A Dsyntax.php88 global $REV;
121 $schemadata = AccessTable::getPageAccess($table, $ID, $REV);

123