Searched refs:gt (Results 1 – 25 of 323) sorted by relevance
12345678910>>...13
14 <Fabien><br />16 <Fabien><br />18 <Fabien><br />20 <Fabien><br />22 <Fabien><br />
20 <br />21 <br />23 <br />25 <br />26 <br />
72 <Fabien><br />78 <Fabien><br />84 &lt;Fabien&gt;<br />90 <FABIEN>97 &LT;FABIEN&GT;<BR />104 <FABIEN><br />110 <b><Fabien>111 Twig</b>117 <b><Fabien>118 Twig</b>
24 Fabien<br />25 fabien<br />26 Fabien<br />
22 <br /><br />23 <br /><br />25 <br /><br />
41 <Fabien><br />46 <Fabien><br />56 <Fabien><br /><br />61 <FABIEN><br />66 &LT;FABIEN&GT;<BR />
65 <br />71 <br />77 <br />
36 <br />42 <br />
13 <code><blockquote>Foo</blockquote></code> would become14 <code><blockquote><p>Foo</p></blockquote></code>.15 The <code><p></code> tags can be replaced with whatever you desire,
8 <code><object></code> in any descendant of a9 <code><pre></code> tag. Disabling excludes will allow some
8 to the document, converting a tag like: <code><el b="" a="" c="" /></code>9 to <code><el a="" b="" c="" /></code>. This is a workaround for
13 elements (remove <code><a></a></code> but not14 <code><br /></code>), and
60 …ar the following format:<br><pre class="code"><button name> = <geshi code name><br></p…61 …. Push on this button surround your selected text with <code winbatch> </code></div>');
58 gt: 0, property62 gt: 5, property66 gt: 10, property70 gt: 15, property
15 var gt = '>';24 iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
27 var gt = createRelationalOperation(baseGt); variable29 module.exports = gt;
16 <br />17 <br />
57 content: "> ";62 content: "> ";68 content: "> ";
19 <br />21 <br />
21 {# outputs "<strong>some text</strong>" #}
13 If you have some <strong>HTML</strong><br />
17 If you have some <strong>HTML</strong> it will be escaped.
130 $content = str_replace('<em>', '*', $content);131 $content = str_replace('</em>', '*', $content);
10 …= editor.document.$.children[0].children[1].innerHTML.replace(/<[^<>]*>/g,'').replace(/>/g,'>');122 selected = "{{tag>" + selected + "}}"; 127 editor.setData(selected+data.replace(/\{\{tag>.*?\}\}/g,'')); 130 editor.setData(data.replace(/\{\{tag>.*?\}\}/g,'')+selected); 144 …= editor.document.$.children[0].children[1].innerHTML.replace(/<[^<>]*>/g,'').replace(/>/g,'>');