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).
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.
- 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=)