Home
last modified time | relevance | path

Searched refs:nl2br (Results 26 – 36 of 36) sorted by last modified time

12

/plugin/xfortune/
H A Dhelper.php25 return nl2br(hsc($cookie));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php222 … $ret['expected'] = nl2br(str_replace(" ", " ", htmlspecialchars($matches[1] . $matches[2])));
223 … $ret['actual'] = nl2br(str_replace(" ", " ", htmlspecialchars($matches[1] . $matches[3])));
225 $ret['message'] = nl2br(str_replace(" ", " ", htmlspecialchars($exception)));
/plugin/freechat/phpfreechat/src/commands/
H A Ddebug.class.php16 $msg = str_replace("\n","",addslashes(nl2br($msg)));
24 $msg = str_replace("\n","",addslashes(nl2br($msg)));
31 $msg = str_replace("\n","",addslashes(nl2br($msg)));
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php98 $template = nl2br($template);
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php82 …return nl2br(str_replace(array("\t", ' ', ' '), array('        ', '  &…
/plugin/html2pdf/snorriheim/
H A Ddetail.php48 <?php print nl2br(hsc(tpl_img_getTag(array('IPTC.Caption',
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php44 $message = nl2br($check->getMessage());
/plugin/owncloud/tpl/
H A Ddetail.php65 if(!$isDir) echo nl2br(hsc(tpl_img_getTag('simple.title')));
66 else echo nl2br(hsc('/'.$path));
/plugin/geonav/tpl/startermap/
H A Ddetail.php44 <h2><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h2>
/plugin/guestbook/
H A Dbasic.class.php148 $output .= '<p>' . nl2br($data['messagetext']) . '</p>';

12