Home
last modified time | relevance | path

Searched refs:br (Results 26 – 50 of 367) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dstriptags.rst15 {{ some_html|striptags('<br><p>') }}
17 In this example, the ``<br/>``, ``<br>``, ``<p>``, and ``</p>`` tags won't be
/plugin/mdpage/vendor/cebe/markdown/
H A DGithubMarkdown.php108 $br = $this->html5 ? "<br>\n" : "<br />\n";
109 return strtr($text[1], [" \n" => $br, "\n" => $br]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Descape_non_supported_charset.test4 {{ "愛していますか? <br />"|e }}
8 愛していますか? &lt;br /&gt;
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;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dsource.test9 {{ foo }}<br />
15 {{ foo }}<br />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Ddouble_escaping.test8 return ['var' => '<br />']
10 &lt;br /&gt;
H A Dblocks.test10 return ['var' => '<br />']
12 &lt;br /&gt;
H A Draw.test8 return ['var' => '<br />']
10 <br />
H A Dstrategy.test8 return ['var' => '<br />"']
11 &lt;br /&gt;&quot;
H A Dstrategy.legacy.test8 return ['var' => '<br />"']
11 &lt;br /&gt;&quot;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dnested_calls.test11 <br />
18 <br />
H A Dwith_filters.test7 {% filter escape %}foo<br />{% endfilter %}
14 foo&lt;br /&gt;
/plugin/searchform/
H A DREADME.md4 Adds the standard search form to any page<br />
7 Original plugin by Adolfo González Blázquez (2008-10-10 last update)<br />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dbasic.test5 {% set bar = 'foo<br />' %}
17 foo&lt;br /&gt;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dsandbox_disabling_ignore_missing.test9 return ['foo' => 'bar<br />']
13 bar&lt;br /&gt;
H A Dsandbox_disabling.test11 return ['foo' => 'bar<br />']
16 bar&lt;br /&gt;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dternary_operator.test8 {{ 1 == 1 ? 'foo<br />':'' }}
17 foo<br />
/plugin/google_adsense2/
H A Dsyntax.php100 //$renderer->doc .= 'debug(id=' . $id . ' param1=' . $param1 . ')<br />';
101 //$renderer->doc .= '<br />';
/plugin/tbt/
H A Dsyntax.php65 …n_'.$uid.'\', TimeBasedText_'.$uid.');" class="toc_close tbtbutton">Restart</span><br/><br/>'."\n";
/plugin/tindexmenu/
H A Dadmin.php180 …userinfo"]["name"].hsc(" <".$INFO["userinfo"]["mail"].">").'" size="50" maxlength="100" /><br />');
181 …pe="text" name="url_info" value="'.$this->repos['url'][$n].'" size="50" maxlength="200" /><br />');
186 ptln(' <br /><br /></div>');
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte8 const svg = container.innerHTML.replaceAll('<br>', '<br/>');
196 <br />
200 <label>PNG size:</label><br />
206 <label for="autosize">auto</label><br />
219 disabled={imagemodeselected !== 'width'} /><br />
232 disabled={imagemodeselected !== 'height'} /><br />
/plugin/bibtex/OSBib/create/
H A DHELPSTYLE.php153 EXAMPLE2 . MISC::BR() . "<code>" . EXAMPLE17 . "</code>" . MISC::br() .
154 EXAMPLE18 . MISC::br() . "<code>" . EXAMPLE19 . "</code>");
156 EXAMPLE2 . MISC::BR() . "<code>" . EXAMPLE22 . "</code>" . MISC::br() .
157 EXAMPLE23 . MISC::br() . "<code>" . EXAMPLE24 . "</code>");
/plugin/godiag/
H A Dstyle.css1 .godiag-left { /* for br and div */
5 .godiag-right { /* for br and div */

12345678910>>...15