autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2020-05-25
2020-05-25 12:25:43 by Stephen R. van den Berg <srb@cuci.nl>
c44ddc3bee0bccd2cecf01e083582991e1664836 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
master
HTTP.Server.Request: Add response member for log_cb.
568:
<dd><dl><dt><h2 class='header'>Class <b class='ms datatype'>Stdio.File</b></h2> </dt><dd><dl class='group--doc'> <dt class='head--doc'>Annotations</dt>
-
<dd class='body--annotation'><pre><code><code>Pike.Annotations.Implements</code>(<code>NonblockingStream</code>)</code></pre></dd><dd class='body--annotation'><pre><code><code>Pike.Annotations.Implements</code>(<code>BlockFile</code>)</code></pre></dd>
+
<dd class='body--annotation'><pre><code>
@
<code>Pike.Annotations.Implements</code>(<code>NonblockingStream</code>)</code></pre></dd><dd class='body--annotation'><pre><code>
@
<code>Pike.Annotations.Implements</code>(<code>BlockFile</code>)</code></pre></dd>
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>This is the basic I/O object, it provides socket and pipe communication as well as file access. It does not buffer reads and
3832:
<dl><dt><h2 class='header'>Class <b class='ms datatype'>Stdio.BlockFile</b></h2> </dt><dd><dl class='group--doc'> <dt class='head--doc'>Annotations</dt>
-
<dd class='body--annotation'><pre><code><code>Pike.Annotations.Implements</code>(<code>Stream</code>)</code></pre></dd>
+
<dd class='body--annotation'><pre><code>
@
<code>Pike.Annotations.Implements</code>(<code>Stream</code>)</code></pre></dd>
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>The Stdio.BlockFile API.</p> <p> This class exists purely for typing reasons.</p>
4751:
</dd></dl><dl><dt><h2 class='header'>Class <b class='ms datatype'>Stdio.NonblockingStream</b></h2> </dt><dd><dl class='group--doc'> <dt class='head--doc'>Annotations</dt>
-
<dd class='body--annotation'><pre><code><code>Pike.Annotations.Implements</code>(<code>Stream</code>)</code></pre></dd>
+
<dd class='body--annotation'><pre><code>
@
<code>Pike.Annotations.Implements</code>(<code>Stream</code>)</code></pre></dd>
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>The Stdio.NonblockingStream API.</p> <p> This class exists purely for typing reasons.</p>