| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ ! |
| D | with_pre_escape_filters.test | 6 (nl2br is pre_escaped for "html" and declared safe for "html") 9 ( 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 }} 25 ( var|escape_something|escape|nl2br ) [all …]
|
| D | with_filters_arguments.test | 5 {{ 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/ ! |
| D | nl2br.rst | 1 ``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
|
| D | index.rst | 24 nl2br
|
| /plugin/freechat/phpfreechat/src/commands/ ! |
| D | debug.class.php | 16 $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/ ! |
| D | nl2br.test | 2 "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/ ! |
| D | HTML.php | 222 … $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/owncloud/tpl/ ! |
| D | detail.php | 65 if(!$isDir) echo nl2br(hsc(tpl_img_getTag('simple.title'))); 66 else echo nl2br(hsc('/'.$path));
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ ! |
| D | IntegrationTest.php | 204 return $this->nl2br(twig_escape_filter($env, $value, 'html'), $sep); 210 public function nl2br($value, $sep = '<br />') function in TwigTestExtension
|
| /plugin/jquotes/ ! |
| D | helper.php | 22 return nl2br(hsc($cookie));
|
| /plugin/geonav/tpl/startermap/ ! |
| D | detail.php | 44 <h2><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h2>
|
| /plugin/html2pdf/snorriheim/ ! |
| D | detail.php | 48 <?php print nl2br(hsc(tpl_img_getTag(array('IPTC.Caption',
|
| /plugin/filterrss/ ! |
| D | helper.php | 64 $html_output = nl2br($html_output);//second pass
|
| /plugin/struct/types/ ! |
| H A D | LongText.php | 28 $valueWithBR = nl2br(hsc($value));
|
| /plugin/zwidoku/ ! |
| H A D | zwipush.php | 101 $txt=nl2br($txt);
|
| /plugin/authucenter/lib/uc_client/lib/ ! |
| D | uccode.class.php | 82 …return nl2br(str_replace(array("\t", ' ', ' '), array(' ', ' &…
|
| /plugin/plantumlparser/syntax/ ! |
| D | PlantUmlDiagram.php | 12 $this->markup = nl2br($markup);
|
| /plugin/cosmocode/ ! |
| D | admin.php | 111 msg(nl2br(hsc($e->getMessage())), -1);
|
| /plugin/xfortune/ ! |
| D | helper.php | 29 return nl2br(hsc($cookie));
|
| /plugin/popupviewer/ ! |
| D | action.php | 106 $data = preg_replace("%(\n|\r)%", '', nl2br($title.$caption));
|
| /plugin/avtaskbox/ ! |
| D | syntax.php | 124 $resultStr .= '<tr><td>'.nl2br($description).'</td></tr>';
|
| /plugin/recommend/ ! |
| D | admin.php | 137 $form .= '<td>' . nl2br($message) . '</td>';
|
| /plugin/feedback/ ! |
| D | action.php | 106 array('FEEDBACK' => nl2br($feedback))
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ ! |
| D | filters.js | 205 function nl2br(str) { function 211 _exports.nl2br = nl2br;
|
| /plugin/authucenter/lib/uc_client/control/ ! |
| D | feed.php | 98 $template = nl2br($template);
|