xref: /OpenGrok/opengrok-indexer/src/test/resources/analysis/ada/ada_xrefres.html (revision a4d08de4dc8d883b6857e1cb31b6128c283fe674)
1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8">
5<title>sampleFile - OpenGrok cross reference for /sampleFile</title></head><body>
6<a class="l" name="1" href="#1">1</a><span class="c">--</span>
7<a class="l" name="2" href="#2">2</a><span class="c">-- CDDL HEADER START</span>
8<a class="l" name="3" href="#3">3</a><span class="c">--</span>
9<a class="l" name="4" href="#4">4</a><span class="c">-- The contents of this file are subject to the terms of the</span>
10<a class="l" name="5" href="#5">5</a><span class="c">-- Common Development and Distribution License (the &quot;License&quot;).</span>
11<a class="l" name="6" href="#6">6</a><span class="c">-- You may not use this file except in compliance with the License.</span>
12<a class="l" name="7" href="#7">7</a><span class="c">--</span>
13<a class="l" name="8" href="#8">8</a><span class="c">-- See LICENSE.txt included in this distribution for the specific</span>
14<a class="l" name="9" href="#9">9</a><span class="c">-- language governing permissions and limitations under the License.</span>
15<a class="hl" name="10" href="#10">10</a><span class="c">--</span>
16<a class="l" name="11" href="#11">11</a><span class="c">-- When distributing Covered Code, include this CDDL HEADER in each</span>
17<a class="l" name="12" href="#12">12</a><span class="c">-- file and include the License file at LICENSE.txt.</span>
18<a class="l" name="13" href="#13">13</a><span class="c">-- If applicable, add the following below this CDDL HEADER, with the</span>
19<a class="l" name="14" href="#14">14</a><span class="c">-- fields enclosed by brackets &quot;[]&quot; replaced with your own identifying</span>
20<a class="l" name="15" href="#15">15</a><span class="c">-- information: Portions Copyright [yyyy] [name of copyright owner]</span>
21<a class="l" name="16" href="#16">16</a><span class="c">--</span>
22<a class="l" name="17" href="#17">17</a><span class="c">-- CDDL HEADER END</span>
23<a class="l" name="18" href="#18">18</a><span class="c">--</span>
24<a class="l" name="19" href="#19">19</a>
25<a class="hl" name="20" href="#20">20</a><span class="c">--</span>
26<a class="l" name="21" href="#21">21</a><span class="c">-- Copyright (c) 2017, Chris Fraire &lt;cfraire@me.com&gt;.</span>
27<a class="l" name="22" href="#22">22</a><span class="c">--</span>
28<a class="l" name="23" href="#23">23</a>
29<a class="l" name="24" href="#24">24</a><b>with</b> <b>Ada</b>.<b>Text_IO</b>; <b>use</b> <b>Ada</b>.<b>Text_IO</b>;
30<a class="l" name="25" href="#25">25</a><b>procedure</b> <a href="/source/s?defs=Hello" class="intelliWindow-symbol" data-definition-place="undefined-in-file">Hello</a> <b>is</b>
31<a class="l" name="26" href="#26">26</a><b>begin</b>
32<a class="l" name="27" href="#27">27</a>	<b>Put_Line</b>(<span class="s">&quot;Hello, world!&quot;</span>);
33<a class="l" name="28" href="#28">28</a>	<b>Put_Line</b>(<span class="s">&quot;&quot;&quot;</span>
34<a class="l" name="29" href="#29">29</a><span class="s">		Hello?&quot;&quot;&quot;</span>);
35<a class="hl" name="30" href="#30">30</a>	<b>Put_Line</b>(<span class="s">&apos;?&apos;</span>);
36<a class="l" name="31" href="#31">31</a>	<b>Put_Line</b>(<span class="s">&apos;</span>
37<a class="l" name="32" href="#32">32</a><span class="s">&apos;</span>);
38<a class="l" name="33" href="#33">33</a>	<b>Put</b>(<span class="n">0</span>);
39<a class="l" name="34" href="#34">34</a>	<b>Put</b>(<span class="n">12</span>);
40<a class="l" name="35" href="#35">35</a>	<b>Put</b>(<span class="n">123_456</span>);
41<a class="l" name="36" href="#36">36</a>	<b>Put</b>(<span class="n">3.14159_26</span>);
42<a class="l" name="37" href="#37">37</a>	<b>Put</b>(<span class="n">2#1111_1111#</span>);
43<a class="l" name="38" href="#38">38</a>	<b>Put</b>(<span class="n">16#E#E1</span>);
44<a class="l" name="39" href="#39">39</a>	<b>Put</b>(<span class="n">16#F.FF#E+2</span>);
45<a class="hl" name="40" href="#40">40</a>	<b>Put_Line</b>();
46<a class="l" name="41" href="#41">41</a>	<b>Put_Line</b>(<span class="s">&quot;Archimedes said &quot;&quot;&#917;&#973;&#961;&#951;&#954;&#945;&quot;&quot;&quot;</span>);
47<a class="l" name="42" href="#42">42</a><b>end</b> <a href="/source/s?defs=Hello" class="intelliWindow-symbol" data-definition-place="undefined-in-file">Hello</a>;
48<a class="l" name="43" href="#43">43</a>
49<a class="l" name="44" href="#44">44</a><span class="c">-- Test a URL that is not matched fully by a rule using just {URIChar} and</span>
50<a class="l" name="45" href="#45">45</a><span class="c">-- {FnameChar}:</span>
51<a class="l" name="46" href="#46">46</a><span class="c">-- <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms633591(v=vs.85).aspx">https://msdn.microsoft.com/en-us/library/windows/desktop/ms633591(v=vs.85).aspx</a></span>
52<a class="l" name="47" href="#47">47</a></body>
53</html>
54