/usr/share/mozart/doc/demo/node8.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>Predefinied values: Configure.oz</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="node7.html#code.jobshop.tools"><< Prev</A></TD><TD><A href="jobshop.html">- Up -</A></TD></TR></TABLE><DIV class="unnumbered" id="code.jobshop.configure"><H3><A name="code.jobshop.configure">Predefinied values: <CODE>Configure.oz</CODE></A></H3><P class="margin"><A href="JobShop/Configure.oz">Source File</A></P><P> </P><BLOCKQUOTE><PRE><SPAN class="keyword">functor</SPAN> <BR> <BR><SPAN class="keyword">prepare</SPAN> <BR> MaxRes = 10<BR> MaxJobs = 10<BR> MaxDur = 10<BR> MaxSpan = 1000<BR> ResColors = (<SPAN class="string">'deep sky blue'</SPAN> <SPAN class="keyword">#</SPAN> green3 <SPAN class="keyword">#</SPAN> <BR> tomato2 <SPAN class="keyword">#</SPAN> firebrick4 <SPAN class="keyword">#</SPAN> wheat3 <SPAN class="keyword">#</SPAN> <BR> palegoldenrod <SPAN class="keyword">#</SPAN> pink2 <SPAN class="keyword">#</SPAN> cyan4 <SPAN class="keyword">#</SPAN> darkorange <SPAN class="keyword">#</SPAN> darkorchid)<BR> <BR> DurUnit = 16<BR> DurFrame = 4<BR> JobDistance = DurUnit <SPAN class="keyword">+</SPAN> 4<BR> <BR><SPAN class="keyword">import</SPAN> <BR> Tk(font)<BR> <BR><SPAN class="keyword">define</SPAN> <BR> <BR> Text = {New Tk<SPAN class="keyword">.</SPAN>font tkInit(family:helvetica size:<SPAN class="keyword">~</SPAN>12)}<BR> TextBold = {New Tk<SPAN class="keyword">.</SPAN>font tkInit(family:helvetica size:<SPAN class="keyword">~</SPAN>12 weight:bold)}<BR> Type = {New Tk<SPAN class="keyword">.</SPAN>font tkInit(family:courier size:<SPAN class="keyword">~</SPAN>12)}<BR> TypeSmall = {New Tk<SPAN class="keyword">.</SPAN>font tkInit(family:courier size:<SPAN class="keyword">~</SPAN>10 weight:bold)}<BR> <BR><SPAN class="keyword">export</SPAN> <BR> MaxRes MaxJobs MaxDur MaxSpan<BR> ResColors<BR> DurUnit DurFrame JobDistance<BR> Text TextBold Type TypeSmall<BR> <BR><SPAN class="keyword">end</SPAN> <BR> <BR> <BR></PRE></BLOCKQUOTE><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node7.html#code.jobshop.tools"><< Prev</A></TD><TD><A href="jobshop.html">- Up -</A></TD></TR></TABLE><HR><ADDRESS><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|