The namespace util currently contains no public methods.
* indicates required
Private Methods:
template::util::alphabetized_index | ||||
takes an alphabetized list and an entry
|
template::util::comment_text_normalize | ||
escapes quotes and removes comment tags from a body of commented text
|
template::util::display_value |
a proc used for debugging, just prints out a value to the error log |
template::util::proc_element_compare |
used to compare two different elements in a list of parsed data for public or private procs |
template::util::proper_noun |
capitalizes the first letter of a string
|
template::util::quote_space | ||
just takes a body of text and puts a space behind every double {quote;} this is done so that the text body can be treated as a list without causing problems resulting from list elements being separated by characters other than a space
|
template::util::server_root |
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 |
template::util::string_range |
|
template::util::write_from_template | ||||
takes a .adp template name and the name of the file to be written and creates the {file;} also puts out a notice before
|
* indicates required