Home
last modified time | relevance | path

Searched refs:poll_connection (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/R-cran-processx/processx/R/
H A Dinitialize.R27 connections, poll_connection, env, cleanup, argument
44 is.null(poll_connection) || is_flag(poll_connection),
110 poll_connection <- poll_connection %||%
113 if (poll_connection) {
153 if (poll_connection) close(pipe[[2]])
H A Dprocess.R200 pty_options = list(), connections = list(), poll_connection = NULL, argument
208 poll_connection, env, cleanup, cleanup_tree, wd,
/dports/archivers/R-cran-zip/zip/R/
H A Dprocess.R77 initialize = function(zipfile, exdir = ".", poll_connection = TRUE, argument
84 poll_connection = poll_connection,
147 poll_connection = TRUE, stderr = tempfile(), argument
157 poll_connection = poll_connection, globalVar
/dports/devel/R-cran-callr/callr/R/
H A Doptions.R71 poll_connection = TRUE, nameattr
92 poll_connection = TRUE, nameattr
111 poll_connection = TRUE, nameattr
H A Drscript.R18 poll_connection = TRUE, echo = FALSE, show = TRUE, argument
109 poll_connection = options$poll_connection), nameattr
H A Drcmd-process.R56 poll_connection = options$poll_connection), nameattr
H A Dr-process.R73 stderr = options$stderr, poll_connection = options$poll_connection, nameattr
H A Drcmd-bg.R21 poll_connection = TRUE, argument
H A Deval-bg.R30 poll_connection = TRUE, argument
H A Deval.R152 poll_connection = TRUE, argument
H A Drcmd.R46 stdout = NULL, stderr = NULL, poll_connection = TRUE, argument
/dports/sysutils/R-cran-processx/processx/tests/testthat/
H A Dtest-poll3.R35 poll_connection = TRUE) globalVar
54 poll_connection = TRUE) globalVar
H A Dtest-wait.R65 p <- processx::process$new("sleep", "3", poll_connection = FALSE) functionVar
/dports/sysutils/R-cran-processx/processx/man/
H A Dprocess_initialize.Rd18 poll_connection,
51 \item{poll_connection}{Whether to create a connection for polling.}
H A Dpoll.Rd26 see the \code{poll_connection} argument of the \code{process} initializer.
/dports/archivers/R-cran-zip/zip/man/
H A Dunzip_process.Rd22 \preformatted{up <- unzip_process()$new(zipfile, exdir = ".", poll_connection = TRUE,
33 \item \code{poll_connection}: passed to the \code{initialize} method of
H A Dzip_process.Rd23 poll_connection = TRUE,
38 \item \code{poll_connection}: passed to the \code{initialize} method of
/dports/sysutils/vector/vector-0.10.0/src/sinks/util/
H A Dunix.rs103 fn poll_connection(&mut self) -> Poll<&mut FramedWrite<UnixStream, BytesCodec>, ()> { in poll_connection() method
152 match self.poll_connection() { in start_send()
181 let connection = try_ready!(self.poll_connection()); in poll_complete()
H A Dtcp.rs121 fn poll_connection(&mut self) -> Poll<&mut TcpOrTlsStream, ()> { in poll_connection() method
191 match self.poll_connection() { in start_send()
254 let connection = try_ready!(self.poll_connection()); in poll_complete()
/dports/devel/R-cran-callr/callr/man/
H A Drcmd.Rd15 poll_connection = TRUE,
37 poll_connection = TRUE,
76 \item{poll_connection}{Whether to have a control connection to
H A Drcmd_bg.Rd13 poll_connection = TRUE,
42 \item{poll_connection}{Whether to have a control connection to
H A Drscript.Rd14 poll_connection = TRUE,
50 \item{poll_connection}{Whether to have a control connection to
H A Dr.Rd15 poll_connection = TRUE,
38 poll_connection = TRUE,
96 \item{poll_connection}{Whether to have a control connection to
H A Dr_bg.Rd14 poll_connection = TRUE,
68 \item{poll_connection}{Whether to have a control connection to
/dports/devel/R-cran-callr/callr/tests/testthat/
H A Dtest-eval.R197 ret <- callr::r(do, stdout = out, stderr = err, poll_connection = FALSE) globalVar

12