Home
last modified time | relevance | path

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

/dokuwiki/inc/Subscriptions/
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);
DSubscriptionSender.php52 * @param array $trep Predefined parameters used to parse the
62 …protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $hea… argument
72 $mail->setBody($text, $trep, $hrep);
76 if (isset($trep['SUBSCRIBE'])) {
77 $mail->setHeader('List-Unsubscribe', '<' . $trep['SUBSCRIBE'] . '>', false);
DPageSubscriptionSender.php28 $trep = [
38 $trep['OLDPAGE'] = wl($id, "rev=$rev", true, '&');
61 $trep['OLDPAGE'] = '---';
66 $trep['DIFF'] = $tdiff;
79 $trep,
DRegistrationSubscriptionSender.php25 $trep = [
36 $trep
DBulkSubscriptionSender.php241 $trep = [
255 $trep,
/dokuwiki/inc/Action/
DResendpwd.php163 $trep = [
172 $mail->setBody($text, $trep);
/dokuwiki/inc/
Dauth.php969 $trep = [
978 $mail->setBody($text, $trep);
1308 $trep = ['FULLNAME' => $userinfo['name'], 'LOGIN' => $user, 'CONFIRM' => $url];
1313 $mail->setBody($text, $trep);
DMailer.class.php244 $trep = array_merge($this->replacements['text'], $textrep);
248 foreach ($trep as $key => $substitution) {