246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
|
Returns the value of the specified query parameter or the specified
default value when there is no matching query parameter.
<a name="glob_match"></a>TH1 glob_match Command
-----------------------------------------------
* glob_match ?--? patternList string
Checks the string against the specified list of glob patterns and
returns non-zero if there is a match.
<a name="globalState"></a>TH1 globalState Command
-------------------------------------------------
* globalState NAME ?DEFAULT?
Returns a string containing the value of the specified global state
|
|
|
|
|
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
|
Returns the value of the specified query parameter or the specified
default value when there is no matching query parameter.
<a name="glob_match"></a>TH1 glob_match Command
-----------------------------------------------
* glob_match ?-one? ?--? patternList string
Checks the string against the specified glob pattern -OR- list of glob
patterns and returns non-zero if there is a match.
<a name="globalState"></a>TH1 globalState Command
-------------------------------------------------
* globalState NAME ?DEFAULT?
Returns a string containing the value of the specified global state
|