Home
last modified time | relevance | path

Searched refs:hrep (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DPageSubscriptionSender.php27 // prepare replacements (keys not set in hrep will be taken from trep)
34 $hrep = [];
67 $hrep['DIFF'] = $hdiff;
80 $hrep,
H A DSubscriptionSender.php54 * @param array $hrep Predefined parameters used to parse the
62 protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $headers = []) argument
72 $mail->setBody($text, $trep, $hrep);
H A DBulkSubscriptionSender.php246 $hrep = [
256 $hrep
/dokuwiki/inc/
H A DMailer.class.php245 $hrep = array_merge($this->replacements['html'], $htmlrep);
251 foreach ($hrep as $key => $substitution) {