Home
last modified time | relevance | path

Searched refs:time_help (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/role/
H A D_params.py201time_help = ('The {} of the query in the format of %Y-%m-%dT%H:%M:%SZ, e.g. 2000-12-31T12:59:59Z. …
203 … c.argument('start_time', help=time_help.format('start time', '1 Hour prior to the current time'))
204 c.argument('end_time', help=time_help.format('end time', 'the current time'))
/dports/biology/viennarna/ViennaRNA-2.4.18/src/Kinfold/
H A Dcmdline.h63 const char *time_help; /**< @brief set maxtime of simulation help description. */ member
H A Dcmdline.c218 args_info->time_help = gengetopt_args_info_full_help[13] ; in init_args_info()