Home
last modified time | relevance | path

Searched defs:staticPaths (Results 1 – 22 of 22) sorted by relevance

/dports/www/R-cran-httpuv/httpuv/tests/testthat/
H A Dtest-static-paths.R11 staticPaths = list( nameattr in list
99 staticPaths = list( nameattr in list
122 staticPaths = list( nameattr in list
171 staticPaths = list( nameattr in list
244 staticPaths = list( nameattr in list
330 staticPaths = list( nameattr in list
409 staticPaths = list( nameattr in list
466 staticPaths = list( nameattr in list
528 staticPaths = list( nameattr in list
551 staticPaths = list( nameattr in list
[all …]
H A Dsample_app.R72 staticPaths = list( nameattr in list
/dports/www/R-cran-shiny/shiny/R/
H A Dshinyapp.R191 staticPaths <- list("/" = staticPath(wwwDir, indexhtml = FALSE, fallthrough = TRUE)) list
257 staticPaths = staticPaths, nameattr
453 staticPaths <- list("/" = staticPath(wwwDir, indexhtml = FALSE, fallthrough = TRUE)) list
489 staticPaths = staticPaths, nameattr
/dports/www/R-cran-httpuv/httpuv/R/
H A DRcppExports.R12 …t, onHeaders, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOpti… argument
16 …k, onHeaders, onBodyData, onRequest, onWSOpen, onWSMessage, onWSClose, staticPaths, staticPathOpti… argument
H A Dhttpuv.R305 staticPaths = NULL, # List of static paths field in AppWrapper
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-modulemanager/src/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/ModuleManager/Listener/
H A DConfigListener.php255 public function addConfigStaticPaths($staticPaths)
/dports/www/R-cran-httpuv/httpuv/src/
H A DRcppExports.cpp51 Rcpp::traits::input_parameter< Rcpp::List >::type staticPaths(staticPathsSEXP); in _httpuv_makeTcpServer() local
72 Rcpp::traits::input_parameter< Rcpp::List >::type staticPaths(staticPathsSEXP); in _httpuv_makePipeServer() local
H A Dhttpuv.cpp248 Rcpp::List staticPaths, in makeTcpServer()
308 Rcpp::List staticPaths, in makePipeServer()
H A Dwebapplication.cpp274 Rcpp::List staticPaths, in RWebApplication()
/dports/www/wt/wt-4.6.1/src/http/
H A DConfiguration.h52 const std::vector<std::string>& staticPaths() const in staticPaths() function