Home
last modified time | relevance | path

Searched refs:rev (Results 51 – 75 of 126) sorted by relevance

123456

/plugin/dwspecialist/
H A Dsyntax.php97 $rev = $conf['REV'];
103 $act=array( 'params' => array('do' => $action, 'rev' => $rev),
125 $act['params']['rev']=$rev;
/plugin/matrixnotifier/
H A Dhelper.php126 private function compose_url($event = null, $rev = null) argument
138 if ($rev != null)
140 $url .= ('&??'[$userewrite])."do=diff&rev={$rev}";
/plugin/combo/ComboStrap/
H A DFetcherRaster.php40 * @param null $rev
46 public static function createImageRasterFetchFromId(string $imageId, $rev = null): FetcherRaster argument
48 return FetcherRaster::createImageRasterFetchFromPath(WikiPath::createMediaPathFromId($imageId, $rev));
/plugin/struct/action/
H A Doutput.php105 $rev = $REV ?: time();
109 $data = $helper->getData($event->data['id'], null, $rev);
H A Dinline.php156 p_get_metadata($this->pid); // reparse the metadata of the page top update the titles/rev/lasteditor table
185 $data = json_encode(['value' => $R->doc, 'rev' => $this->schemadata->getTimestamp()], JSON_THROW_ON_ERROR);
214 $rev = $updatedRev ?: $INPUT->int('rev');
223 if (AccessTable::isTypePage($pid, $rev)) {
225 } elseif (AccessTable::isTypeSerial($pid, $rev)) {
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php79 public function addVersionPrevious($rev) argument
81 $this->previous_version = $rev;
84 public function addVersionNext($rev) argument
86 $this->next_version = $rev;
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js114 this.ui.dropbox.readFile({path: this.stat.path_lower, rev: stat.rev},
119 stat.rev + '&chrome=0&nav=1&layers=1&edit=_blank' + ((page != null) ?
/plugin/ireadit/action/
H A Dmigration.php223 foreach ($meta as $rev => $data) {
224 if ($rev === '' || count($data) == 0) continue;
228 'rev' => $rev,
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php238 $rev = strrev(trim($oldString));
239 if($rev{0} != ',')
249 $rev = strrev($value);
251 if($rev{0} == ',')
/plugin/dw2pdf/
H A Daction.php375 * @param string|int $rev revision timestamp or empty string
379 protected function wikiToDW2PDF($id, $rev = '', $date_at = '')
381 $file = wikiFN($id, $rev);
392 if ($rev || $date_at) {
394 $ret = p_render('dw2pdf', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
417 $rev = $REV;
421 $rev = '';
530 $pagehtml = $this->wikiToDW2PDF($page, $rev, $date_at);
727 $params['rev'] = $REV;
892 if ($b['rev'] <
369 p_wiki_dw2pdf($id, $rev = '', $date_at = '') global() argument
[all...]
/plugin/flowplay/flowplayer/
H A Dswfobject.js98 this.rev=_27[2]!=null?parseInt(_27[2]):0;
105 if(this.rev<fv.rev){
/plugin/botbouncer/lib/
H A Dbotbouncer.php362 $rev = array_reverse(explode('.', $ip));
363 $lookup = $this->honeyPotApiKey.'.'.implode('.', $rev) . '.dnsbl.httpbl.org';
365 $rev = gethostbyname($lookup);
366 if ($lookup != $rev) {
368 $this->addLogEntry('honeypot.log','SPAM '.$lookup.' '.$rev);
372 $this->addLogEntry('honeypot.log','HAM '.$lookup.' '.$rev);
/plugin/geonav/server/
H A DgetWikiData.php9 $data = io_readWikiPage($file, $dokuPageId, $rev=false);
/plugin/translation/
H A Dhelper.php365 foreach ($revs as $rev) {
366 if ($rev < $lastmod) {
367 $orev = $rev;
375 return wl($id, ['do' => 'diff', 'rev' => $orev]);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedRev.txt
/plugin/translation3/
H A Dhelper.php402 foreach($revs as $rev){
403 if($rev < $INFO['lastmod']){
404 $orev = $rev;
/plugin/structodt/
H A Dhelper.php251 public function getRow($table, $pid, $rev, $rid) { argument
255 if (AccessTable::isTypePage($pid, $rev)) {
257 } elseif (AccessTable::isTypeSerial($pid, $rev)) {
H A Daction.php172 $rev = $INPUT->str('rev');
177 $row = $helper->getRow($schema, $pid, $rev, $rid);
/plugin/pagestat/
H A Dremote.php45 function rawPage($id,$rev=''){ argument
50 $text = rawWiki($id,$rev);
/plugin/qc/
H A Drenderer.php71 foreach ($revs as $rev) {
72 $info = $changelog->getRevisionInfo($rev);
/plugin/annotate/
H A Danno.php79 $text = io_readWikiPage(wikiFN($id, $rev), $id, false);
86 $text = io_readWikiPage(wikiFN($id, $rev), $id, false);
/plugin/gitbacked/action/
H A Deditcommit.php167 $rev = $event->data[3];
173 if (!$rev) {
/plugin/lytebox/
H A Dlytebox.js225 var rev = imageLink.getAttribute('rev');
226 …, imageLink.getAttribute('title'), (rev == null || rev == '' ? 'width: 400px; height: 400px; scrol…
232 var rev = anchor.getAttribute('rev');
233 …f'), anchor.getAttribute('title'), (rev == null || rev == '' ? 'width: 400px; height: 400px; scrol…
/plugin/subjectindex/plugins/
H A Dbible_abbr.txt66 re rev
/plugin/structstatus/
H A Dscript.js17 rev: $self.parent().data('rev'), property in AnonymousFunctione2c426950200.data

123456