Lines Matching refs:REV
45 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));
200 $xml_cache = new cache($ID.$REV.'_xslfo', '.xml');