T

T_FINAL

File
vovfdl.tcl
Usage
T args
Description
Declare a transition in the current working directory and in the current environment stored in make(env).
The transition's resources are determined by make(resources).
The variable make(runmode) may be set to control how to execute the job (normal, xterm_icon, xterm_open, xterm_none). The runmode can also be overridden with the options -xb -xi -xo -xn.
If the transition already exists, it is left unchanged.
If the command line is complex, you should quote the entire command in a single argument, as shown in the second example below.
Examples:
 T vw cp aa bb
 T "vw cat $listOfFiles > someFile"
 T -xi "vw cat $listOfFiles > someFile"
 eval T vw cat $listOfFiles > someFile

T_FINAL

File
vovfdl.tcl
Usage
T_FINAL

tag

File
vovhtml.tcl
Usage
tag args

TASK

File
vovfdl.tcl
Usage
TASK args
Description
Declare a task. This is a wrapper for the procedure T, to be used within a SERIAL or PARALLEL script.
Example:
TASK make clean
 TASK make install
Returns
The VovId of the job.

TEXTAREA

File
vovhtml.tcl
Usage
TEXTAREA name cols rows content args

TimeRangeSelector

File
vovcgi.tcl
Usage
TimeRangeSelector now showCurrentDay
Description
Inserts a time range selector, with both predefined selections and a custom time range input that uses a JQuery-UI based calendar input widget

TIMEVAR

File
vovtimevar.tcl
Usage
TIMEVAR label list
Description
Define rules to be computed at regular intervals. Typically used in the initialization of job classes (initJobClass procedure). This sets the variable TIMEVAR(list).

TIMEVAR_evaluate

File
vovtimevar.tcl
Usage
TIMEVAR_evaluate now fromFiles (default=false)
Description
This is the procedure that evaluates all rules defined by the TIMEVAR procedures, which is kept in the variable TIMEVAR(list). This procedure is called, typically, once a minute.

TIMEVAR_evaluate_now

File
vovtimevar.tcl
Usage
TIMEVAR_evaluate_now fromFiles (default=false)

TITLE

File
vovhtml.tcl
Usage
TITLE title

tw_begin

File
vov_twheels.tcl
Usage
tw_begin label

tw_button

File
vov_twheels.tcl
Usage
tw_button label var helpMsg (default=)

tw_command

File
vov_twheels.tcl
Usage
tw_command label command helpMsg (default=)

tw_end

File
vov_twheels.tcl
Usage
tw_end

tw_variable

File
vov_twheels.tcl
Usage
tw_variable label var deflt bindCmd (default=)