Home
last modified time | relevance | path

Searched refs:br (Results 176 – 200 of 367) sorted by path

12345678910>>...15

/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js120 var br = doc.createElement('br');
127 f.appendChild(br);
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css175 .tl, .tr, .tc, .bl, .br, .bc
182 * html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
281 .br
290 .rtl .br
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css175 .tl, .tr, .tc, .bl, .br, .bc
182 * html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
281 .br
290 .rtl .br
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig12 … {{languageText['noTitleWarning']}} <br/> {{languageText['noTitleWarningMoreInformation']}}
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2 …e]=t[e];return function(n){for(e=0;a>e;++e)i[e]=r[e](n);return i}}function br(n){return function(t… function
4 …lice(0,t):n,r=t>=0?n.slice(t+1):"in";return e=vl.get(e)||gl,r=dl.get(r)||m,br(r(e.apply(null,lo.ca…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst414 {{ "Twig<br />" }} {# won't be escaped #}
416 {% set text = "Twig<br />" %}
424 {{ foo ? "Twig<br />" : "<br />Twig" }} {# won't be escaped #}
426 {% set text = "Twig<br />" %}
427 {{ foo ? text : "<br />Twig" }} {# will be escaped #}
429 {% set text = "Twig<br />" %}
430 {{ foo ? text|raw : "<br />Twig" }} {# won't be escaped #}
432 {% set text = "Twig<br />" %}
433 {{ foo ? text|escape : "<br />Twig" }} {# the result of the expression won't be escaped #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnl2br.rst14 I like Twig.<br />
H A Dstriptags.rst15 {{ some_html|striptags('<br><p>') }}
17 In this example, the ``<br/>``, ``<br>``, ``<p>``, and ``</p>`` tags won't be
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/
H A Dblock.test11 {{ br -}}
17 return ['br' => '<br />']
21 &lt;br /&gt;
H A Dname.test4 {{ br -}}
9 {{ br -}}
11 {{ br -}}
13 {{ br -}}
15 return ['br' => '<br />']
19 &lt;br /&gt;
21 &lt;br /&gt;
22 <br />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dternary_operator.test8 {{ 1 == 1 ? 'foo<br />':'' }}
17 foo<br />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape.test4 {{ "foo <br />"|e }}
8 foo &lt;br /&gt;
H A Descape_html_attr.test4 {{ '<br />'|escape('html_attr') }}
8 &lt;br&#x20;&#x2F;&gt;

12345678910>>...15