Home
last modified time | relevance | path

Searched refs:rev (Results 26 – 36 of 36) sorted by relevance

12

/dokuwiki/inc/lang/en/
H A Dmailtext.txt13 happens, a message will be shown on the top of the rev page.
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php106 * If file larger than $chunk_size, only chunk is read that could contain $rev.
108 * When reference timestamp $rev is outside time range of changelog, readloglines() will return
109 * lines in first or last chunk, but they obviously does not contain $rev.
111 * @param int $rev revision timestamp
117 protected function readloglines($rev) argument
157 if ($finger_rev > $rev) {
165 // could not find chunk, assume requested rev is missing
/dokuwiki/inc/
H A Ddeprecated.php494 * @param int|null $rev Old revision if any
500 public function send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') {
503 return $subscriptionSender->sendPageDiff($subscriber_mail, $template, $id, $rev, $summary);
514 * @param int|bool $rev Old revision if any
518 public function send_media_diff($subscriber_mail, $template, $id, $rev = false) {
521 return $subscriptionSender->sendMediaDiff($subscriber_mail, $template, $id, $rev);
498 send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') global() argument
516 send_media_diff($subscriber_mail, $template, $id, $rev = false) global() argument
H A Dcommon.php227 $info['rev'] = $REV;
252 $info['rev'] = $REV;
510 if (isset($urlParameters['rev']) && !$urlParameters['rev']) unset($urlParameters['rev']);
624 if (isset($more['rev']) && !$more['rev']) unset($more['rev']);
1057 * @param string|int $rev timestamp when a revision of wikitext is desired argument
1060 function rawWiki($id, $rev
1210 rawWikiSlices($range, $id, $rev = '') global() argument
1335 notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = array(), $current_rev = false) global() argument
[all...]
H A Dtemplate.php944 if ($INFO['rev']) {
1207 $url = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV], true, '&');
1208 $src = ml($IMG, ['cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $w, 'h' => $h], true, '&');
1508 * @param boolean $rev
1512 function tpl_mediaFileDetails($image, $rev)
1524 if ($rev && !file_exists(mediaFN($image, $rev))) $rev = false;
1550 $attributes = $rev ? ['rev'
1436 tpl_mediaFileDetails($image, $rev) global() argument
[all...]
H A Dparserutils.php71 * @param string|int $rev revision timestamp or empty string
79 function p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '')
81 $file = wikiFN($id, $rev);
89 if ($rev || $date_at) {
92 $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
77 p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '') global() argument
H A DAjax.php244 $rev = false;
245 if (isset($REV) && !$JUMPTO) $rev = $REV;
248 tpl_mediaFileDetails($image, $rev);
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/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php148 $rev = hexdec(substr($hex_sid, 0, 2));
151 $result = "$rev-$auth";
/dokuwiki/inc/Ui/
H A DMediaDiff.php63 // retrieve requested rev or rev2
96 $rev = $isCurrent ? '' : $RevInfo->val('date');
97 $meta = new JpegMeta(mediaFN($this->id, $rev));
100 'previewSize' => media_image_preview_size($this->id, $rev, $meta)
131 // retrieve form parameters: rev, rev2, difftype
212 $rev1Src = ml($this->id, ['rev' => $rev1, 'h' => $rev1Size[1], 'w' => $rev1Size[0]]);
213 $rev2Src = ml($this->id, ['rev' => $rev2, 'h' => $rev1Size[1], 'w' => $rev1Size[0]]);
/dokuwiki/inc/lang/vi/
H A Dmailtext.txt12 Có thể có những thay đổi mới hơn sau khi phiên bản này. Nếu điều này xảy ra, một tin nhắn sẽ được hiển thị trên đầu trang rev.

12