This file is indexed.

/usr/share/doc/mlpost/html/Mlpost.Helpers.html is in libmlpost-ocaml-doc 0.8.1-6.

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
<!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="previous" href="Mlpost.Arrow.html">
<link rel="next" href="Mlpost.Tree.html">
<link rel="Up" href="Mlpost.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.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="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Mlpost" rel="Chapter" href="Mlpost.html">
<link title="Mlpost_dot" rel="Chapter" href="Mlpost_dot.html">
<link title="Mlpost_lablgtk" rel="Chapter" href="Mlpost_lablgtk.html"><title>Mlpost.Helpers</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Mlpost.Arrow.html" title="Mlpost.Arrow">Previous</a>
&nbsp;<a class="up" href="Mlpost.html" title="Mlpost">Up</a>
&nbsp;<a class="post" href="Mlpost.Tree.html" title="Mlpost.Tree">Next</a>
</div>
<h1>Module <a href="type_Mlpost.Helpers.html">Mlpost.Helpers</a></h1>

<pre><span class="keyword">module</span> Helpers: <code class="code">sig</code> <a href="Mlpost.Helpers.html">..</a> <code class="code">end</code></pre><div class="info module top">
A few helper functions<br>
</div>
<hr width="100%">

<pre><span id="VALdotlabels"><span class="keyword">val</span> dotlabels</span> : <code class="type">?pos:<a href="Mlpost.Command.html#TYPEposition">Command.position</a> -><br>       string list -> <a href="Mlpost.Point.html#TYPEt">Point.t</a> list -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre>
<pre><span id="VALdraw_simple_arrow"><span class="keyword">val</span> draw_simple_arrow</span> : <code class="type">?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       <a href="Mlpost.Point.html#TYPEt">Point.t</a> -> <a href="Mlpost.Point.html#TYPEt">Point.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre>
<pre><span id="VALdraw_label_arrow"><span class="keyword">val</span> draw_label_arrow</span> : <code class="type">?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?pos:<a href="Mlpost.Command.html#TYPEposition">Command.position</a> -><br>       <a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -> <a href="Mlpost.Point.html#TYPEt">Point.t</a> -> <a href="Mlpost.Point.html#TYPEt">Point.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre>
<pre><span id="VALdraw_labelbox_arrow"><span class="keyword">val</span> draw_labelbox_arrow</span> : <code class="type">?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?pos:<a href="Mlpost.Command.html#TYPEposition">Command.position</a> -><br>       <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Point.html#TYPEt">Point.t</a> -> <a href="Mlpost.Point.html#TYPEt">Point.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre>
<pre><span id="VALbox_arrow"><span class="keyword">val</span> box_arrow</span> : <code class="type">?within:<a href="Mlpost.Box.html#TYPEt">Box.t</a> -><br>       ?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?sep:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre><div class="info ">
Draw an arrow between two boxes. The options <code class="code">pen</code>, <code class="code">dashed</code>, <code class="code">color</code>
    change the drawing of the arrow. <code class="code">outd</code> and <code class="code">ind</code> specify the outgoing and
    ingoing direction. <code class="code">sep</code> specifies the distance of the arrow ends to both
    boxes. If <code class="code">within</code> is set, the boxes will be searched within the box
    <code class="code">within</code>.<br>
</div>

<pre><span id="VALbox_line"><span class="keyword">val</span> box_line</span> : <code class="type">?within:<a href="Mlpost.Box.html#TYPEt">Box.t</a> -><br>       ?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?sep:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre>
<pre><span id="VALbox_label_arrow"><span class="keyword">val</span> box_label_arrow</span> : <code class="type">?within:<a href="Mlpost.Box.html#TYPEt">Box.t</a> -><br>       ?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?sep:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?pos:<a href="Mlpost.Command.html#TYPEposition">Command.position</a> -><br>       <a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre>
<pre><span id="VALbox_label_line"><span class="keyword">val</span> box_label_line</span> : <code class="type">?within:<a href="Mlpost.Box.html#TYPEt">Box.t</a> -><br>       ?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?sep:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?pos:<a href="Mlpost.Command.html#TYPEposition">Command.position</a> -><br>       <a href="Mlpost.Picture.html#TYPEt">Picture.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre>
<pre><span id="VALbox_labelbox_arrow"><span class="keyword">val</span> box_labelbox_arrow</span> : <code class="type">?within:<a href="Mlpost.Box.html#TYPEt">Box.t</a> -><br>       ?color:<a href="Mlpost.Color.html#TYPEt">Color.t</a> -><br>       ?pen:Pen.t -><br>       ?dashed:Dash.t -><br>       ?style:<a href="Mlpost.Path.html#TYPEjoint">Path.joint</a> -><br>       ?outd:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?ind:<a href="Mlpost.Path.html#TYPEdirection">Path.direction</a> -><br>       ?sep:<a href="Mlpost.Num.html#TYPEt">Num.t</a> -><br>       ?pos:<a href="Mlpost.Command.html#TYPEposition">Command.position</a> -><br>       <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Box.html#TYPEt">Box.t</a> -> <a href="Mlpost.Command.html#TYPEt">Command.t</a></code></pre></body></html>