Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > ae09f33fc507d9662f326cb09222de1c > files > 24

ocaml-fetch-devel-0.1.0-4.mga5.i586.rpm

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Fetch" rel="Chapter" href="Fetch.html"><title>Index of values</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;</div>
<h1>Index of values</h1>
<table>
<tr><td align="left"><br>B</td></tr>
<tr><td><a href="Fetch.html#VALbasename">basename</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
Get the filename only in a full uri.
</div>
</td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Fetch.html#VALclose">close</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
Close a file descriptor.
</div>
</td></tr>
<tr><td><a href="Fetch.html#VALcp">cp</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
<code class="code">cp source dest</code> copies the file <code class="code">source</code> to <code class="code">dest</code> (both arguments are uri).
</div>
</td></tr>
<tr><td align="left"><br>G</td></tr>
<tr><td><a href="Fetch.html#VALget_protocol">get_protocol</a> [<a href="Fetch.html">Fetch</a>]</td>
<td></td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Fetch.html#VALis_alive">is_alive</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
Is a server alive and available ?
</div>
</td></tr>
<tr><td align="left"><br>L</td></tr>
<tr><td><a href="Fetch.html#VALls">ls</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
List contents of a directory.
</div>
</td></tr>
<tr><td><a href="Fetch.html#VALlseek">lseek</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
Set the current position for a file descriptor.
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Fetch.html#VALopenfile">openfile</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
Open the named file with the given flags.
</div>
</td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Fetch.html#VALread">read</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
<code class="code">read fd buff ofs len</code> reads <code class="code">len</code> characters from descriptor <code class="code">fd</code>, storing them in string <code class="code">buff</code>, starting at position <code class="code">ofs</code>  in string <code class="code">buff</code>.
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Fetch.html#VALsupported_protocols">supported_protocols</a> [<a href="Fetch.html">Fetch</a>]</td>
<td></td></tr>
<tr><td align="left"><br>W</td></tr>
<tr><td><a href="Fetch.html#VALwrite">write</a> [<a href="Fetch.html">Fetch</a>]</td>
<td><div class="info">
<code class="code">write fd buff ofs len</code> writes...
</div>
</td></tr>
</table>
</body>
</html>