Lines Matching full:lt

201 <pre><code>class CategoriesController &lt; App::ApplicationController
290 <pre><code>&lt;?xml version="1.0"?&gt;
291 &lt;response value="ok" xml:lang="en"&gt;
292 &lt;text&gt;Ok&lt;/text&gt;
293 &lt;comment/&gt;
294 &lt;ns:description&gt;&lt;![CDATA[
295 CDATA is &lt;not&gt; magical.
296 ]]&gt;&lt;/ns:description&gt;
297 &lt;/response&gt;
303 <pre><code>&lt;head&gt;
304 &lt;title&gt;Title&lt;/title&gt;
306 &lt;style&gt;
310 &lt;/style&gt;
312 &lt;script&gt;
316 &lt;/script&gt;
318 &lt;body&gt;
319 &lt;p class="something" id='12'&gt;Something&lt;/p&gt;
320 &lt;p class=something&gt;Something&lt;/p&gt;
321 &lt;!-- comment --&gt;
322 &lt;p class&gt;Something&lt;/p&gt;
323 &lt;p class="something" title="p"&gt;Something&lt;/p&gt;
324 &lt;/body&gt;
334 &lt;tr class="{% cycle odd,even %}"&gt;
335 &lt;td&gt;{{ article|default:"Hi... "|escape }}&lt;/td&gt;
336 &lt;td&gt;{{ article.date|date:"d.m.Y" }}&lt;/td&gt;
337 &lt;/tr&gt;
389 for (var i = 0 / 2; i &lt; classes.length; i++) { // "0 / 2" should not be parsed as regexp start
409 if mid(s, 1, 1) &lt;&gt; "#" and len(s) > 0 then
457 Until ReadBufSize&lt;&gt;BufSize;
474 * Mother class of all character objects of the world (PC, NPC...)&lt;BR&gt;&lt;BR&gt;
517 <pre><code>#include &lt;iostream&gt;
522 for (unsigned i = 0; i &lt; 0xFFFF; i++)
523 cout &lt;&lt; "Hello, World!" &lt;&lt; endl;
526 map &lt;string, vector&lt;string&gt; &gt; m;
538 /// &lt;summary&gt;The entry point to the program.&lt;/summary&gt;
539 /// &lt;remarks&gt;
543 /// &lt;!-- I'm green! --&gt;
544 /// &lt;/remarks&gt;
760 &lt;Location /maps/&gt;
766 &lt;/Location&gt;
959 &lt;p class=&quot;paragraph&quot;&gt;^eval($i+10)&lt;/p&gt;
995 <th>Language set on &lt;pre&gt;
1018 <pre><code class="no-highlight">&lt;div id="contents"&gt;
1019 &lt;p&gt;Hello, World!
1020 &lt;/div&gt;
1026 <pre><code>&lt;<a href="http://dev.w3.org/html5/spec/Overview.html#the-div-element">div</a> id="con…
1027 <del>&lt;p&gt;Hello, World!</del>
1028 &lt;/div&gt;