Lines Matching refs:str_ireplace

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);
2936 …$bodyhtml = str_ireplace("%%_SEE%%",DOKU_URL.'doku.php?id='.$ID.'&do=showcaselink&'.$pstring,$body…
2937 $bodyhtml = str_ireplace("%%issuemod_head%%",$this->getLang('issuemod_head'),$bodyhtml);
2938 $bodyhtml = str_ireplace("%%issuemod_intro%%",$this->getLang('issuemod_intro'),$bodyhtml);
2940 … $bodyhtml = str_ireplace("%%issuemod_issueid%%",$this->getLang('issuemod_issueid'),$bodyhtml);
2941 $bodyhtml = str_ireplace("%%ID%%",$issue['id'],$bodyhtml);
2942 $bodyhtml = str_ireplace("%%issuemod_title%%",$this->getLang('issuemod_title'),$bodyhtml);
2943 $bodyhtml = str_ireplace("%%TITEL%%",$issue['title'],$bodyhtml);
2944 $bodyhtml = str_ireplace("%%issuemod_status%%",$this->getLang('issuemod_status'),$bodyhtml);
2945 $bodyhtml = str_ireplace("%%STATUS%%",$issue['status'],$bodyhtml);
2946 $bodyhtml = str_ireplace("%%th_project%%",$this->getLang('th_project'),$bodyhtml);
2947 $bodyhtml = str_ireplace("%%PROJECT%%",$project,$bodyhtml);
2948 … $bodyhtml = str_ireplace("%%issuemod_product%%",$this->getLang('issuemod_product'),$bodyhtml);
2949 $bodyhtml = str_ireplace("%%PRODUCT%%",$issue['product'],$bodyhtml);
2950 … $bodyhtml = str_ireplace("%%issuemod_version%%",$this->getLang('issuemod_version'),$bodyhtml);
2951 $bodyhtml = str_ireplace("%%VERSION%%",$issue['version'],$bodyhtml);
2952 … $bodyhtml = str_ireplace("%%issuemod_severity%%",$this->getLang('issuemod_severity'),$bodyhtml);
2953 $bodyhtml = str_ireplace("%%SEVERITY%%",$issue['severity'],$bodyhtml);
2954 … $bodyhtml = str_ireplace("%%issuemod_creator%%",$this->getLang('issuemod_creator'),$bodyhtml);
2955 $bodyhtml = str_ireplace("%%CREATOR%%",$issue['user_name'],$bodyhtml);
2956 $bodyhtml = str_ireplace("%%CREATOR_MAIL%%",$issue['user_mail'],$bodyhtml);
2957 $bodyhtml = str_ireplace("%%th_assigned%%",$this->getLang('th_assigned'),$bodyhtml);
2958 $bodyhtml = str_ireplace("%%ASSIGNED%%",$issue['assigned'],$bodyhtml);
2959 $bodyhtml = str_ireplace("%%th_created%%",$this->getLang('th_created'),$bodyhtml);
2960 $bodyhtml = str_ireplace("%%CREATED%%",$issue['created'],$bodyhtml);
2961 $bodyhtml = str_ireplace("%%issueassigned_head%%",$lang['issueassigned_head'],$bodyhtml);
2962 $bodyhtml = str_ireplace("%%issueassigned_intro%%",$lang['issueassigned_intro'],$bodyhtml);
2964 …$bodyhtml = str_ireplace("%%issue_resolved_intro%%",$this->getLang('issue_resolved_intro'),$bodyht…
2965 …$bodyhtml = str_ireplace("%%issue_resolved_text%%",$this->getLang('issue_resolved_text'),$bodyhtml…
2966 $frmt_res = str_ireplace(chr(10),"<br />",$issue['resolution']);
2967 $bodyhtml = str_ireplace("%%RESOLUTION%%",$this->xs_format($frmt_res),$bodyhtml);
2968 $bodyhtml = str_ireplace("%%TIMESTAMP%%",date($this->getConf('d_format')),$bodyhtml);
2972 $bodyhtml = str_ireplace("%%RESOLVER%%",$usr,$bodyhtml);
2973 $bodyhtml = str_ireplace("%%MOD_BY%%",$usr,$bodyhtml);
2974 …$bodyhtml = str_ireplace("%%issuedescrmod_subject%%",sprintf($this->getLang('issuedescrmod_subject…
2975 $bodyhtml = str_ireplace("%%th_description%%",$this->getLang('th_description'),$bodyhtml);
2976 $frmt_descr = str_ireplace(chr(10),"<br />",$issue['description']);
2977 $bodyhtml = str_ireplace("%%DESCRIPTION%%",$this->xs_format($frmt_descr),$bodyhtml);
2981 $bodyhtml = str_ireplace("%%lbl_cmts_wlog%%",$this->getLang('lbl_cmts_wlog'),$bodyhtml);
2982 $bodyhtml = str_ireplace("%%CMNT_ID%%",$comment['id'],$bodyhtml);
2983 $bodyhtml = str_ireplace("%%EDIT_AUTHOR%%",$comment['author'],$bodyhtml);
2984 $bodyhtml = str_ireplace("%%CMNT_AUTHOR%%",$comment['author'],$bodyhtml);
2985 …$bodyhtml = str_ireplace("%%CMNT_TIMESTAMP%%",date($this->getConf('d_format'),strtotime($comment['…
2986 $frmt_cmnt = str_ireplace(chr(10),"<br />",$comment['comment']);
2987 $bodyhtml = str_ireplace("%%COMMENT%%",$this->xs_format($frmt_cmnt),$bodyhtml);
2988 … $bodyhtml = str_ireplace("%%FIELD%%",str_ireplace(chr(10),"<br />",$comment["field"]),$bodyhtml);
2989 …$bodyhtml = str_ireplace("%%OLD_VALUE%%",$this->xs_format(str_ireplace(chr(10),"<br />",$comment["…
2990 …$bodyhtml = str_ireplace("%%NEW_VALUE%%",$this->xs_format(str_ireplace(chr(10),"<br />",$comment["…
2992 $bodyhtml = str_ireplace("%%issuemod_br%%",$this->getLang('issuemod_br'),$bodyhtml);
2993 $bodyhtml = str_ireplace("%%issuemod_end%%",$this->getLang('issuemod_end'),$bodyhtml);
3162 $it_edit_tb = str_ireplace("%%DOKU_BASE%%",DOKU_BASE,$it_edit_tb);
3168 $it_edit_tb = str_ireplace('<p>&nbsp;</p>',$x_comment,$it_edit_tb);