Home
last modified time | relevance | path

Searched refs:staticPathOptions (Results 1 – 18 of 18) sorted by relevance

/dports/www/R-cran-httpuv/httpuv/R/
H A Dhttpuv.R214 if (class(try(private$app$staticPathOptions, silent = TRUE)) == "try-error" ||
215 is.null(private$app$staticPathOptions))
218 self$staticPathOptions <- staticPathOptions()
219 } else if (inherits(private$app$staticPathOptions, "staticPathOptions")) {
220 self$staticPathOptions <- normalizeStaticPathOptions(private$app$staticPathOptions)
306 staticPathOptions = NULL # StaticPathOptions object field in AppWrapper
H A DRcppExports.R12 …, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOptions, quiet) { argument
13 …rs, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOptions, quiet)
16 …, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOptions, quiet) { argument
17 …rs, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOptions, quiet)
H A Dserver.R96 unknown_opt_idx <- !(names(opts) %in% names(formals(staticPathOptions)))
178 private$appWrapper$staticPathOptions,
271 private$appWrapper$staticPathOptions,
H A Dstatic_paths.R39 options = normalizeStaticPathOptions(staticPathOptions(
58 options = staticPathOptions(
131 staticPathOptions <- function( function
/dports/www/R-cran-httpuv/httpuv/
H A DNAMESPACE4 S3method(format,staticPathOptions)
6 S3method(print,staticPathOptions)
25 export(staticPathOptions)
H A DMD534 5060c5dca9e95195344f44a901186b05 *man/staticPathOptions.Rd
/dports/www/R-cran-httpuv/httpuv/man/
H A DstaticPathOptions.Rd3 \name{staticPathOptions}
4 \alias{staticPathOptions}
7 staticPathOptions(
H A DstartServer.Rd100 \item{\code{staticPathOptions}}{
103 \code{\link{staticPathOptions}()} with no arguments.
174 staticPathOptions = staticPathOptions(
H A DstaticPath.Rd53 from the staticPathOptions set for the application as a whole.
64 \code{\link{staticPathOptions}}.
H A DServer.Rd29 \code{staticPathOptions} for the current server. Each static path will
H A DWebServer.Rd38 \code{staticPathOptions} for the current server. Each static path will
H A DPipeServer.Rd38 \code{staticPathOptions} for the current server. Each static path will
/dports/www/R-cran-httpuv/httpuv/src/
H A DRcppExports.cpp38 …ssage, Rcpp::Function onWSClose, Rcpp::List staticPaths, Rcpp::List staticPathOptions, bool quiet);
52 Rcpp::traits::input_parameter< Rcpp::List >::type staticPathOptions(staticPathOptionsSEXP); in _httpuv_makeTcpServer() local
54 …, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOptions, quiet)); in _httpuv_makeTcpServer()
59 …ssage, Rcpp::Function onWSClose, Rcpp::List staticPaths, Rcpp::List staticPathOptions, bool quiet);
73 Rcpp::traits::input_parameter< Rcpp::List >::type staticPathOptions(staticPathOptionsSEXP); in _httpuv_makePipeServer() local
75 …, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOptions, quiet)); in _httpuv_makePipeServer()
H A Dhttpuv.cpp249 Rcpp::List staticPathOptions, in makeTcpServer() argument
261 staticPaths, staticPathOptions), in makeTcpServer()
309 Rcpp::List staticPathOptions, in makePipeServer() argument
321 staticPaths, staticPathOptions), in makePipeServer()
H A Dwebapplication.h57 Rcpp::List staticPathOptions);
H A Dwebapplication.cpp275 Rcpp::List staticPathOptions) : in RWebApplication() argument
281 _staticPathManager = StaticPathManager(staticPaths, staticPathOptions); in RWebApplication()
/dports/www/R-cran-httpuv/httpuv/tests/testthat/
H A Dtest-static-paths.R19 staticPathOptions = staticPathOptions( nameattr
188 staticPathOptions = staticPathOptions( nameattr
348 staticPathOptions = staticPathOptions( nameattr
/dports/www/R-cran-shiny/shiny/R/
H A Dserver.R435 httpuvApp$staticPathOptions <- httpuv::staticPathOptions(