autodoc.git / traditional_manual / chapter_21.html

version» Context lines:

autodoc.git/traditional_manual/chapter_21.html:42157:    existing ones. Will overwrite all existing variables with the same    names.</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>authority</b></span>   </dt> - <dd><p><code><code class='datatype'>string</code> Standards.URI.<b><span class='variable'>authority</span></b></code></p></dd> + <dd><p><code><code class='datatype'>string</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>authority</span></b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Authority component of URI (formerly called net_loc, from <b><a href='http://pike.lysator.liu.se/rfc2396.xml'>RFC 2396</a></b>    known as authority)</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>base_uri</b></span>   </dt> - <dd><p><code><code class='object unresolved'>this_program</code> Standards.URI.<b><span class='variable'>base_uri</span></b></code></p></dd> + <dd><p><code><code class='object unresolved'>this_program</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>base_uri</span></b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>The base URI object, if present</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>cast</b></span>
autodoc.git/traditional_manual/chapter_21.html:42225:   <dd class='body--doc'><p>An exception is thrown if the <code>uri</code> is a relative URI or only a    fragment, and missing a <code>base_uri</code>.</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>fragment</b></span>   </dt> - <dd><p><code><code class='datatype'>string</code> Standards.URI.<b><span class='variable'>fragment</span></b></code></p></dd> + <dd><p><code><code class='datatype'>string</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>fragment</span></b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>The fragment part of URI. May be 0 if not present.</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>get_http_path_query</b></span>
autodoc.git/traditional_manual/chapter_21.html:42290:      <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>host</b></span><br>   <span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>user</b></span><br>   <span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>password</b></span><br>   </dt> - <dd><p><code><code class='datatype'>string</code> Standards.URI.<b><span class='variable'>host</span></b></code><br> - <code><code class='datatype'>string</code> Standards.URI.<b><span class='variable'>user</span></b></code><br> - <code><code class='datatype'>string</code> Standards.URI.<b><span class='variable'>password</span></b></code></p></dd> + <dd><p><code><code class='datatype'>string</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>host</span></b></code><br> + <code><code class='datatype'>string</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>user</span></b></code><br> + <code><code class='datatype'>string</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>password</span></b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Certain classes of URI (e.g. URL) may have these defined</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>path</b></span>
autodoc.git/traditional_manual/chapter_21.html:42329:   <dd class='body--doc'><p>If no port number is present in URI, but the scheme used has a    default port number, this number is put here.</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>query</b></span>   </dt> - <dd><p><code><code class='datatype'>string</code> Standards.URI.<b><span class='variable'>query</span></b></code></p></dd> + <dd><p><code><code class='datatype'>string</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>query</span></b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Query component of URI. May be 0 if not present.</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>reparse_uri</b></span>
autodoc.git/traditional_manual/chapter_21.html:42365:   <dd class='body--doc'><p>An exception is thrown if the <code>uri</code> is a relative URI or only a    fragment, and missing a <code>base_uri</code>.</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Variable</span>   <span class='homogen--name'><b>scheme</b></span>   </dt> - <dd><p><code><code class='datatype'>string</code> Standards.URI.<b><span class='variable'>scheme</span></b></code></p></dd> + <dd><p><code><code class='datatype'>string</code>|<code class='datatype'>zero</code> Standards.URI.<b><span class='variable'>scheme</span></b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Scheme component of URI</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>set_query_variables</b></span>