Searched refs:trep (Results 1 – 8 of 8) sorted by relevance
/dokuwiki/inc/Subscriptions/ |
D | MediaSubscriptionSender.php | 25 $trep = [ 32 $trep['OLD'] = ml($id, "rev=$rev", true, '&', true); 34 $trep['OLD'] = '---'; 42 $this->send($subscriber_mail, 'upload', $id, $template, $trep, null, $headers);
|
D | SubscriptionSender.php | 52 * @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);
|
D | PageSubscriptionSender.php | 28 $trep = [ 38 $trep['OLDPAGE'] = wl($id, "rev=$rev", true, '&'); 61 $trep['OLDPAGE'] = '---'; 66 $trep['DIFF'] = $tdiff; 79 $trep,
|
D | RegistrationSubscriptionSender.php | 25 $trep = [ 36 $trep
|
D | BulkSubscriptionSender.php | 241 $trep = [ 255 $trep,
|
/dokuwiki/inc/Action/ |
D | Resendpwd.php | 163 $trep = [ 172 $mail->setBody($text, $trep);
|
/dokuwiki/inc/ |
D | auth.php | 969 $trep = [ 978 $mail->setBody($text, $trep); 1308 $trep = ['FULLNAME' => $userinfo['name'], 'LOGIN' => $user, 'CONFIRM' => $url]; 1313 $mail->setBody($text, $trep);
|
D | Mailer.class.php | 244 $trep = array_merge($this->replacements['text'], $textrep); 248 foreach ($trep as $key => $substitution) {
|