Home
last modified time | relevance | path

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

12

/plugin/struct/types/
H A DLongText.php28 $valueWithBR = nl2br(hsc($value));
/plugin/photogallery/
H A Dsyntax.php884 $ret .= '<p>'.nl2br(hsc($desc)).'</p>';
/plugin/recommend/
H A Dadmin.php130 $form .= '<td>' . nl2br($message) . '</td>';
/plugin/avtaskbox/
H A Dsyntax.php124 $resultStr .= '<tr><td>'.nl2br($description).'</td></tr>';
/plugin/popupviewer/
H A Daction.php105 $data = preg_replace("%(\n|\r)%", '', nl2br($title.$caption));
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php12 $this->markup = nl2br($markup);
/plugin/abc/
H A Dsyntax.php113 msg(nl2br($errorLog), 2);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2376 ¤ Added nl2br() to table_var_dump() for cleaner output
/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…
H A Ddemo.mp3header.php97 $returnstring = nl2br($returnstring);
110 $returnstring .= nl2br(htmlspecialchars(str_replace(chr(0), ' ', $variable)));
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …strcspn strtok strtoupper strtolower strpos strrpos strrev hebrev hebrevc nl2br basename dirname p…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ing is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br ' +\n 'parse_ini_…
/plugin/jquotes/
H A Dhelper.php22 return nl2br(hsc($cookie));
/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/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
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) }}
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 …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst251 $filter = new Twig_Filter_Function('nl2br', ['is_safe' => ['html']]);
H A Dadvanced.rst224 $filter = new \Twig\TwigFilter('nl2br', 'nl2br', ['is_safe' => ['html']]);
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG662 * added a nl2br filter
/plugin/feedback/
H A Daction.php106 array('FEEDBACK' => nl2br($feedback))
/plugin/filterrss/
H A Dhelper.php64 $html_output = nl2br($html_output);//second pass
/plugin/icalevents/
H A Dsyntax-impl.php366 $link['name'] = nl2br($link['title']);

12