This file is indexed.

/usr/share/doc/python-kiwi/api/kiwi.interfaces.IValidatableProxyWidget.html is in python-kiwi 1.9.22-2.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
        <html><head>
        <link rel="stylesheet" type="text/css" href="apidocs.css"/>
        <title>API docs for &ldquo;kiwi.interfaces.IValidatableProxyWidget&rdquo;</title>
        </head>
        <body><h1 class="class">Class k.i.IValidatableProxyWidget(<a href="kiwi.interfaces.IProxyWidget.html">IProxyWidget</a>):</h1><span id="part">Part of <a href="kiwi.interfaces.html">kiwi.interfaces</a></span><div class="toplevel"><div><p>IValidatableProxyWidget extends IProxyWidget with validation support</p>
<p>Signals:</p>
<pre class="literalblock">
  validate: This emitted so each widget can provide it's own
    custom validation.
  validation-changed: This is emitted when the validation status
    changes, mainly used by the proxy.
</pre>
<p>Properties:</p>
<pre class="literalblock">
  mandatory: bool, if the widget is mandatory
</pre>
</div></div><table class="children"><tr class="function"><td>Function</td><td><a href="#kiwi.interfaces.IValidatableProxyWidget.is_valid">is_valid</a></td><td><span class="undocumented">Undocumented</span></td></tr><tr class="function"><td>Function</td><td><a href="#kiwi.interfaces.IValidatableProxyWidget.validate">validate</a></td><td><span class="undocumented">Undocumented</span></td></tr></table>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.interfaces.IValidatableProxyWidget.is_valid">is_valid():</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div>
            <div class="function">
            <div class="functionHeader">def <a name="kiwi.interfaces.IValidatableProxyWidget.validate">validate(force=False):</a></div>
            <div class="functionBody"><div class="undocumented">Undocumented</div></div>
            </div></body>