/usr/share/mozart/doc/demo/node20.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>Default parameters: 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="node19.html#code.cutting.compute"><< Prev</A></TD><TD><A href="cutting.html">- Up -</A></TD></TR></TABLE><DIV class="unnumbered" id="code.cutting.configure"><H3><A name="code.cutting.configure">Default parameters: <CODE>Configure.oz</CODE></A></H3><P class="margin"><A href="Cutting/Configure.oz">Source File</A></P><P> </P><BLOCKQUOTE><PRE><SPAN class="keyword">functor</SPAN> <BR> <BR><SPAN class="keyword">import</SPAN> <BR> Tk(font)<BR> <BR><SPAN class="keyword">export</SPAN> <BR> fonts: Fonts<BR> colors: Colors<BR> delays: Delays<BR> <BR><SPAN class="keyword">prepare</SPAN> <BR> <BR> Colors = colors(glass: steelblue1<BR> cut: firebrick<BR> sketch: c(202 225 255)<BR> entry: wheat<BR> bad: c(238 44 44)<BR> okay: c(255 127 0)<BR> good: c(180 238 180)<BR> neutral: ivory<BR> bg: ivory)<BR> <BR> Delays = delays(cut: 400<BR> wait: 1200)<BR> <BR><SPAN class="keyword">define</SPAN> <BR> <BR> Fonts = fonts(normal:<BR> {New Tk<SPAN class="keyword">.</SPAN>font tkInit(family:helvetica size:<SPAN class="keyword">~</SPAN>12)} <BR> bold:<BR> {New Tk<SPAN class="keyword">.</SPAN>font tkInit(family:helvetica size:<SPAN class="keyword">~</SPAN>12<BR> weight:bold)} )<BR> <BR><SPAN class="keyword">end</SPAN> <BR></PRE></BLOCKQUOTE><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node19.html#code.cutting.compute"><< Prev</A></TD><TD><A href="cutting.html">- Up -</A></TD></TR></TABLE><HR><ADDRESS><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|