2009-10-27 11:34:31 -06:00
|
|
|
<!--
|
|
|
|
Copyright 2009 The Go Authors. All rights reserved.
|
|
|
|
Use of this source code is governed by a BSD-style
|
|
|
|
license that can be found in the LICENSE file.
|
|
|
|
-->
|
|
|
|
|
|
|
|
{.section Accurate}
|
|
|
|
{.or}
|
|
|
|
<p>
|
|
|
|
<span class="alert" style="font-size:120%">Indexing in progress - result may be inaccurate</span>
|
|
|
|
</p>
|
|
|
|
{.end}
|
|
|
|
{.section Alt}
|
|
|
|
<p>
|
|
|
|
<span class="alert" style="font-size:120%">Did you mean: </span>
|
|
|
|
{.repeated section Alts}
|
|
|
|
<a href="search?q={@|html}" style="font-size:120%">{@|html}</a>
|
|
|
|
{.end}
|
|
|
|
</p>
|
|
|
|
{.end}
|
|
|
|
{.section Hit}
|
|
|
|
{.section Decls}
|
|
|
|
<h2>Package-level declarations</h2>
|
|
|
|
{.repeated section @}
|
2009-11-09 17:19:38 -07:00
|
|
|
<h3>package <a href="{Pak.Path|path}">{Pak.Name|html}</a></h3>
|
2009-10-27 11:34:31 -06:00
|
|
|
{.repeated section Files}
|
2009-11-08 21:17:04 -07:00
|
|
|
{.repeated section Groups}
|
|
|
|
{.repeated section Infos}
|
2009-11-09 17:19:38 -07:00
|
|
|
<a href="{File.Path|html}?h={Query|html}#L{@|infoLine}">{File.Path|html}:{@|infoLine}</a>
|
2009-11-08 21:17:04 -07:00
|
|
|
<pre>{@|infoSnippet}</pre>
|
|
|
|
{.end}
|
2009-10-27 11:34:31 -06:00
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.section Others}
|
|
|
|
<h2>Local declarations and uses</h2>
|
|
|
|
{.repeated section @}
|
2009-11-09 17:19:38 -07:00
|
|
|
<h3>package <a href="{Pak.Path|path}">{Pak.Name|html}</a></h3>
|
2009-10-27 11:34:31 -06:00
|
|
|
{.repeated section Files}
|
2009-11-09 17:19:38 -07:00
|
|
|
<a href="{File.Path|html}?h={Query|html}">{File.Path|html}</a>
|
2009-11-08 21:17:04 -07:00
|
|
|
<table class="layout">
|
|
|
|
{.repeated section Groups}
|
|
|
|
<tr>
|
|
|
|
<td width="25"></td>
|
|
|
|
<th align="left" valign="top">{Kind|infoKind}</th>
|
|
|
|
<td align="left" width="4"></td>
|
|
|
|
<td>
|
|
|
|
{.repeated section Infos}
|
2009-11-09 17:19:38 -07:00
|
|
|
<a href="{File.Path|html}?h={Query|html}#L{@|infoLine}">{@|infoLine}</a>
|
2009-11-08 21:17:04 -07:00
|
|
|
{.end}
|
|
|
|
</td>
|
|
|
|
</tr>
|
2009-10-27 11:34:31 -06:00
|
|
|
{.end}
|
2009-11-08 21:17:04 -07:00
|
|
|
</table>
|
2009-10-27 11:34:31 -06:00
|
|
|
{.end}
|
|
|
|
{.end}
|
|
|
|
{.end}
|
2009-11-09 00:34:08 -07:00
|
|
|
{.end}
|
|
|
|
{.section Illegal}
|
|
|
|
<p>
|
|
|
|
<span class="alert" style="font-size:120%">Illegal query syntax</span>
|
|
|
|
</p>
|
2009-10-27 11:34:31 -06:00
|
|
|
<p>
|
|
|
|
A legal query is a single identifier (such as <a href="search?q=ToLower">ToLower</a>)
|
|
|
|
or a qualified identifier (such as <a href="search?q=math.Sin">math.Sin</a>).
|
|
|
|
</p>
|
|
|
|
{.end}
|