Home
last modified time | relevance | path

Searched refs:next_version (Results 1 – 2 of 2) sorted by relevance

/plugin/dokusioc/lib/
Dsioc_dokuwiki.php25 private $next_version = null; variable in SIOCDokuWikiArticle
86 $this->next_version = $rev;
245 if ($this->next_version) {
249 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->next_version
258 … $this->id . $exp->_urlseparator . 'rev' . $exp->_urlequal . $this->next_version
Dsioc_inc.php945 private $next_version; variable in SIOCWikiArticle
978 $this->next_version = $next_vers;
1120 if ($this->next_version) {
1122 … $rdf .= " <sioct:WikiArticle rdf:about=\"" . clean($this->next_version) . "\">\n";