Home
last modified time | relevance | path

Searched refs:auto_done (Results 1 – 5 of 5) sorted by relevance

/dports/devel/R-cran-cli/cli/R/
H A Dprogress-c.R2 progress_c_update <- function(pb, auto_done = TRUE) { argument
13 if (pb$auto_terminate && auto_done && !is.na(pb$total) &&
/dports/sysutils/ntfy/ntfy-2.7.0-14-g0e922fa/tests/
H A Dtest_cli.py6 from ntfy.cli import auto_done, run_cmd
190 auto_done(args)
/dports/sysutils/ntfy/ntfy-2.7.0-14-g0e922fa/ntfy/
H A Dcli.py125 def auto_done(args): function
293 shell_integration_parser.set_defaults(func=auto_done)
/dports/mail/postfix-current/postfix-3.7-20211107/src/milter/
H A Dmilter8.c2298 int auto_done; /* good enough for now */ member
2346 if ((msg_ctx->auto_done & done) == 0 && strcmp(*cpp, STR(buf)) == 0) { in milter8_header()
2347 msg_ctx->auto_done |= done; in milter8_header()
2560 msg_ctx.auto_done = 0; in milter8_message()
/dports/devel/R-cran-progressr/progressr/
H A DNEWS506 * Make 'auto_done = TRUE' the default.
513 * Add argument 'auto_done' to automatically have progress updates also