/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
H A D | with_pre_escape_filters.test | 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 }} 40 ( var|escape|nl2br ) 50 ( var|raw|nl2br ) [all …]
|
H A 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/ |
H A 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
|
H A D | index.rst | 24 nl2br
|
/plugin/freechat/phpfreechat/src/commands/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | helper.php | 22 return nl2br(hsc($cookie));
|
/plugin/filterrss/ |
H A D | helper.php | 64 $html_output = nl2br($html_output);//second pass
|
/plugin/geonav/tpl/startermap/ |
H A D | detail.php | 44 <h2><?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h2>
|
/plugin/html2pdf/snorriheim/ |
H A D | detail.php | 48 <?php print nl2br(hsc(tpl_img_getTag(array('IPTC.Caption',
|
/plugin/struct/types/ |
H A D | LongText.php | 28 $valueWithBR = nl2br(hsc($value));
|
/plugin/authucenter/lib/uc_client/lib/ |
H A D | uccode.class.php | 82 …return nl2br(str_replace(array("\t", ' ', ' '), array(' ', ' &…
|
/plugin/plantumlparser/syntax/ |
H A D | PlantUmlDiagram.php | 12 $this->markup = nl2br($markup);
|
/plugin/xfortune/ |
H A D | helper.php | 25 return nl2br(hsc($cookie));
|
/plugin/popupviewer/ |
H A D | action.php | 105 $data = preg_replace("%(\n|\r)%", '', nl2br($title.$caption));
|
/plugin/avtaskbox/ |
H A D | syntax.php | 124 $resultStr .= '<tr><td>'.nl2br($description).'</td></tr>';
|
/plugin/recommend/ |
H A D | admin.php | 130 $form .= '<td>' . nl2br($message) . '</td>';
|
/plugin/feedback/ |
H A D | action.php | 106 array('FEEDBACK' => nl2br($feedback))
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | feed.php | 98 $template = nl2br($template);
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.browse.php | 516 …$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 D | syntax-impl.php | 366 $link['name'] = nl2br($link['title']);
|
/plugin/guestbook/ |
H A D | basic.class.php | 148 $output .= '<p>' . nl2br($data['messagetext']) . '</p>';
|