This file is indexed.

/usr/share/mozart/doc/base/cell.html is in mozart-doc 1.4.0-8ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>8.2 Cells</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="procedure.html#section.proccells.procedures">&lt;&lt; Prev</A></TD><TD><A href="node10.html">- Up -</A></TD></TR></TABLE><DIV id="section.proccells.cells"><H2><A name="section.proccells.cells">8.2 Cells</A></H2><P> The module <A name="label481"></A><SPAN class="index"><CODE>Cell</CODE></SPAN> contains procedures operating on cells. </P><DL><DT><A name="label482"></A><SPAN class="index"><CODE>IsCell</CODE></SPAN> <A name="label484"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Cell<SPAN class="keyword">.</SPAN>is&nbsp;</CODE><CODE>+<I>X</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>B</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>tests whether <CODE><I>X</I></CODE> is a cell. </P></DD><DT><A name="label485"></A><SPAN class="index"><CODE>NewCell</CODE></SPAN> <A name="label487"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Cell<SPAN class="keyword">.</SPAN>new&nbsp;</CODE><CODE><I>X</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>Cell</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>returns a new cell with initial content&nbsp;<CODE><I>X</I></CODE>. </P></DD><DT><A name="label488"></A><SPAN class="index"><CODE>Exchange</CODE></SPAN> <A name="label489"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Cell<SPAN class="keyword">.</SPAN>exchange&nbsp;</CODE><CODE>+<I>Cell</I></CODE><CODE>&nbsp;</CODE><CODE><I>X</I></CODE><CODE>&nbsp;</CODE><CODE><I>Y</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>returns the current content of <CODE><I>Cell</I></CODE> in&nbsp;<CODE><I>X</I></CODE>, and sets the content of <CODE><I>Cell</I></CODE> to&nbsp;<CODE><I>Y</I></CODE>. </P></DD><DT><A name="label490"></A><SPAN class="index"><CODE>Access</CODE></SPAN> <A name="label491"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Cell<SPAN class="keyword">.</SPAN>access&nbsp;</CODE><CODE>+<I>Cell</I></CODE><CODE>&nbsp;</CODE><CODE><I>X</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>returns the current content of <CODE><I>Cell</I></CODE> in&nbsp;<CODE><I>X</I></CODE>. </P></DD><DT><A name="label492"></A><SPAN class="index"><CODE>Assign</CODE></SPAN> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Cell<SPAN class="keyword">.</SPAN>assign&nbsp;</CODE><CODE>+<I>Cell</I></CODE><CODE>&nbsp;</CODE><CODE><I>X</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>sets the content of <CODE><I>Cell</I></CODE> to&nbsp;<CODE><I>X</I></CODE>. </P></DD></DL><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="procedure.html#section.proccells.procedures">&lt;&lt; Prev</A></TD><TD><A href="node10.html">- Up -</A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys&nbsp;Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif&nbsp;Kornstaedt</A> and&nbsp;<A href="http://www.ps.uni-sb.de/~schulte/">Christian&nbsp;Schulte</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>