This file is indexed.

/usr/share/doc/libghc-taffybar-doc/html/System-Taffybar-Widgets-PollingGraph.html is in libghc-taffybar-doc 0.2.1-1.

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
<!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>System.Taffybar.Widgets.PollingGraph</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();setSynopsis("mini_System-Taffybar-Widgets-PollingGraph.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/System-Taffybar-Widgets-PollingGraph.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">taffybar-0.2.1: A desktop bar similar to xmobar, but with more GUI</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">System.Taffybar.Widgets.PollingGraph</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Types
</a></li><li><a href="#g:2">Constructors and accessors
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>A variant of the Graph widget that automatically updates itself
 with a callback at a fixed interval.
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span>  <a href="#t:GraphHandle">GraphHandle</a> </li><li class="src short"><span class="keyword">data</span>  <a href="#t:GraphConfig">GraphConfig</a>  = <a href="#v:GraphConfig">GraphConfig</a> {<ul class="subs"><li><a href="#v:graphPadding">graphPadding</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></li><li><a href="#v:graphBackgroundColor">graphBackgroundColor</a> :: (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>)</li><li><a href="#v:graphBorderColor">graphBorderColor</a> :: (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>)</li><li><a href="#v:graphDataColors">graphDataColors</a> :: [(<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>)]</li><li><a href="#v:graphHistorySize">graphHistorySize</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></li><li><a href="#v:graphLabel">graphLabel</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></li><li><a href="#v:graphWidth">graphWidth</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></li></ul>}</li><li class="src short"><a href="#v:pollingGraphNew">pollingGraphNew</a> :: <a href="System-Taffybar-Widgets-PollingGraph.html#t:GraphConfig">GraphConfig</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> [<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>] -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/libghc-gtk-doc/html/Graphics-UI-Gtk-Abstract-Widget.html#t:Widget">Widget</a></li><li class="src short"><a href="#v:defaultGraphConfig">defaultGraphConfig</a> :: <a href="System-Taffybar-Widgets-PollingGraph.html#t:GraphConfig">GraphConfig</a></li></ul></div><div id="interface"><h1 id="g:1">Types
</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:GraphHandle" class="def">GraphHandle</a>  <a href="src/System-Taffybar-Widgets-Graph.html#GraphHandle" class="link">Source</a></p></div><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:GraphConfig" class="def">GraphConfig</a>  <a href="src/System-Taffybar-Widgets-Graph.html#GraphConfig" class="link">Source</a></p><div class="doc"><p>The configuration options for the graph.  The padding is the
 number of pixels reserved as blank space around the widget in each
 direction.
</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:GraphConfig" class="def">GraphConfig</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><dl><dt class="src"><a name="v:graphPadding" class="def">graphPadding</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></dt><dd class="doc"><p>Number of pixels of padding on each side of the graph widget
</p></dd><dt class="src"><a name="v:graphBackgroundColor" class="def">graphBackgroundColor</a> :: (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>)</dt><dd class="doc"><p>The background color of the graph (default black)
</p></dd><dt class="src"><a name="v:graphBorderColor" class="def">graphBorderColor</a> :: (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>)</dt><dd class="doc"><p>The border color drawn around the graph (default gray)
</p></dd><dt class="src"><a name="v:graphDataColors" class="def">graphDataColors</a> :: [(<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>)]</dt><dd class="doc"><p>Colors for each data set (default [])
</p></dd><dt class="src"><a name="v:graphHistorySize" class="def">graphHistorySize</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></dt><dd class="doc"><p>The number of data points to retain for each data set (default 20)
</p></dd><dt class="src"><a name="v:graphLabel" class="def">graphLabel</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></dt><dd class="doc"><p>May contain Pango markup (default Nothing)
</p></dd><dt class="src"><a name="v:graphWidth" class="def">graphWidth</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Int.html#t:Int">Int</a></dt><dd class="doc"><p>The width (in pixels) of the graph widget (default 50)
</p></dd></dl><div class="clear"></div></div></td></tr></table></div></div><h1 id="g:2">Constructors and accessors
</h1><div class="top"><p class="src"><a name="v:pollingGraphNew" class="def">pollingGraphNew</a> :: <a href="System-Taffybar-Widgets-PollingGraph.html#t:GraphConfig">GraphConfig</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> [<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a>] -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/libghc-gtk-doc/html/Graphics-UI-Gtk-Abstract-Widget.html#t:Widget">Widget</a><a href="src/System-Taffybar-Widgets-PollingGraph.html#pollingGraphNew" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:defaultGraphConfig" class="def">defaultGraphConfig</a> :: <a href="System-Taffybar-Widgets-PollingGraph.html#t:GraphConfig">GraphConfig</a><a href="src/System-Taffybar-Widgets-Graph.html#defaultGraphConfig" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>