This file is indexed.

/usr/share/doc/libghc-pcre-light-doc/html/mini_Text-Regex-PCRE-Light.html is in libghc-pcre-light-doc 0.4-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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Text.Regex.PCRE.Light</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">Text.Regex.PCRE.Light</p></div><div id="interface"><h1>The abstract PCRE Regex type
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Text-Regex-PCRE-Light.html#t:Regex" target="main">Regex</a> </p></div><h1>ByteString interface
</h1><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:compile" target="main">compile</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:compileM" target="main">compileM</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:match" target="main">match</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:captureCount" target="main">captureCount</a></p></div><h1>Regex types and constructors externally visible
</h1><h2>PCRE compile-time bit flags
</h2><div class="top"><p class="src"><span class="keyword">data</span> <a href="Text-Regex-PCRE-Light.html#t:PCREOption" target="main">PCREOption</a> </p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:anchored" target="main">anchored</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:auto_callout" target="main">auto_callout</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:caseless" target="main">caseless</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:dollar_endonly" target="main">dollar_endonly</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:dotall" target="main">dotall</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:dupnames" target="main">dupnames</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:extended" target="main">extended</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:extra" target="main">extra</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:firstline" target="main">firstline</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:multiline" target="main">multiline</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:newline_cr" target="main">newline_cr</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:newline_crlf" target="main">newline_crlf</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:newline_lf" target="main">newline_lf</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:no_auto_capture" target="main">no_auto_capture</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:ungreedy" target="main">ungreedy</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:utf8" target="main">utf8</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:no_utf8_check" target="main">no_utf8_check</a></p></div><h2>PCRE exec-time bit flags
</h2><div class="top"><p class="src"><span class="keyword">data</span> <a href="Text-Regex-PCRE-Light.html#t:PCREExecOption" target="main">PCREExecOption</a> </p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_anchored" target="main">exec_anchored</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_newline_cr" target="main">exec_newline_cr</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_newline_crlf" target="main">exec_newline_crlf</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_newline_lf" target="main">exec_newline_lf</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_notbol" target="main">exec_notbol</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_noteol" target="main">exec_noteol</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_notempty" target="main">exec_notempty</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_no_utf8_check" target="main">exec_no_utf8_check</a></p></div><div class="top"><p class="src"><a href="Text-Regex-PCRE-Light.html#v:exec_partial" target="main">exec_partial</a></p></div></div></body></html>