Skip to content

Commit 9c58c76

Browse files
committedJul 6, 2010
Regenerated docs.
1 parent 222cb6a commit 9c58c76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+235
-73
lines changed
 

‎docs/commands.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Evaluates a script, catching any errors.
66
</span></dt><dt><span class="refentrytitle"><a href="classof.html">classof</a></span><span class="refpurpose"> &#8212;
77
Returns the name of the internal class of a Hecl Thing.
8-
</span></dt><dt><span class="refentrytitle"><a href="clock.html">clock</a></span><span class="refpurpose"> &#8212; Provides time utilities</span></dt><dt><span class="refentrytitle"><a href="continue.html">continue</a></span><span class="refpurpose"> &#8212; Skip to next cycle of a loop</span></dt><dt><span class="refentrytitle"><a href="copy.html">copy</a></span><span class="refpurpose"> &#8212; Copy a Hecl value.</span></dt><dt><span class="refentrytitle"><a href="double.html">double</a></span><span class="refpurpose"> &#8212; Cast as a double</span></dt><dt><span class="refentrytitle"><a href="eq.html">eq</a></span><span class="refpurpose"> &#8212; Tests string equivalence.</span></dt><dt><span class="refentrytitle"><a href="eval.html">eval</a></span><span class="refpurpose"> &#8212; Evaluate Hecl code.</span></dt><dt><span class="refentrytitle"><a href="exit.html">exit</a></span><span class="refpurpose"> &#8212; Exit the current process</span></dt><dt><span class="refentrytitle"><a href="false.html">false</a></span><span class="refpurpose"> &#8212; Return false</span></dt><dt><span class="refentrytitle"><a href="filter.html">filter</a></span><span class="refpurpose"> &#8212; Filter a list.</span></dt><dt><span class="refentrytitle"><a href="float.html">float</a></span><span class="refpurpose"> &#8212; Cast as a float</span></dt><dt><span class="refentrytitle"><a href="for.html">for</a></span><span class="refpurpose"> &#8212; For loop.</span></dt><dt><span class="refentrytitle"><a href="foreach.html">foreach</a></span><span class="refpurpose"> &#8212; Iterate over elements in a list.</span></dt><dt><span class="refentrytitle"><a href="global.html">global</a></span><span class="refpurpose"> &#8212; Use global variable from within a proc.</span></dt><dt><span class="refentrytitle"><a href="hasclass.html">hasclass</a></span><span class="refpurpose"> &#8212; An interface to <code class="methodname">Class.forName</code></span></dt><dt><span class="refentrytitle"><a href="hash.html">hash</a></span><span class="refpurpose"> &#8212; Create and manipulate hash tables.</span></dt><dt><span class="refentrytitle"><a href="if.html">if</a></span><span class="refpurpose"> &#8212; Conditionally execute code.</span></dt><dt><span class="refentrytitle"><a href="incr.html">incr</a></span><span class="refpurpose"> &#8212; Increment a variable.</span></dt><dt><span class="refentrytitle"><a href="intro.html">intro</a></span><span class="refpurpose"> &#8212; Introspection command.</span></dt><dt><span class="refentrytitle"><a href="join.html">join</a></span><span class="refpurpose"> &#8212; Join elements of a list to create a string.</span></dt><dt><span class="refentrytitle"><a href="lappend.html">lappend</a></span><span class="refpurpose"> &#8212; Append an element to a list.</span></dt><dt><span class="refentrytitle"><a href="lindex.html">lindex</a></span><span class="refpurpose"> &#8212; Return the Nth element of a list</span></dt><dt><span class="refentrytitle"><a href="list.html">list</a></span><span class="refpurpose"> &#8212; Create a list</span></dt><dt><span class="refentrytitle"><a href="llen.html">llen</a></span><span class="refpurpose"> &#8212; List length.</span></dt><dt><span class="refentrytitle"><a href="lrange.html">lrange</a></span><span class="refpurpose"> &#8212; Get range of elements from a list.</span></dt><dt><span class="refentrytitle"><a href="lset.html">lset</a></span><span class="refpurpose"> &#8212; Set list elements.</span></dt><dt><span class="refentrytitle"><a href="ne.html">ne</a></span><span class="refpurpose"> &#8212; String "not equal".</span></dt><dt><span class="refentrytitle"><a href="not.html">not</a></span><span class="refpurpose"> &#8212; Logical not</span></dt><dt><span class="refentrytitle"><a href="or.html">or</a></span><span class="refpurpose"> &#8212; Logical or</span></dt><dt><span class="refentrytitle"><a href="proc.html">proc</a></span><span class="refpurpose"> &#8212; Create a new procedure.</span></dt><dt><span class="refentrytitle"><a href="puts.html">puts</a></span><span class="refpurpose"> &#8212; Print text.</span></dt><dt><span class="refentrytitle"><a href="rename.html">rename</a></span><span class="refpurpose"> &#8212; Rename a command</span></dt><dt><span class="refentrytitle"><a href="return.html">return</a></span><span class="refpurpose"> &#8212; Returns a value from a procedure.</span></dt><dt><span class="refentrytitle"><a href="search.html">search</a></span><span class="refpurpose"> &#8212; Find the first instance of something in a list.</span></dt><dt><span class="refentrytitle"><a href="set.html">set</a></span><span class="refpurpose"> &#8212; Set a variable.</span></dt><dt><span class="refentrytitle"><a href="sort.html">sort</a></span><span class="refpurpose"> &#8212; Sorts list alphabetically.</span></dt><dt><span class="refentrytitle"><a href="split.html">split</a></span><span class="refpurpose"> &#8212; Split a string into a list.</span></dt><dt><span class="refentrytitle"><a href="strbytelen.html">strbytelen</a></span><span class="refpurpose"> &#8212; Return the length of the string, in bytes.</span></dt><dt><span class="refentrytitle"><a href="strcmp.html">strcmp</a></span><span class="refpurpose"> &#8212; Compare two strings, return 0 if equal.</span></dt><dt><span class="refentrytitle"><a href="strfind.html">strfind</a></span><span class="refpurpose"> &#8212; Find one string in another.</span></dt><dt><span class="refentrytitle"><a href="strindex.html">strindex</a></span><span class="refpurpose"> &#8212; Return the index'th character of string.</span></dt><dt><span class="refentrytitle"><a href="strlast.html">strlast</a></span><span class="refpurpose"> &#8212; Get the last occurance of one string within
8+
</span></dt><dt><span class="refentrytitle"><a href="clock.html">clock</a></span><span class="refpurpose"> &#8212; Provides time utilities</span></dt><dt><span class="refentrytitle"><a href="continue.html">continue</a></span><span class="refpurpose"> &#8212; Skip to next cycle of a loop</span></dt><dt><span class="refentrytitle"><a href="copy.html">copy</a></span><span class="refpurpose"> &#8212; Copy a Hecl value.</span></dt><dt><span class="refentrytitle"><a href="double.html">double</a></span><span class="refpurpose"> &#8212; Cast as a double</span></dt><dt><span class="refentrytitle"><a href="eq.html">eq</a></span><span class="refpurpose"> &#8212; Tests string equivalence.</span></dt><dt><span class="refentrytitle"><a href="eval.html">eval</a></span><span class="refpurpose"> &#8212; Evaluate Hecl code.</span></dt><dt><span class="refentrytitle"><a href="exit.html">exit</a></span><span class="refpurpose"> &#8212; Exit the current process</span></dt><dt><span class="refentrytitle"><a href="false.html">false</a></span><span class="refpurpose"> &#8212; Return false</span></dt><dt><span class="refentrytitle"><a href="filter.html">filter</a></span><span class="refpurpose"> &#8212; Filter a list.</span></dt><dt><span class="refentrytitle"><a href="float.html">float</a></span><span class="refpurpose"> &#8212; Cast as a float</span></dt><dt><span class="refentrytitle"><a href="for.html">for</a></span><span class="refpurpose"> &#8212; For loop.</span></dt><dt><span class="refentrytitle"><a href="foreach.html">foreach</a></span><span class="refpurpose"> &#8212; Iterate over elements in a list.</span></dt><dt><span class="refentrytitle"><a href="global.html">global</a></span><span class="refpurpose"> &#8212; Use global variable from within a proc.</span></dt><dt><span class="refentrytitle"><a href="hasclass.html">hasclass</a></span><span class="refpurpose"> &#8212; An interface to <code class="methodname">Class.forName</code></span></dt><dt><span class="refentrytitle"><a href="hash.html">hash</a></span><span class="refpurpose"> &#8212; Create and manipulate hash tables.</span></dt><dt><span class="refentrytitle"><a href="if.html">if</a></span><span class="refpurpose"> &#8212; Conditionally execute code.</span></dt><dt><span class="refentrytitle"><a href="incr.html">incr</a></span><span class="refpurpose"> &#8212; Increment a variable.</span></dt><dt><span class="refentrytitle"><a href="intro.html">intro</a></span><span class="refpurpose"> &#8212; Introspection command.</span></dt><dt><span class="refentrytitle"><a href="join.html">join</a></span><span class="refpurpose"> &#8212; Join elements of a list to create a string.</span></dt><dt><span class="refentrytitle"><a href="lappend.html">lappend</a></span><span class="refpurpose"> &#8212; Append an element to a list.</span></dt><dt><span class="refentrytitle"><a href="lindex.html">lindex</a></span><span class="refpurpose"> &#8212; Return the Nth element of a list</span></dt><dt><span class="refentrytitle"><a href="list.html">list</a></span><span class="refpurpose"> &#8212; Create a list</span></dt><dt><span class="refentrytitle"><a href="llen.html">llen</a></span><span class="refpurpose"> &#8212; List length.</span></dt><dt><span class="refentrytitle"><a href="lrange.html">lrange</a></span><span class="refpurpose"> &#8212; Get range of elements from a list.</span></dt><dt><span class="refentrytitle"><a href="lset.html">lset</a></span><span class="refpurpose"> &#8212; Set list elements.</span></dt><dt><span class="refentrytitle"><a href="max.html">max</a></span><span class="refpurpose"> &#8212; Returns the greater of two numbers</span></dt><dt><span class="refentrytitle"><a href="min.html">min</a></span><span class="refpurpose"> &#8212; Returns the smaller of two numbers</span></dt><dt><span class="refentrytitle"><a href="ne.html">ne</a></span><span class="refpurpose"> &#8212; String "not equal".</span></dt><dt><span class="refentrytitle"><a href="not.html">not</a></span><span class="refpurpose"> &#8212; Logical not</span></dt><dt><span class="refentrytitle"><a href="or.html">or</a></span><span class="refpurpose"> &#8212; Logical or</span></dt><dt><span class="refentrytitle"><a href="proc.html">proc</a></span><span class="refpurpose"> &#8212; Create a new procedure.</span></dt><dt><span class="refentrytitle"><a href="puts.html">puts</a></span><span class="refpurpose"> &#8212; Print text.</span></dt><dt><span class="refentrytitle"><a href="rename.html">rename</a></span><span class="refpurpose"> &#8212; Rename a command</span></dt><dt><span class="refentrytitle"><a href="return.html">return</a></span><span class="refpurpose"> &#8212; Returns a value from a procedure.</span></dt><dt><span class="refentrytitle"><a href="search.html">search</a></span><span class="refpurpose"> &#8212; Find the first instance of something in a list.</span></dt><dt><span class="refentrytitle"><a href="set.html">set</a></span><span class="refpurpose"> &#8212; Set a variable.</span></dt><dt><span class="refentrytitle"><a href="sort.html">sort</a></span><span class="refpurpose"> &#8212; Sorts list alphabetically.</span></dt><dt><span class="refentrytitle"><a href="split.html">split</a></span><span class="refpurpose"> &#8212; Split a string into a list.</span></dt><dt><span class="refentrytitle"><a href="strbytelen.html">strbytelen</a></span><span class="refpurpose"> &#8212; Return the length of the string, in bytes.</span></dt><dt><span class="refentrytitle"><a href="strcmp.html">strcmp</a></span><span class="refpurpose"> &#8212; Compare two strings, return 0 if equal.</span></dt><dt><span class="refentrytitle"><a href="strfind.html">strfind</a></span><span class="refpurpose"> &#8212; Find one string in another.</span></dt><dt><span class="refentrytitle"><a href="strindex.html">strindex</a></span><span class="refpurpose"> &#8212; Return the index'th character of string.</span></dt><dt><span class="refentrytitle"><a href="strlast.html">strlast</a></span><span class="refpurpose"> &#8212; Get the last occurance of one string within
99
another string</span></dt><dt><span class="refentrytitle"><a href="strlen.html">strlen</a></span><span class="refpurpose"> &#8212; String length.</span></dt><dt><span class="refentrytitle"><a href="strlower.html">strlower</a></span><span class="refpurpose"> &#8212; Lower case a string</span></dt><dt><span class="refentrytitle"><a href="strrange.html">strrange</a></span><span class="refpurpose"> &#8212; Return a substring from a string</span></dt><dt><span class="refentrytitle"><a href="strrep.html">strrep</a></span><span class="refpurpose"> &#8212; Repeat a string N times</span></dt><dt><span class="refentrytitle"><a href="strreplace.html">strreplace</a></span><span class="refpurpose"> &#8212; Replace string A in string B</span></dt><dt><span class="refentrytitle"><a href="strtrim.html">strtrim</a></span><span class="refpurpose"> &#8212; Remove whitespace or other characters from the
1010
beginning/end of a string</span></dt><dt><span class="refentrytitle"><a href="strupper.html">strupper</a></span><span class="refpurpose"> &#8212; Upper case a string</span></dt><dt><span class="refentrytitle"><a href="system_hasproperty.html">system.hasproperty</a></span><span class="refpurpose"> &#8212; Check for existence of system properties</span></dt><dt><span class="refentrytitle"><a href="system_getproperty.html">system.getproperty</a></span><span class="refpurpose"> &#8212; Get system properties</span></dt><dt><span class="refentrytitle"><a href="throw.html">throw</a></span><span class="refpurpose"> &#8212; Generates an exception that can be caught with
1111
<span class="command"><strong>catch</strong></span></span></dt><dt><span class="refentrytitle"><a href="time.html">time</a></span><span class="refpurpose"> &#8212; Time the execution of a script.</span></dt><dt><span class="refentrytitle"><a href="tnotify.html">tnotify</a></span><span class="refpurpose"> &#8212; Notify a token</span></dt><dt><span class="refentrytitle"><a href="true.html">true</a></span><span class="refpurpose"> &#8212; Returns true.</span></dt><dt><span class="refentrytitle"><a href="twait.html">twait</a></span><span class="refpurpose"> &#8212; Wait on a token</span></dt><dt><span class="refentrytitle"><a href="unset.html">unset</a></span><span class="refpurpose"> &#8212; Unset a variable.</span></dt><dt><span class="refentrytitle"><a href="upeval.html">upeval</a></span><span class="refpurpose"> &#8212; Evaluate script in next stack frame up.</span></dt><dt><span class="refentrytitle"><a href="while.html">while</a></span><span class="refpurpose"> &#8212; While loop.</span></dt></dl></div>
@@ -114,6 +114,11 @@
114114

115115

116116

117+
118+
119+
120+
121+
117122

118123

119124

‎docs/jdocs/constant-values.html

+6
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,12 @@ <H1>
695695
<TD ALIGN="right"><CODE>60</CODE></TD>
696696
</TR>
697697
<TR BGCOLOR="white" CLASS="TableRowColor">
698+
<A NAME="org.hecl.files.FileCmds.SOCKET"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
699+
<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
700+
<TD ALIGN="left"><CODE><A HREF="org/hecl/files/FileCmds.html#SOCKET">SOCKET</A></CODE></TD>
701+
<TD ALIGN="right"><CODE>5</CODE></TD>
702+
</TR>
703+
<TR BGCOLOR="white" CLASS="TableRowColor">
698704
<A NAME="org.hecl.files.FileCmds.SOURCE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
699705
<CODE>public&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
700706
<TD ALIGN="left"><CODE><A HREF="org/hecl/files/FileCmds.html#SOURCE">SOURCE</A></CODE></TD>

0 commit comments

Comments
 (0)
Please sign in to comment.