This file is indexed.

/usr/share/doc/libghc-network-uri-doc/html/mini_Network-URI.html is in libghc-network-uri-doc 2.6.1.0-3build2.

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

The actual contents of the file can be viewed below.

1
2
3
4
<!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>Network.URI</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.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">Network.URI</p></div><div id="interface"><h1>The URI type</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-URI.html#t:URI" target="main">URI</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-URI.html#t:URIAuth" target="main">URIAuth</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:nullURI" target="main">nullURI</a></p></div><h1>Parsing</h1><div class="top"><p class="src"><a href="Network-URI.html#v:parseURI" target="main">parseURI</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:parseURIReference" target="main">parseURIReference</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:parseRelativeReference" target="main">parseRelativeReference</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:parseAbsoluteURI" target="main">parseAbsoluteURI</a></p></div><h1>Test for strings containing various kinds of URI</h1><div class="top"><p class="src"><a href="Network-URI.html#v:isURI" target="main">isURI</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isURIReference" target="main">isURIReference</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isRelativeReference" target="main">isRelativeReference</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isAbsoluteURI" target="main">isAbsoluteURI</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isIPv6address" target="main">isIPv6address</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isIPv4address" target="main">isIPv4address</a></p></div><h1>Predicates</h1><div class="top"><p class="src"><a href="Network-URI.html#v:uriIsAbsolute" target="main">uriIsAbsolute</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:uriIsRelative" target="main">uriIsRelative</a></p></div><h1>Relative URIs</h1><div class="top"><p class="src"><a href="Network-URI.html#v:relativeTo" target="main">relativeTo</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:nonStrictRelativeTo" target="main">nonStrictRelativeTo</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:relativeFrom" target="main">relativeFrom</a></p></div><h1>Operations on URI strings</h1><div class="top"><p class="src"><a href="Network-URI.html#v:uriToString" target="main">uriToString</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isReserved" target="main">isReserved</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isUnreserved" target="main">isUnreserved</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isAllowedInURI" target="main">isAllowedInURI</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isUnescapedInURI" target="main">isUnescapedInURI</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:isUnescapedInURIComponent" target="main">isUnescapedInURIComponent</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:escapeURIChar" target="main">escapeURIChar</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:escapeURIString" target="main">escapeURIString</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:unEscapeString" target="main">unEscapeString</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:pathSegments" target="main">pathSegments</a></p></div><h1>URI Normalization functions</h1><div class="top"><p class="src"><a href="Network-URI.html#v:normalizeCase" target="main">normalizeCase</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:normalizeEscape" target="main">normalizeEscape</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:normalizePathSegments" target="main">normalizePathSegments</a></p></div><h1>Deprecated functions</h1><div class="top"><p class="src"><a href="Network-URI.html#v:parseabsoluteURI" target="main">parseabsoluteURI</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:escapeString" target="main">escapeString</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:reserved" target="main">reserved</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:unreserved" target="main">unreserved</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:scheme" target="main">scheme</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:authority" target="main">authority</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:path" target="main">path</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:query" target="main">query</a></p></div><div class="top"><p class="src"><a href="Network-URI.html#v:fragment" target="main">fragment</a></p></div></div></body></html>