Searched refs:bodyhtml (Results 1 – 5 of 5) sorted by relevance
| /plugin/issuetracker/ |
| D | edit.php | 31 $bodyhtml = file_get_contents($sFilename); 68 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); … 70 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null); 86 $bodyhtml = file_get_contents($sFilename); 110 …nf['plugin']['issuetracker']['mail_templates']==1) $bodyhtml = replace_bodyhtml($currentID, $bodyh… 116 …$bodyhtml = replace_bodyhtml($currentID, $bodyhtml, $pstring, $project, $issue, $comment, $usr); … 118 … mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null); 131 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument 159 $bodyhtml = mail_quotedprintable_encode($bodyhtml,0); 168 $bodyhtml."\n". [all …]
|
| D | syntax.php | 953 $bodyhtml = file_get_contents($sFilename); 974 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, … 980 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null… 996 …function mail_send_html($to, $subject, $body, $bodyhtml, $from='', $cc='', $bcc='', $header='', $p… argument 1024 $bodyhtml = mail_quotedprintable_encode($bodyhtml,0); 1033 $bodyhtml."\n". 1043 function replace_bodyhtml($bodyhtml, $pstring, $project, $issue, $comment) { argument 1045 …$bodyhtml = str_ireplace("%%_SEE%%",DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring,$body… 1046 $bodyhtml = str_ireplace("%%issuemod_head%%",$this->getLang('issuemod_head'),$bodyhtml); 1047 … $bodyhtml = str_ireplace("%%issuemod_issueid%%",$this->getLang('issuemod_issueid'),$bodyhtml); [all …]
|
| D | action.php | 2651 $bodyhtml = file_get_contents($sFilename); 2670 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, … 2682 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null… 2703 $bodyhtml = file_get_contents($sFilename); 2735 …if ($this->getConf('mail_templates')==1) $bodyhtml = $this->replace_bodyhtml($bodyhtml, $pstring, … 2747 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null… 2764 $bodyhtml = file_get_contents($sFilename); 2776 $bodyhtml = str_ireplace("%%bodyhtml2%%",$this->getLang('cmt_del_intro'),$bodyhtml); 2780 $bodyhtml = str_ireplace("%%bodyhtml2%%",$this->getLang('issuemod_intro'),$bodyhtml); 2786 $bodyhtml = str_ireplace("%%bodyhtml2%%",$this->getLang('issuemod_intro'),$bodyhtml); [all …]
|
| /plugin/txt2tags/ |
| D | syntax.php | 49 $html = $x->bodyhtml;
|
| D | txt2tags.class.php | 82 var $bodyhtml = ''; # the innerHTML of the body of the output, no <html>...<head> variable in T2T 198 $this->bodyhtml = $this->run_postproc($body); # %!postproc replacements 203 if($output=='body') return $this->bodyhtml;
|