Home
last modified time | relevance | path

Searched refs:bodyhtml (Results 1 – 5 of 5) sorted by relevance

/plugin/issuetracker/
H A Dedit.php159 $bodyhtml = mail_quotedprintable_encode($bodyhtml,0);
168 $bodyhtml."\n".
188 $bodyhtml = str_ireplace("%%ID%%",$issue['id'],$bodyhtml);
190 $bodyhtml = str_ireplace("%%TITEL%%",$issue['title'],$bodyhtml);
192 $bodyhtml = str_ireplace("%%status%%",$issue['status'],$bodyhtml);
194 $bodyhtml = str_ireplace("%%project%%",$project,$bodyhtml);
196 $bodyhtml = str_ireplace("%%product%%",$issue['product'],$bodyhtml);
198 $bodyhtml = str_ireplace("%%version%%",$issue['version'],$bodyhtml);
207 $bodyhtml = str_ireplace("%%created%%",$issue['created'],$bodyhtml);
217 $bodyhtml = str_ireplace("%%resolver%%",$usr,$bodyhtml);
[all …]
H A Dsyntax.php1024 $bodyhtml = mail_quotedprintable_encode($bodyhtml,0);
1033 $bodyhtml."\n".
1048 $bodyhtml = str_ireplace("%%ID%%",$issue['id'],$bodyhtml);
1050 $bodyhtml = str_ireplace("%%TITEL%%",$issue['title'],$bodyhtml);
1052 $bodyhtml = str_ireplace("%%STATUS%%",$issue['status'],$bodyhtml);
1054 $bodyhtml = str_ireplace("%%PROJECT%%",$project,$bodyhtml);
1056 $bodyhtml = str_ireplace("%%PRODUCT%%",$issue['product'],$bodyhtml);
1058 $bodyhtml = str_ireplace("%%VERSION%%",$issue['version'],$bodyhtml);
1067 $bodyhtml = str_ireplace("%%CREATED%%",$issue['created'],$bodyhtml);
1077 $bodyhtml = str_ireplace("%%RESOLVER%%",$usr,$bodyhtml);
[all …]
H A Daction.php2913 $bodyhtml = mail_quotedprintable_encode($bodyhtml,0);
2922 $bodyhtml."\n".
2941 $bodyhtml = str_ireplace("%%ID%%",$issue['id'],$bodyhtml);
2943 $bodyhtml = str_ireplace("%%TITEL%%",$issue['title'],$bodyhtml);
2945 $bodyhtml = str_ireplace("%%STATUS%%",$issue['status'],$bodyhtml);
2947 $bodyhtml = str_ireplace("%%PROJECT%%",$project,$bodyhtml);
2949 $bodyhtml = str_ireplace("%%PRODUCT%%",$issue['product'],$bodyhtml);
2951 $bodyhtml = str_ireplace("%%VERSION%%",$issue['version'],$bodyhtml);
2960 $bodyhtml = str_ireplace("%%CREATED%%",$issue['created'],$bodyhtml);
2972 $bodyhtml = str_ireplace("%%RESOLVER%%",$usr,$bodyhtml);
[all …]
/plugin/txt2tags/
H A Dsyntax.php49 $html = $x->bodyhtml;
H A Dtxt2tags.class.php82 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;