Searched refs:hrep (Results  1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/Subscriptions/ | 
| H A D | PageSubscriptionSender.php | 34         $hrep = [];67         $hrep['DIFF'] = $hdiff;
 80             $hrep,
 
 | 
| H A D | SubscriptionSender.php | 54      * @param array  $hrep            Predefined parameters used to parse the62 …protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $hea…  argument
 72         $mail->setBody($text, $trep, $hrep);
 
 | 
| H A D | BulkSubscriptionSender.php | 246         $hrep = [256             $hrep
 
 | 
| /dokuwiki/inc/ | 
| H A D | Mailer.class.php | 245         $hrep = array_merge($this->replacements['html'], $htmlrep);251         foreach ($hrep as $key => $substitution) {
 
 |