Home
last modified time | relevance | path

Searched refs:nl2br (Results 1 – 25 of 36) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_pre_escape_filters.test9 ( var|escape|nl2br )
10 {{ var|nl2br }}
13 ( var|escape|nl2br )
14 {{ var|escape|nl2br }}
17 ( var|raw|nl2br )
18 {{ var|raw|nl2br }}
21 ( var|escape|nl2br|nl2br )
22 {{ var|nl2br|nl2br }}
40 ( var|escape|nl2br )
50 ( var|raw|nl2br )
[all …]
H A Dwith_filters_arguments.test5 {{ var|nl2br("<br />") }}
6 {{ var|nl2br("<br />"|escape) }}
7 {{ var|nl2br(sep) }}
8 {{ var|nl2br(sep|raw) }}
9 {{ var|nl2br(sep|escape) }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnl2br.rst1 ``nl2br``
5 The ``nl2br`` filter was added in Twig 1.5.
7 The ``nl2br`` filter inserts HTML line breaks before all newlines in a string:
11 {{ "I like Twig.\nYou will like it too."|nl2br }}
21 The ``nl2br`` filter pre-escapes the input before applying the
H A Dindex.rst24 nl2br
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnl2br.test2 "nl2br" filter
4 {{ "I like Twig.\nYou will like it too.\n\nEverybody like it!"|nl2br }}
5 {{ text|nl2br }}
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php222 … $ret['expected'] = nl2br(str_replace(" ", "&nbsp;", htmlspecialchars($matches[1] . $matches[2])));
223 … $ret['actual'] = nl2br(str_replace(" ", "&nbsp;", htmlspecialchars($matches[1] . $matches[3])));
225 $ret['message'] = nl2br(str_replace(" ", "&nbsp;", htmlspecialchars($exception)));
/plugin/owncloud/tpl/
H A Ddetail.php65 if(!$isDir) echo nl2br(hsc(tpl_img_getTag('simple.title')));
66 else echo nl2br(hsc('/'.$path));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php204 return $this->nl2br(twig_escape_filter($env, $value, 'html'), $sep);
210 public function nl2br($value, $sep = '<br />') function in TwigTestExtension
/plugin/jquotes/
H A Dhelper.php22 return nl2br(hsc($cookie));
/plugin/filterrss/
H A Dhelper.php64 $html_output = nl2br($html_output);//second pass
/plugin/geonav/tpl/startermap/
H A Ddetail.php44 <h2><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h2>
/plugin/html2pdf/snorriheim/
H A Ddetail.php48 <?php print nl2br(hsc(tpl_img_getTag(array('IPTC.Caption',
/plugin/struct/types/
H A DLongText.php28 $valueWithBR = nl2br(hsc($value));
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php82 …return nl2br(str_replace(array("\t", ' ', ' '), array('&nbsp; &nbsp; &nbsp; &nbsp; ', '&nbsp; &…
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php12 $this->markup = nl2br($markup);
/plugin/xfortune/
H A Dhelper.php25 return nl2br(hsc($cookie));
/plugin/popupviewer/
H A Daction.php105 $data = preg_replace("%(\n|\r)%", '', nl2br($title.$caption));
/plugin/avtaskbox/
H A Dsyntax.php124 $resultStr .= '<tr><td>'.nl2br($description).'</td></tr>';
/plugin/recommend/
H A Dadmin.php130 $form .= '<td>' . nl2br($message) . '</td>';
/plugin/feedback/
H A Daction.php106 array('FEEDBACK' => nl2br($feedback))
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php98 $template = nl2br($template);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php516 …$returnstring = ($wrap_in_td ? '<td class="dump_string">' : '').nl2br($returnstring).($wrap_in_td …
530 …$returnstring .= ($wrap_in_td ? '<td>' : '').nl2br(htmlspecialchars(str_replace("\x00", ' ', $vari…
/plugin/icalevents/
H A Dsyntax-impl.php366 $link['name'] = nl2br($link['title']);
/plugin/guestbook/
H A Dbasic.class.php148 $output .= '<p>' . nl2br($data['messagetext']) . '</p>';

12