| tcl/00-database-procs-postgresql.tcl |
|
Postgres-specific database API and utility procs. |
| tcl/00-database-procs.tcl |
|
An API for managing database queries. |
| tcl/10-charset-compat-procs.tcl |
|
Compatibily procs in case we're not running a version of AOLServer that supports charsets. |
| tcl/30-xml-utils-procs.tcl |
|
|
| tcl/acs-kernel-procs.tcl |
|
|
| tcl/acs-permissions-procs.tcl |
|
Tcl procs for the acs permissioning system. |
| tcl/acs-private-data-procs.tcl |
|
Tcl procs for managing privacy |
| tcl/ad-functional-procs.tcl |
|
Functional Programming in Tcl? - Absolutely!
<p>
This library adds the expressive power of functional languages
like LISP, Gofer or Haskell to the Tcl language!
<p>
If you don't know what functional programming is,
here's a good place to start:
<ul>
<li><a href="http://www.haskell.org/aboutHaskell.html">http://www.haskell.org/aboutHaskell.html</a>
</ul>
A general naming convention in this file is:
<p>
f = a function <br>
x = an element <br>
xs = a list of elements |
| tcl/admin-procs.tcl |
|
Procedures used only in admin pages (mostly the user class stuff). |
| tcl/adp-parser-procs.tcl |
|
Routines for a pure-Tcl parser supporting an ADP-like syntax. |
| tcl/aolserver-3-procs.tcl |
|
Contains procedures specific to AOLserver 3 (mostly recreating
functionality dropped from AOLserver 2). |
| tcl/apm-file-procs.tcl |
|
Functions that APM uses to interact with the file system and I/O. |
| tcl/apm-install-procs.tcl |
|
Routines used for installing packages. |
| tcl/apm-procs.tcl |
|
Routines used by the package manager. |
| tcl/apm-xml-procs.tcl |
|
Functions that APM uses to parse and generate XML. |
| tcl/application-data-link-procs.tcl |
|
Procs of application data linking |
| tcl/application-link-procs.tcl |
|
Procs of application linking |
| tcl/callback-procs.tcl |
|
Supports the use of callbacks. |
| tcl/community-core-2-procs.tcl |
|
Community routines (dealing with users, parties, etc.). |
| tcl/community-core-procs.tcl |
|
Community routines (dealing with users, parties, etc.). |
| tcl/defs-procs.tcl |
|
ACS-specific general utility routines. |
| tcl/deprecated-utilities-procs.tcl |
|
Provides a variety of non-ACS-specific utilities that have been
deprecated
Note the 5.2 deprecated procs have been moved to deprecated/5.2/acs-tcl |
| tcl/document-procs.tcl |
|
An API for managing documents. |
| tcl/ds-stub-procs.tcl |
|
Stub procs for developer support procs we call in acs-tcl
for logging. |
| tcl/exception-procs.tcl |
|
|
| tcl/form-processing-procs.tcl |
|
Form processing utilities. |
| tcl/html-email-procs.tcl |
|
Contains procs to send HTML email outside of the context of
ACS Mail package. |
| tcl/http-auth-procs.tcl |
|
Use openacs user logins for HTTP authentication |
| tcl/image-procs.tcl |
|
Procedures to manage image files. |
| tcl/install-procs.tcl |
|
Procs which may be invoked using similarly named elements in an
install.xml file. |
| tcl/membership-rel-procs.tcl |
|
Manage Membership Relations |
| tcl/memoize-procs.tcl |
|
Defines a convenient cache mechanism, util_memoize. |
| tcl/navigation-callback-procs.tcl |
|
Callback contract definitions for page rendering. |
| tcl/navigation-procs.tcl |
|
Provides procedures to spit out the navigational parts of the site. |
| tcl/object-procs.tcl |
|
Object support for ACS. |
| tcl/object-type-procs.tcl |
|
Supporting procs for ACS Object Types |
| tcl/openacs-kernel-procs.tcl |
|
A library of additional OpenACS utilities |
| tcl/parameter-procs.tcl |
|
parameter procs |
| tcl/pdf-procs.tcl |
|
Functions for handling Template-documents |
| tcl/proxy-procs.tcl |
|
Proxy procs |
| tcl/request-processor-procs.tcl |
|
The ACS Request Processor: the set of routines called upon every
single HTTP request to an ACS server. |
| tcl/rollout-email-procs.tcl |
|
Rollout support email procs. |
| tcl/security-procs.tcl |
|
Provides methods for authorizing and identifying ACS users
(both logged in and not) and tracking their sessions. |
| tcl/server-cluster-procs.tcl |
|
Provides methods for communicating between load-balanced servers. |
| tcl/set-operation-procs.tcl |
|
Simple set-manipulation procedures. |
| tcl/site-node-apm-integration-procs.tcl |
|
site node / apm integration procs |
| tcl/site-node-object-map-procs.tcl |
|
Portal Node Mappings |
| tcl/site-nodes-procs.tcl |
|
site node api |
| tcl/sql-statement-procs.tcl |
|
Procs for manipulating SQL statements |
| tcl/stack-trace-procs.tcl |
|
|
| tcl/table-display-procs.tcl |
|
This is the table, dimensional bar and sort tools. |
| tcl/tcl-documentation-procs.tcl |
|
Routines to support documenting pages and processing query arguments. |
| tcl/tdom-procs.tcl |
|
Procedures to make parsing XML using
TDOM a little easier |
| tcl/text-html-procs.tcl |
|
Contains procs used to manipulate chunks of text and html,
most notably converting between them. |
| tcl/user-extensions-procs.tcl |
|
Procs to manage extensions to user data. |
| tcl/util-diff-procs.tcl |
|
Procedures to generate pretty formatted diffs of some text |
| tcl/utilities-procs.tcl |
|
Provides a variety of non-ACS-specific utilities, including
the procs to support the who's online feature. |
| tcl/whos-online-procs.tcl |
|
Provides support for registering which users are online. |
| tcl/widgets-procs.tcl |
|
UI widgets for use in forms, etc. |
| tcl/xml-0-sgml-procs.tcl |
|
|
| tcl/xml-1-dom-procs.tcl |
|
# dom.tcl --
#
# This file implements the Tcl language binding for the DOM -
# the Document Object Model. |
| tcl/xml-2-procs.tcl |
|
|