Home
last modified time | relevance | path

Searched refs:rev (Results 26 – 36 of 36) sorted by last modified time

12

/dokuwiki/inc/ChangeLog/
H A DMediaChangeLog.php23 * @param string|int $rev empty string or revision timestamp
26 protected function getFilename($rev = '')
28 return mediaFN($this->id, $rev);
27 getFilename($rev = '') global() argument
H A DPageChangeLog.php23 * @param string|int $rev empty string or revision timestamp
26 protected function getFilename($rev = '')
28 return wikiFN($this->id, $rev);
27 getFilename($rev = '') global() argument
H A DRevisionInfo.php177 $rev = $this->isCurrent() ? '' : $this->val('date');
182 if ($rev) $params += ['rev' => $rev];
185 $exists = file_exists(mediaFN($id, $rev));
188 $params = $rev ? ['rev' => $rev] : [];
192 $exists = page_exists($id, $rev);
222 $rev
[all...]
/dokuwiki/inc/
H A DDifferenceEngine.php543 * $rev = $diff->reverse();
549 $rev = $this;
550 $rev->edits = array();
552 $rev->edits[] = $edit->reverse();
554 return $rev;
636 $rev = $this->reverse();
637 if (serialize($to_lines) != serialize($rev->orig()))
639 if (serialize($from_lines) != serialize($rev->closing()))
/dokuwiki/inc/File/
H A DMediaFile.php10 protected $rev;
24 * @param string|int $rev optional revision
26 public function __construct($id, $rev = '')
29 $this->path = mediaFN($id, $rev);
30 $this->rev = $rev;
44 return $this->rev;
25 __construct($id, $rev = '') global() argument
H A DMediaResolver.php11 public function resolveId($id, $rev = '', $isDateAt = false) argument
13 return cleanID(parent::resolveId($id, $rev, $isDateAt));
H A DPageFile.php43 public function getPath($rev = '') argument
45 return wikiFN($this->id, $rev);
50 * similar to function rawWiki($id, $rev = '')
52 * @param int|false $rev timestamp when a revision of wikitext is desired
55 public function rawWikiText($rev = null) argument
57 if ($rev !== null) {
58 $revInfo = $rev ? $this->changelog->getRevisionInfo($rev) : false;
61 : io_readWikiPage($this->getPath($rev), $this->id, $rev); // retriev
[all...]
H A DPageResolver.php16 public function resolveId($id, $rev = '', $isDateAt = false)
30 $id = parent::resolveId($id, $rev, $isDateAt);
31 $id = $this->resolveStartPage($id, $rev, $isDateAt);
33 $id = $this->resolveAutoPlural($id, $rev, $isDateAt);
49 * @param string|int|false $rev
53 protected function resolveStartPage($id, $rev, $isDateAt)
59 if (page_exists($id . $conf['start'], $rev, true, $isDateAt)) {
62 } elseif (page_exists($id . noNS(cleanID($id)), $rev, true, $isDateAt)) {
65 } elseif (page_exists(substr($id, 0, -1), $rev, true, $isDateAt)) {
78 * @param int $rev
17 resolveId($id, $rev = '', $isDateAt = false) global() argument
54 resolveStartPage($id, $rev, $isDateAt) global() argument
83 resolveAutoPlural($id, $rev, $isDateAt) global() argument
[all...]
H A DResolver.php28 * @param string|int|false $rev The revision time to use when resolving
32 public function resolveId($id, $rev = '', $isDateAt = false)
33 resolveId($id, $rev = '', $isDateAt = false) global() argument
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php148 $rev = hexdec(substr($hex_sid, 0, 2));
151 $result = "$rev-$auth";
/dokuwiki/inc/lang/sk/
H A Donceexisted.txt

12