174
175
176
177
178
179
180
181
182
183
184
185
186
187
|
* [checkout](#checkout)
* [combobox](#combobox)
* [copybtn](#copybtn)
* [date](#date)
* [decorate](#decorate)
* [defHeader](#defHeader)
* [dir](#dir)
* [enable\_output](#enable_output)
* [encode64](#encode64)
* [getParameter](#getParameter)
* [glob\_match](#glob_match)
* [globalState](#globalState)
* [hascap](#hascap)
* [hasfeature](#hasfeature)
|
>
|
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
|
* [checkout](#checkout)
* [combobox](#combobox)
* [copybtn](#copybtn)
* [date](#date)
* [decorate](#decorate)
* [defHeader](#defHeader)
* [dir](#dir)
* [enable\_htmlify](#enable_htmlify)
* [enable\_output](#enable_output)
* [encode64](#encode64)
* [getParameter](#getParameter)
* [glob\_match](#glob_match)
* [globalState](#globalState)
* [hascap](#hascap)
* [hasfeature](#hasfeature)
|
347
348
349
350
351
352
353
354
355
356
357
358
359
360
|
Returns a list containing all files in CHECKIN. If GLOB is given only
the files matching the pattern GLOB within CHECKIN will be returned.
If DETAILS is non-zero, the result will be a list-of-lists, with each
element containing at least three elements: the file name, the file
size (in bytes), and the file last modification time (relative to the
time zone configured for the repository).
<a id="enable_output"></a>TH1 enable\_output Command
------------------------------------------------------
* enable\_output BOOLEAN
Enable or disable sending output when the combobox, copybtn, puts, or wiki
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
|
Returns a list containing all files in CHECKIN. If GLOB is given only
the files matching the pattern GLOB within CHECKIN will be returned.
If DETAILS is non-zero, the result will be a list-of-lists, with each
element containing at least three elements: the file name, the file
size (in bytes), and the file last modification time (relative to the
time zone configured for the repository).
<a id="enable_htmlify"></a>TH1 enable\_htmlify Command
------------------------------------------------------
* enable\_htmlify ?TRACE-LABEL? BOOLEAN
By default, certain output from `puts` and similar commands is escaped
for HTML. That feature can be toggled off by passing `0` to this
command and re-enabled by passing any non-0 value. The optional
`TRACE-LABEL` argument causes the TH1 tracing output (if enabled) to
add a marker when this command is invoked, and includes that label and
the boolean argument's value in the trace. If tracing is disabled,
that argument has no effect.
<a id="enable_output"></a>TH1 enable\_output Command
------------------------------------------------------
* enable\_output BOOLEAN
Enable or disable sending output when the combobox, copybtn, puts, or wiki
|