Lines Matching refs:warn
168 $warn= p_render('xhtml', p_get_instructions($this->getLang('wedetect')), $info);
169 $warn= '<div id="noiewarning"> '. $warn;
178 $warn= <<<EOF
179 $warn
184 $warn= $warn. DW_LF. '</div>'. DW_LF;
185 $event->data = $warn.$event->data;
191 $warn= p_render('xhtml', p_get_instructions($this->getLang('wedetect')), $info);
192 $warn= substr($warn, 4, -5);
193 msg($warn, -1);
217 $warn = '<note warning>'.DW_LF. DW_LF;
218 $warn.= $this->getLang('wedetect'). DW_LF;
225 $warn.= $wrecc;
227 $warn.= '</note>'. DW_LF;
229 $outp= p_render('xhtml', p_get_instructions($warn), $info);