This file is indexed.

/usr/share/doc/dose-doc/dose3.docdir/Common.Util.Notice.html is in dose-doc 5.0.1-9build3.

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
64
65
66
67
68
69
70
71
72
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="Common.Util.Info.html">
<link rel="next" href="Common.Util.Logging.html">
<link rel="Up" href="Common.Util.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 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 class types" rel=Appendix href="index_class_types.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="Common" rel="Chapter" href="Common.html">
<link title="Versioning" rel="Chapter" href="Versioning.html">
<link title="Algo" rel="Chapter" href="Algo.html">
<link title="Debian" rel="Chapter" href="Debian.html">
<link title="Pef" rel="Chapter" href="Pef.html">
<link title="Opam" rel="Chapter" href="Opam.html">
<link title="Doseparse" rel="Chapter" href="Doseparse.html"><title>Common.Util.Notice</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Common.Util.Info.html" title="Common.Util.Info">Previous</a>
&nbsp;<a class="up" href="Common.Util.html" title="Common.Util">Up</a>
&nbsp;<a class="post" href="Common.Util.Logging.html" title="Common.Util.Logging">Next</a>
</div>
<h1>Module <a href="type_Common.Util.Notice.html">Common.Util.Notice</a></h1>

<pre><span class="keyword">module</span> Notice: <code class="type"><a href="Common.Util.Messages.html">Messages</a></code><code class="type"> </code></pre><hr width="100%">

<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>
<div class="info ">
create a new message handle with label <code class="code">t</code> . 
   * Printing is disabled per default<br>
</div>


<pre><span id="VALcreate"><span class="keyword">val</span> create</span> : <code class="type">?enabled:bool -> <a href="Common.Util.html#TYPElabel">Common.Util.label</a> -> <a href="Common.Util.Messages.html#TYPEt">t</a></code></pre>
<pre><span id="VALeprintf"><span class="keyword">val</span> eprintf</span> : <code class="type">?raw:bool -><br>       <a href="Common.Util.Messages.html#TYPEt">t</a> -> ('a, unit, string, unit) Pervasives.format4 -> 'a</code></pre><div class="info ">
Print the message on <code class="code">stderr</code> if the Util module has been
   * set to verbose using the function <code class="code">make_verbose</code> and
   * either the handle <code class="code">t</code> is enable or all handles were enabled with
   * the function <code class="code">all_enabled</code><br>
</div>

<pre><span id="VALenable"><span class="keyword">val</span> enable</span> : <code class="type"><a href="Common.Util.html#TYPElabel">Common.Util.label</a> -> unit</code></pre><div class="info ">
<code class="code">enable l</code> the handle with label <code class="code">l</code><br>
</div>

<pre><span id="VALdisable"><span class="keyword">val</span> disable</span> : <code class="type"><a href="Common.Util.html#TYPElabel">Common.Util.label</a> -> unit</code></pre><div class="info ">
<code class="code">disable l</code> the handle with label <code class="code">l</code><br>
</div>

<pre><span id="VALall_disabled"><span class="keyword">val</span> all_disabled</span> : <code class="type">unit -> unit</code></pre><div class="info ">
disable all handles in the module<br>
</div>

<pre><span id="VALall_enabled"><span class="keyword">val</span> all_enabled</span> : <code class="type">unit -> unit</code></pre><div class="info ">
enable all handles in the module<br>
</div>

<pre><span id="VALavalaible"><span class="keyword">val</span> avalaible</span> : <code class="type">unit -> <a href="Common.Util.html#TYPElabel">Common.Util.label</a> list</code></pre><div class="info ">
return the list of all labels known to the module<br>
</div>

<pre><span id="VALis_enabled"><span class="keyword">val</span> is_enabled</span> : <code class="type"><a href="Common.Util.html#TYPElabel">Common.Util.label</a> -> bool</code></pre></body></html>