Index: openacs-4/packages/acs-templating/www/doc/TclDocs/util.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/TclDocs/util.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/TclDocs/util.html 19 Jan 2002 23:45:46 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/TclDocs/util.html 7 Aug 2017 23:48:02 -0000 1.3 @@ -23,7 +23,7 @@

Method Detail

-

+

* indicates required

@@ -32,8 +32,8 @@

-Private Methods:
-
+Private Methods:
+ @@ -50,7 +50,7 @@

-
+ @@ -61,7 +61,7 @@
-
Returns: +
Returns:
returns formatted string @@ -71,7 +71,7 @@

-
+ @@ -82,19 +82,19 @@
- Parameters: + Parameters:
- -
text + text * +
-
Returns: +
Returns:
text @@ -104,7 +104,7 @@

-
+ @@ -115,19 +115,19 @@
- Parameters: + Parameters:
- -
text + text * + req/none the body of text to be worked on
-
Returns: +
Returns:
same text but with a space behind each quote; double quotes that are already trailed by a space are unaffected @@ -137,7 +137,7 @@

-
+ @@ -148,20 +148,20 @@
- Parameters: + Parameters:
- - - - @@ -173,7 +173,7 @@
template + template * + the name of the template to be used in making the file
file_name + file_name * + the name of the file to be created

-
+ @@ -184,26 +184,26 @@
- Parameters: + Parameters:
- - - -
list + list * + {let's see how this parses out} the alphabetized list
entry + entry * + req the value to be inserted
-
Returns: +
Returns:
either the proper list index for an alphabetized insertion or -1 if the entry is already in the list @@ -213,7 +213,7 @@

-
+ @@ -230,14 +230,14 @@

-
+
-uses ns_library to find the server root, may not always be accurate because it essentially asks for the tcl library path and strips off the last /tcl directory +uses ns_library to find the server root, may not always be accurate because it essentially asks for the Tcl library path and strips off the last /tcl directory
@@ -247,7 +247,7 @@

-
+ @@ -266,7 +266,7 @@

-

+

* indicates required