Home
last modified time | relevance | path

Searched refs:trep (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DMediaSubscriptionSender.php25 $trep = [
32 $trep['OLD'] = ml($id, "rev=$rev", true, '&', true);
34 $trep['OLD'] = '---';
42 $this->send($subscriber_mail, 'upload', $id, $template, $trep, null, $headers);
H A DPageSubscriptionSender.php27 // prepare replacements (keys not set in hrep will be taken from trep)
28 $trep = [
38 $trep['OLDPAGE'] = wl($id, "rev=$rev", true, '&');
61 $trep['OLDPAGE'] = '---';
66 $trep['DIFF'] = $tdiff;
79 $trep,
H A DSubscriptionSender.php52 * @param array $trep Predefined parameters used to parse the
55 * template (in HTML format), null to default to $trep
62 protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $headers = []) argument
72 $mail->setBody($text, $trep, $hrep);
76 if (isset($trep['SUBSCRIBE'])) {
77 $mail->setHeader('List-Unsubscribe', '<' . $trep['SUBSCRIBE'] . '>', false);
H A DRegistrationSubscriptionSender.php25 $trep = [
36 $trep
H A DBulkSubscriptionSender.php241 $trep = [
255 $trep,
/dokuwiki/inc/Action/
H A DResendpwd.php163 $trep = [
172 $mail->setBody($text, $trep);
/dokuwiki/inc/
H A Dauth.php944 $trep = [
953 $mail->setBody($text, $trep);
1283 $trep = ['FULLNAME' => $userinfo['name'], 'LOGIN' => $user, 'CONFIRM' => $url];
1288 $mail->setBody($text, $trep);
H A DMailer.class.php244 $trep = array_merge($this->replacements['text'], $textrep);
248 foreach ($trep as $key => $substitution) {