This file is indexed.

/usr/share/doc/libextlib-ocaml-dev/html/api/ExtBuffer.Buffer.html is in libextlib-ocaml-dev 1.7.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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 rel="Up" href="ExtBuffer.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 class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Base64" rel="Chapter" href="Base64.html">
<link title="BitSet" rel="Chapter" href="BitSet.html">
<link title="Dllist" rel="Chapter" href="Dllist.html">
<link title="DynArray" rel="Chapter" href="DynArray.html">
<link title="Enum" rel="Chapter" href="Enum.html">
<link title="ExtArray" rel="Chapter" href="ExtArray.html">
<link title="ExtBuffer" rel="Chapter" href="ExtBuffer.html">
<link title="ExtBytes" rel="Chapter" href="ExtBytes.html">
<link title="ExtHashtbl" rel="Chapter" href="ExtHashtbl.html">
<link title="ExtList" rel="Chapter" href="ExtList.html">
<link title="ExtString" rel="Chapter" href="ExtString.html">
<link title="Global" rel="Chapter" href="Global.html">
<link title="IO" rel="Chapter" href="IO.html">
<link title="OptParse" rel="Chapter" href="OptParse.html">
<link title="Option" rel="Chapter" href="Option.html">
<link title="PMap" rel="Chapter" href="PMap.html">
<link title="RefList" rel="Chapter" href="RefList.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="UChar" rel="Chapter" href="UChar.html">
<link title="UTF8" rel="Chapter" href="UTF8.html">
<link title="Unzip" rel="Chapter" href="Unzip.html"><title>ExtBuffer.Buffer</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="ExtBuffer.html" title="ExtBuffer">Up</a>
&nbsp;</div>
<h1>Module <a href="type_ExtBuffer.Buffer.html">ExtBuffer.Buffer</a></h1>

<pre><span class="keyword">module</span> Buffer: <code class="code">sig</code> <a href="ExtBuffer.Buffer.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">Buffer.t</code> </pre>


<pre><span id="VALcreate"><span class="keyword">val</span> create</span> : <code class="type">int -> <a href="ExtBuffer.Buffer.html#TYPEt">t</a></code></pre>
<pre><span id="VALcontents"><span class="keyword">val</span> contents</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> string</code></pre>
<pre><span id="VALto_bytes"><span class="keyword">val</span> to_bytes</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> ExtBytes.Bytes.t</code></pre>
<pre><span id="VALsub"><span class="keyword">val</span> sub</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int -> int -> string</code></pre>
<pre><span id="VALblit"><span class="keyword">val</span> blit</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int -> ExtBytes.Bytes.t -> int -> int -> unit</code></pre>
<pre><span id="VALnth"><span class="keyword">val</span> nth</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int -> char</code></pre>
<pre><span id="VALlength"><span class="keyword">val</span> length</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> int</code></pre>
<pre><span id="VALclear"><span class="keyword">val</span> clear</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALreset"><span class="keyword">val</span> reset</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALadd_char"><span class="keyword">val</span> add_char</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> char -> unit</code></pre>
<pre><span id="VALadd_string"><span class="keyword">val</span> add_string</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> string -> unit</code></pre>
<pre><span id="VALadd_bytes"><span class="keyword">val</span> add_bytes</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> ExtBytes.Bytes.t -> unit</code></pre>
<pre><span id="VALadd_substring"><span class="keyword">val</span> add_substring</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> string -> int -> int -> unit</code></pre>
<pre><span id="VALadd_subbytes"><span class="keyword">val</span> add_subbytes</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> ExtBytes.Bytes.t -> int -> int -> unit</code></pre>
<pre><span id="VALadd_substitute"><span class="keyword">val</span> add_substitute</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> (string -> string) -> string -> unit</code></pre>
<pre><span id="VALadd_buffer"><span class="keyword">val</span> add_buffer</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> <a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre>
<pre><span id="VALadd_channel"><span class="keyword">val</span> add_channel</span> : <code class="type"><a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> Pervasives.in_channel -> int -> unit</code></pre>
<pre><span id="VALoutput_buffer"><span class="keyword">val</span> output_buffer</span> : <code class="type">Pervasives.out_channel -> <a href="ExtBuffer.Buffer.html#TYPEt">t</a> -> unit</code></pre></body></html>