This file is indexed.

/usr/share/mozart/doc/system/node93.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>28.12 Strings</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="node92.html#section.tk.listener">&lt;&lt; Prev</A></TD><TD><A href="node81.html">- Up -</A></TD><TD><A href="node94.html#section.tk.misc">Next &gt;&gt;</A></TD></TR></TABLE><DIV id="section.tk.strings"><H2><A name="section.tk.strings">28.12 Strings</A></H2><P> <A name="label1624"></A> </P><DL><DT><CODE>toAtom</CODE> <A name="label1626"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Tk<SPAN class="keyword">.</SPAN>string<SPAN class="keyword">.</SPAN>toAtom&nbsp;</CODE><CODE>+<I>S</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>A</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns an atom corresponding to the string <CODE><I>S</I></CODE>. </P></DD><DT><CODE>toInt</CODE> <A name="label1628"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Tk<SPAN class="keyword">.</SPAN>string<SPAN class="keyword">.</SPAN>toInt&nbsp;</CODE><CODE>+<I>S</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>IB</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns an integer corresponding to the string <CODE><I>S</I></CODE>. If <CODE><I>S</I></CODE> does not form a valid number, <CODE><SPAN class="keyword">false</SPAN></CODE> is returned. </P></DD><DT><CODE>toFloat</CODE> <A name="label1630"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Tk<SPAN class="keyword">.</SPAN>string<SPAN class="keyword">.</SPAN>toFloat&nbsp;</CODE><CODE>+<I>S</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>FB</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns a float corresponding to the string <CODE><I>S</I></CODE>. If <CODE><I>S</I></CODE> does not form a valid number, <CODE><SPAN class="keyword">false</SPAN></CODE> is returned. </P></DD><DT><CODE>toListString</CODE> <A name="label1632"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Tk<SPAN class="keyword">.</SPAN>string<SPAN class="keyword">.</SPAN>toListString&nbsp;</CODE><CODE>+<I>S</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>Ss</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns a list of strings that corresponds to the space separated substrings of <CODE><I>S</I></CODE>. </P></DD><DT><CODE>toListAtom</CODE> <A name="label1634"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Tk<SPAN class="keyword">.</SPAN>string<SPAN class="keyword">.</SPAN>toListAtom&nbsp;</CODE><CODE>+<I>S</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>As</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns a list of atoms that corresponds to the space separated substrings of <CODE><I>S</I></CODE>. </P></DD><DT><CODE>toListInt</CODE> <A name="label1636"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Tk<SPAN class="keyword">.</SPAN>string<SPAN class="keyword">.</SPAN>toListInt&nbsp;</CODE><CODE>+<I>S</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>IBs</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns a list of integers that corresponds to the space separated number strings of <CODE><I>S</I></CODE>. If one of the substrings does not form a valid number, the element will be <CODE><SPAN class="keyword">false</SPAN></CODE> rather than an integer. </P></DD><DT><CODE>toListFloat</CODE> <A name="label1638"></A> </DT><DD><BLOCKQUOTE class="synopsis"><P><CODE>{Tk<SPAN class="keyword">.</SPAN>string<SPAN class="keyword">.</SPAN>toListFloat&nbsp;</CODE><CODE>+<I>S</I></CODE><CODE>&nbsp;</CODE><CODE>?<I>FBs</I></CODE><CODE>}</CODE> </P></BLOCKQUOTE></DD><DD><P>Returns a list of floats that corresponds to the space separated number strings of <CODE><I>S</I></CODE>. If one of the substrings does not form a valid number, the element will be <CODE><SPAN class="keyword">false</SPAN></CODE> rather than a float. </P></DD></DL><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node92.html#section.tk.listener">&lt;&lt; Prev</A></TD><TD><A href="node81.html">- Up -</A></TD><TD><A href="node94.html#section.tk.misc">Next &gt;&gt;</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>, <A href="http://www.ps.uni-sb.de/~homik/">Martin&nbsp;Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias&nbsp;Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian&nbsp;Schulte</A> and&nbsp;<A href="http://www.info.ucl.ac.be/~pvr">Peter&nbsp;Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>